summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel
AgeCommit message (Expand)AuthorFilesLines
2024-01-24net/mlx5e: Ignore IPsec replay window values on sender sideLeon Romanovsky1-2/+8
2023-12-14net/mlx5e: Decrease num_block_tc when unblock tc offloadChris Mi1-1/+1
2023-12-05net/mlx5e: Disable IPsec offload support if not FW steeringChris Mi2-16/+18
2023-12-05net/mlx5e: Reduce eswitch mode_lock protection contextJianbo Liu1-3/+6
2023-12-05net/mlx5e: Tidy up IPsec NAT-T SA discoveryLeon Romanovsky1-6/+16
2023-12-05net/mlx5e: Add IPsec and ASO syndromes check in HWPatrisious Haddad2-20/+223
2023-12-05net/mlx5e: Remove exposure of IPsec RX flow steering structLeon Romanovsky2-15/+15
2023-12-05net/mlx5e: Unify esw and normal IPsec status table creation/destructionPatrisious Haddad1-46/+141
2023-12-05net/mlx5e: Ensure that IPsec sequence packet number starts from 1Leon Romanovsky1-1/+8
2023-12-05net/mlx5e: Honor user choice of IPsec replay window sizeLeon Romanovsky2-1/+22
2023-10-14net/mlx5e: Allow IPsec soft/hard limits in bytesLeon Romanovsky2-19/+28
2023-10-14net/mlx5: Remove unused declarationYue Haibing1-1/+0
2023-10-13Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski4-9/+144
2023-10-10net/mlx5e: macsec: use update_pn flag instead of PN comparationRadu Pirea (NXP OSS)1-2/+2
2023-10-02net/mlx5: Handle IPsec steering upon master unbind/bindPatrisious Haddad4-4/+135
2023-10-02net/mlx5: Configure IPsec steering for ingress RoCEv2 MPV trafficPatrisious Haddad1-2/+2
2023-10-02net/mlx5: Configure IPsec steering for egress RoCEv2 MPV trafficPatrisious Haddad1-1/+1
2023-10-02net/mlx5: Store devcom pointer inside IPsec RoCEPatrisious Haddad3-4/+6
2023-10-02net/mlx5: Register mlx5e priv to devcom in MPV modePatrisious Haddad1-0/+2
2023-08-28net/mlx5: Provide an interface to block change of IPsec capabilitiesLeon Romanovsky1-1/+19
2023-08-28net/mlx5e: Rewrite IPsec vs. TC block interfaceLeon Romanovsky1-39/+24
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski6-1610/+59
2023-08-23net/mlx5e: Support IPsec upper TCP protocol selectorLeon Romanovsky2-16/+38
2023-08-23net/mlx5e: Support IPsec upper protocol selector field offload for RXEmeel Hakim2-6/+6
2023-08-20RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad2-33/+0
2023-08-20net/mlx5: Maintain fs_id xarray per MACsec device inside macsec steeringPatrisious Haddad1-79/+36
2023-08-20net/mlx5: Remove netdevice from MACsec steeringPatrisious Haddad1-1/+1
2023-08-20net/mlx5e: Move MACsec flow steering and statistics database from ethernet to...Patrisious Haddad3-25/+8
2023-08-20net/mlx5e: Rename MACsec flow steering functions/parameters to suit core nami...Patrisious Haddad3-20/+20
2023-08-20net/mlx5e: Move MACsec flow steering operations to be used as core libraryPatrisious Haddad5-1462/+5
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-14/+32
2023-08-03net/mlx5e: Set proper IPsec source port in L4 selectorLeon Romanovsky1-2/+2
2023-08-03net/mlx5e: Make TC and IPsec offloads mutually exclusive on a netdevJianbo Liu1-4/+80
2023-08-03net/mlx5e: Modify and restore TC rules for IPSec TX rulesJianbo Liu1-1/+3
2023-08-03net/mlx5e: Make IPsec offload work together with eswitch and TCJianbo Liu1-15/+44
2023-08-03net/mlx5e: Support IPsec packet offload for TX in switchdev modeJianbo Liu1-9/+61
2023-08-03net/mlx5e: Refactor IPsec TX tables creationJianbo Liu2-6/+28
2023-08-03net/mlx5e: Handle IPsec offload for RX datapath in switchdev modeJianbo Liu4-0/+33
2023-08-03net/mlx5e: Support IPsec packet offload for RX in switchdev modeJianbo Liu3-47/+79
2023-08-03net/mlx5e: Refactor IPsec RX tables creation and destructionJianbo Liu2-31/+80
2023-08-03net/mlx5e: Prepare IPsec packet offload for switchdev modeJianbo Liu3-83/+184
2023-08-03net/mlx5e: Change the parameter of IPsec RX skb handle functionJianbo Liu2-4/+3
2023-08-03net/mlx5e: Add function to get IPsec offload namespaceJianbo Liu1-24/+22
2023-07-27net/mlx5e: kTLS, Fix protection domain in use syndrome when devlink reloadJianbo Liu2-11/+26
2023-07-27net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()Yuanjun Gong1-1/+3
2023-07-27net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groupsZhengchao Shao1-0/+1
2023-07-25net/mlx5e: Support IPsec NAT-T functionalityLeon Romanovsky3-18/+81
2023-07-25net/mlx5e: Check for IPsec NAT-T supportLeon Romanovsky2-0/+7
2023-07-05net/mlx5e: fix double free in mlx5e_destroy_flow_tableZhengchao Shao1-0/+1
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+30