aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-03net/mlx5: Cleanup XFRM attributes structLeon Romanovsky1-2/+2
2022-05-03net/mlx5: Make sure that no dangling IPsec FS pointers existLeon Romanovsky1-156/+73
2022-05-03net/mlx5: Clean IPsec FS add/delete rulesLeon Romanovsky1-26/+29
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky1-8/+9
2022-05-03net/mlx5: Reduce useless indirection in IPsec FS add/delete flowsLeon Romanovsky1-2/+2
2022-05-03net/mlx5: Don't hide fallback to software IPsec in FS codeLeon Romanovsky1-6/+0
2022-05-03net/mlx5: Check IPsec TX flow steering namespace in advanceLeon Romanovsky1-7/+9
2022-05-03net/mlx5: Simplify IPsec flow steering init/cleanup functionsLeon Romanovsky1-50/+23
2022-04-09net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky1-1/+1
2022-04-09net/mlx5: Remove useless IPsec device checksLeon Romanovsky1-3/+0
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb1-3/+4
2021-08-02net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb1-3/+3
2021-08-02net/mlx5e: Rename traffic type enumsMaor Gottlieb1-3/+3
2021-03-11net/mlx5e: Alloc flow spec using kvzalloc instead of kzallocRoi Dayan1-2/+2
2020-11-17net/mlx5e: Fix IPsec packet drop by mlx5e_tc_update_skbHuy Nguyen1-7/+7
2020-10-12net/mlx5e: IPsec: Add TX steering rule per IPsec stateHuy Nguyen1-4/+174
2020-09-23net/mlx5e: IPsec: Use kvfree() for memory allocated with kvzalloc()Denis Efremov1-2/+2
2020-07-16net/mlx5e: IPsec: Add IPsec steering in local NIC RXHuy Nguyen1-0/+544