summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-24net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman1-1/+7
2023-08-20net/mlx5e: Move MACsec flow steering operations to be used as core libraryPatrisious Haddad1-2/+2
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-1/+1
2023-02-18net/mlx5e: Fix outdated TLS commentTariq Toukan1-1/+1
2022-09-07net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dstLior Nahmanson1-0/+15
2022-07-29net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connectionsTariq Toukan1-0/+10
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky1-5/+6
2022-02-24mlx5: remove unused static inlinesJakub Kicinski1-9/+0
2021-06-03net/mlx5e: Remove unreachable code in mlx5e_xmit()Vladyslav Tarasiuk1-3/+1
2021-04-16net/mlx5e: TX, Inline function mlx5e_tls_handle_tx_wqe()Tariq Toukan1-1/+1
2021-04-16net/mlx5e: TX, Inline TLS skb checkTariq Toukan1-2/+3
2021-04-16net/mlx5e: Remove non-essential TLS SQ state bitTariq Toukan1-5/+3
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-02-12net/mlx5e: Check tunnel offload is required before setting SWPMoshe Shemesh1-1/+1
2021-02-02net/mlx5e: accel, remove redundant spaceSaeed Mahameed1-1/+1
2021-01-14net/mlx5e: IPsec, Avoid unreachable returnTariq Toukan1-2/+2
2021-01-07net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh1-3/+5
2020-10-13net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offloadRaed Salem1-6/+40
2020-09-22net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy1-11/+18
2020-09-22net/mlx5e: Refactor xmit functionsMaxim Mikityanskiy1-0/+5
2020-07-17net/mlx5e: Fix build break when CONFIG_XPS is not setSaeed Mahameed1-10/+0
2020-06-28net/mlx5e: kTLS, Add kTLS RX HW offload supportTariq Toukan1-0/+20
2020-05-09net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy1-12/+21
2020-05-09net/mlx5e: Update UDP fields of the SKB for GSO firstMaxim Mikityanskiy1-3/+5
2020-05-09net/mlx5e: Make TLS offload independent of wqe and piMaxim Mikityanskiy1-1/+9
2020-05-09net/mlx5e: Pass only eseg to IPSEC offloadMaxim Mikityanskiy1-1/+1
2020-05-09net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy1-13/+10
2020-04-21net/mlx5e: en_accel, Add missing net/geneve.h includeRaed Salem1-0/+2
2019-07-06net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan1-0/+1
2019-03-22net/mlx5e: TX, Add geneve tunnel stateless offload supportMoshe Shemesh1-0/+51
2018-07-24net/mlx5e: Use PARTIAL_GSO for UDP segmentationBoris Pismenny1-11/+16
2018-06-29net/mlx5e: Add UDP GSO supportBoris Pismenny1-4/+7
2018-05-15net/mlx5e: Use test bit in en accel xmit flowGal Pressman1-2/+2
2018-05-01net/mlx5e: TLS, Add Innova TLS TX offload data pathIlya Lesokhin1-0/+72