aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-03net/mlx5: Don't perform lookup after already known sec_pathLeon Romanovsky1-1/+0
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky1-3/+2
2022-04-09net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky1-1/+1
2022-04-09net/mlx5: Remove useless IPsec device checksLeon Romanovsky1-23/+19
2022-04-09net/mlx5: Remove XFRM no_trailer flagLeon Romanovsky1-2/+0
2022-04-09net/mlx5: Delete metadata handling logicLeon Romanovsky1-199/+0
2022-02-01net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP trafficRaed Salem1-2/+11
2021-11-30net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of encapsulationRaed Salem1-1/+1
2021-10-20net/mlx5e: IPsec: Fix a misuse of the software parser's fieldsEmeel Hakim1-24/+27
2021-06-22net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offloadHuy Nguyen1-16/+49
2021-01-13net/mlx5e: IPsec, Inline feature_check fast-path functionTariq Toukan1-14/+0
2020-11-17net/mlx5e: Fix IPsec packet drop by mlx5e_tc_update_skbHuy Nguyen1-2/+1
2020-10-12net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offloadRaed Salem1-14/+96
2020-07-16net/mlx5e: IPsec: Add Connect-X IPsec Rx data path offloadRaed Salem1-0/+56
2020-05-09net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy1-2/+1
2020-05-09net/mlx5e: Pass only eseg to IPSEC offloadMaxim Mikityanskiy1-2/+2
2020-05-09net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy1-6/+6
2019-03-22net/mlx5e: Take SW parser code to a separate functionMoshe Shemesh1-24/+12
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal1-4/+6
2018-12-19drivers: net: ethernet: mellanox: use skb_sec_path helperFlorian Westphal1-3/+6
2018-07-16net/mlx5e: IPsec, fix byte count in CQEBoris Pismenny1-0/+1
2018-07-16net/mlx5: Accel, add common metadata functionsBoris Pismenny1-15/+4
2018-03-07net/mlx5: IPSec, Add support for ESNAviad Yehezkel1-2/+27
2018-03-07net/mlx5e: IPSec, Add support for ESP trailer removal by hardwareYossi Kuperman1-1/+9
2017-09-26net/mlx5: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-07-10net/mlx5: IPSec, fix 64-bit division correctlyArnd Bergmann1-3/+1
2017-07-06net/mlx5: IPSec, Fix 64-bit division on 32-bit buildsIlan Tayari1-1/+3
2017-06-27net/mlx5e: IPSec, Add Innova IPSec offload TX data pathIlan Tayari1-0/+243
2017-06-27net/mlx5e: IPSec, Add Innova IPSec offload RX data pathIlan Tayari1-0/+135