summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel
AgeCommit message (Expand)AuthorFilesLines
11 daysnet/mlx5e: Fix crash caused by calling __xfrm_state_delete() twiceJianbo Liu1-1/+7
2024-08-01net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capabilityRahul Rameshbabu1-3/+4
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+35
2024-06-28net/mlx5e: Approximate IPsec per-SA payload data bytes countLeon Romanovsky1-1/+13
2024-06-28net/mlx5e: Present succeeded IPsec SA bytes and packetLeon Romanovsky1-13/+23
2024-06-15net/mlx5e: Support SWP-mode offload L4 csum calculationRahul Rameshbabu1-1/+5
2024-05-24net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman1-1/+7
2024-05-24net/mlx5e: Fix IPsec tunnel mode offload feature checkRahul Rameshbabu1-12/+5
2024-05-24net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rulesRahul Rameshbabu1-2/+1
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-04-25net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsecRahul Rameshbabu1-0/+1
2024-04-04net/mlx5: Convert uintX_t to uXGal Pressman4-6/+6
2024-04-04net/mlx5e: Make stats group fill_stats callbacks consistent with the APIGal Pressman4-28/+24
2024-04-04net/mlx5e: Use ethtool_sprintf/puts() to fill stats stringsGal Pressman4-26/+12
2024-03-09Merge tag 'mlx5-socket-direct-v3' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-6/+6
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-31/+51
2024-03-07net/mlx5e: Block TLS device offload on combined SD netdevTariq Toukan2-2/+4
2024-03-07net/mlx5e: Let channels be SD-awareTariq Toukan1-4/+2
2024-03-02net/mlx5e: Fix MACsec state loss upon state update in offload pathEmeel Hakim1-31/+51
2024-02-06net/mlx5e: Delete obsolete IPsec codeLeon Romanovsky4-26/+2
2024-02-06net/mlx5e: Connect mlx5 IPsec statistics with XFRM coreLeon Romanovsky1-2/+20
2024-02-06xfrm: get global statistics from the offloaded deviceLeon Romanovsky1-1/+2
2024-02-06xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky1-3/+4
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