summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky2022-04-091-1582/+0
* net/mlx5: Fix typo in commentsCai Huoqing2021-08-111-1/+1
* net/mlx5: Add a blank line after declarationsWenpeng Liang2021-04-141-0/+1
* net/mlx5: Fix bit-wise and with zeroColin Ian King2021-04-141-1/+1
* net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()Roi Dayan2021-04-021-3/+3
* net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem2021-02-111-1/+1
* net/mlx5: Accel, Add core IPsec support for the Connect-X familyRaed Salem2020-07-161-16/+35
* net/mlx5: IPsec, Fix coverity issueRaed Salem2020-04-301-2/+2
* net/mlx5: IPsec, Refactor SA handle creation and destructionRaed Salem2020-04-201-3/+26
* net/mlx5: Use the correct IPsec capability function for FPGA opsRaed Salem2020-04-201-1/+1
* net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-191-1/+1
* net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctxRaed Salem2020-02-061-0/+1
* net/mlx5: IPsec, Fix esp modify function attributeRaed Salem2020-02-061-1/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-3/+3
* net/mlx5: Add flow context for flow tagJianbo Liu2019-06-261-3/+5
* net/mlx5: Pass flow steering objects to fs_cmdMaor Gottlieb2019-04-291-41/+45
* net/mlx5: IPSec, Fix the SA context hash keyRaed Salem2018-11-191-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-5/+4
|\
| * net/mlx5: Fix memory leak when setting fpga ipsec capsTalat Batheesh2018-10-101-5/+4
* | net/mlx5: Add a no-append flow insertion modePaul Blakey2018-10-171-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-7/+5
|\
| * net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman2018-05-241-7/+5
* | net/mlx5e: Move defines out of ipsec codeIlya Lesokhin2018-05-011-4/+1
|/
* net/mlx5: Fix use-after-freeGustavo A. R. Silva2018-03-231-1/+2
* net/mlx5: IPSec, Add support for ESNAviad Yehezkel2018-03-071-0/+22
* net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel2018-03-071-0/+724
* net/mlx5: Refactor accel IPSec codeAviad Yehezkel2018-03-071-29/+362
* net/mlx5: Added required metadata capability for ipsecAviad Yehezkel2018-03-071-2/+4
* net/mlx5: Export ipsec capabilitiesAviad Yehezkel2018-03-071-7/+7
* net/mlx5: IPSec, Add command V2 supportAviad Yehezkel2018-03-071-4/+7
* net/mlx5e: IPSec, Add support for ESP trailer removal by hardwareYossi Kuperman2018-03-071-0/+54
* net/mlx5: IPSec, Generalize sandbox QP commandsYossi Kuperman2018-03-071-51/+65
* net/mlx5e: Wait for FPGA command responses with a timeoutAviad Yehezkel2018-03-061-3/+6
* net/mlx5: FPGA, Fix datatype mismatchIlan Tayari2017-07-061-2/+2
* net/mlx5: Accel, Add IPSec acceleration interfaceIlan Tayari2017-06-271-0/+376