aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky1-1582/+0
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-04-14net/mlx5: Add a blank line after declarationsWenpeng Liang1-0/+1
2021-04-14net/mlx5: Fix bit-wise and with zeroColin Ian King1-1/+1
2021-04-02net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()Roi Dayan1-3/+3
2021-02-11net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem1-1/+1
2020-07-16net/mlx5: Accel, Add core IPsec support for the Connect-X familyRaed Salem1-16/+35
2020-04-30net/mlx5: IPsec, Fix coverity issueRaed Salem1-2/+2
2020-04-20net/mlx5: IPsec, Refactor SA handle creation and destructionRaed Salem1-3/+26
2020-04-20net/mlx5: Use the correct IPsec capability function for FPGA opsRaed Salem1-1/+1
2020-02-19net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-06net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctxRaed Salem1-0/+1
2020-02-06net/mlx5: IPsec, Fix esp modify function attributeRaed Salem1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-3/+3
2019-06-26net/mlx5: Add flow context for flow tagJianbo Liu1-3/+5
2019-04-29net/mlx5: Pass flow steering objects to fs_cmdMaor Gottlieb1-41/+45
2018-11-19net/mlx5: IPSec, Fix the SA context hash keyRaed Salem1-2/+8
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2018-10-17net/mlx5: Add a no-append flow insertion modePaul Blakey1-1/+1
2018-10-10net/mlx5: Fix memory leak when setting fpga ipsec capsTalat Batheesh1-5/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2018-05-24net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman1-7/+5
2018-05-01net/mlx5e: Move defines out of ipsec codeIlya Lesokhin1-4/+1
2018-03-23net/mlx5: Fix use-after-freeGustavo A. R. Silva1-1/+2
2018-03-07net/mlx5: IPSec, Add support for ESNAviad Yehezkel1-0/+22
2018-03-07net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel1-0/+724
2018-03-07net/mlx5: Refactor accel IPSec codeAviad Yehezkel1-29/+362
2018-03-07net/mlx5: Added required metadata capability for ipsecAviad Yehezkel1-2/+4
2018-03-07net/mlx5: Export ipsec capabilitiesAviad Yehezkel1-7/+7
2018-03-07net/mlx5: IPSec, Add command V2 supportAviad Yehezkel1-4/+7
2018-03-07net/mlx5e: IPSec, Add support for ESP trailer removal by hardwareYossi Kuperman1-0/+54
2018-03-07net/mlx5: IPSec, Generalize sandbox QP commandsYossi Kuperman1-51/+65
2018-03-06net/mlx5e: Wait for FPGA command responses with a timeoutAviad Yehezkel1-3/+6
2017-07-06net/mlx5: FPGA, Fix datatype mismatchIlan Tayari1-2/+2
2017-06-27net/mlx5: Accel, Add IPSec acceleration interfaceIlan Tayari1-0/+376