summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel
AgeCommit message (Expand)AuthorFilesLines
2023-06-16net/mlx5e: Fix scheduling of IPsec ASO query while in atomicLeon Romanovsky1-1/+2
2023-06-16net/mlx5e: Drop XFRM state lock when modifying flow steeringLeon Romanovsky1-5/+8
2023-06-16net/mlx5e: Fix ESN update kernel panicPatrisious Haddad1-2/+12
2023-06-16net/mlx5e: Don't delay release of hardware objectsLeon Romanovsky1-1/+8
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-323/+1421
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-04-21net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macsLeon Romanovsky1-24/+21
2023-04-21net/mlx5e: Properly release work data structureLeon Romanovsky1-2/+4
2023-04-21net/mlx5e: Compare all fields in IPv6 addressLeon Romanovsky1-1/+1
2023-04-21net/mlx5e: Don't overwrite extack message returned from IPsec SA validatorLeon Romanovsky1-1/+1
2023-04-21net/mlx5e: Fix FW error while setting IPsec policy block actionLeon Romanovsky1-8/+8
2023-04-21net/mlx5: Consider VLAN interface in MACsec TX steering rulesEmeel Hakim1-0/+7
2023-04-21net/mlx5: Support MACsec over VLANEmeel Hakim1-16/+26
2023-04-18net/mlx5e: Accept tunnel mode for IPsec packet offloadLeon Romanovsky1-7/+8
2023-04-18net/mlx5e: Create IPsec table with tunnel support only when encap is disabledLeon Romanovsky3-3/+39
2023-04-18net/mlx5e: Listen to ARP events to update IPsec L2 headers in tunnel modeLeon Romanovsky2-7/+130
2023-04-18net/mlx5e: Support IPsec TX packet offload in tunnel modeLeon Romanovsky2-0/+64
2023-04-18net/mlx5e: Support IPsec RX packet offload in tunnel modeLeon Romanovsky3-0/+88
2023-04-18net/mlx5e: Prepare IPsec packet reformat code for tunnel modeLeon Romanovsky3-21/+63
2023-04-18net/mlx5e: Configure IPsec SA tables to support tunnel modeLeon Romanovsky1-8/+15
2023-04-18net/mlx5e: Check IPsec packet offload tunnel capabilitiesLeon Romanovsky2-0/+7
2023-04-08Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-110/+497
2023-04-06net/mlx5e: Simulate missing IPsec TX limits hardware functionalityLeon Romanovsky3-5/+99
2023-04-06net/mlx5e: Generalize IPsec work structsLeon Romanovsky3-48/+68
2023-04-06net/mlx5e: Reduce contention in IPsec workqueueLeon Romanovsky1-2/+2
2023-04-06net/mlx5e: Set IPsec replay sequence numbersLeon Romanovsky3-24/+60
2023-04-06net/mlx5e: Remove ESN callbacks if it is not supportedLeon Romanovsky3-17/+38
2023-04-06net/mlx5e: Remove redundant macsec codeEmeel Hakim1-4/+1
2023-04-05net/mlx5: Rename kfree_rcu() to kfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-2/+2
2023-04-03net/mlx5e: Overcome slow response for first IPsec ASO WQELeon Romanovsky1-1/+7
2023-04-03net/mlx5e: Add SW implementation to support IPsec 64 bit soft and hard limitsLeon Romanovsky3-23/+227
2023-04-03net/mlx5e: Prevent zero IPsec soft/hard limitsLeon Romanovsky1-0/+5
2023-04-03net/mlx5e: Factor out IPsec ASO update functionLeon Romanovsky1-13/+14
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2023-03-23Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski4-157/+487
2023-03-22net/mlx5e: Overcome slow response for first macsec ASO WQEEmeel Hakim1-1/+8
2023-03-20net/mlx5e: Update IPsec per SA packets/bytes countRaed Salem4-41/+42
2023-03-20net/mlx5e: Use one rule to count all IPsec Tx offloaded trafficRaed Salem1-4/+54
2023-03-20net/mlx5e: Support IPsec acquire default SARaed Salem1-5/+21
2023-03-20net/mlx5e: Allow policies with reqid 0, to support IKE policy holesRaed Salem3-27/+59
2023-03-20net/mlx5e: Use chains for IPsec policy priority offloadPaul Blakey4-84/+315
2023-03-16net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman2-21/+25
2023-03-16net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim1-1/+1
2023-02-21net/mlx5e: Align IPsec ASO result memory to be as required by hardwareLeon Romanovsky1-1/+1
2023-02-18net/mlx5e: Fix outdated TLS commentTariq Toukan1-1/+1
2023-02-16Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski3-7/+54
2023-02-15net/mlx5: Configure IPsec steering for egress RoCEv2 trafficMark Zhang2-3/+14
2023-02-15net/mlx5: Configure IPsec steering for ingress RoCEv2 trafficMark Zhang3-5/+41
2023-02-08net/mlx5e: Remove incorrect debugfs_create_dir NULL check in TLSGal Pressman1-2/+0
2023-02-08net/mlx5e: Don't listen to remove flows eventLeon Romanovsky1-3/+1