summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel2024-03-251-8/+8
* ixgbe: fill IPsec state validation failure reasonLeon Romanovsky2023-01-261-11/+10
* xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-261-2/+4
* xfrm: allow state packet offload modeLeon Romanovsky2022-12-051-0/+5
* ixgbe: propagate XFRM offload state direction instead of flagsLeon Romanovsky2022-05-061-5/+4
* ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky2022-04-281-1/+2
* ixgbe: reduce checker warningsJesse Brandeburg2021-05-261-4/+4
* ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony2021-03-041-0/+5
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* bonding/xfrm: use real_dev instead of slave_devJarod Wilson2020-06-231-35/+12
* ixgbe_ipsec: become aware of when running as a bonding slaveJarod Wilson2020-06-221-8/+31
* ixgbe: Use kzfree() rather than its implementation.zhong jiang2019-09-051-6/+3
* ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier2019-06-281-0/+3
* xfrm: prefer secpath_set over secpath_dupFlorian Westphal2018-12-191-4/+5
* drivers: net: intel: use secpath helpers in more placesFlorian Westphal2018-12-191-2/+4
* ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson2018-11-071-1/+3
* ixgbe: fix the return value for unsupported VF offloadShannon Nelson2018-08-281-1/+1
* ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson2018-08-281-0/+3
* ixgbe: add VF IPsec offload enable flagShannon Nelson2018-08-281-1/+2
* ixgbe: add VF IPsec managementShannon Nelson2018-08-281-9/+247
* ixgbe: prep IPsec constants for later useShannon Nelson2018-08-281-3/+5
* ixgbe: reload IPsec IP table after sa tablesShannon Nelson2018-08-281-8/+8
* ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson2018-08-281-4/+0
* ixgbe: Off by one in ixgbe_ipsec_tx()Dan Carpenter2018-07-121-1/+1
* ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2018-06-111-1/+13
* ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck2018-06-111-2/+11
* ixgbe: Move ipsec init function to before reset callAlexander Duyck2018-06-111-7/+0
* ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson2018-06-041-1/+1
* ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson2018-06-041-0/+88
* ixgbe: cleanup sparse warningsCathy Zhou2018-05-171-9/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-1/+1
|\
| * ixgbe: fix memory leak on ipsec allocationColin Ian King2018-05-111-1/+1
* | net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-26/+2
|/
* ixgbe: enable TSO with IPsec offloadShannon Nelson2018-03-231-2/+7
* ixgbe: no need for esp trailer if GSOShannon Nelson2018-03-231-16/+21
* ixgbe: remove unneeded ipsec state free callbackShannon Nelson2018-03-121-13/+0
* ixgbe: fix ipsec trailer lengthShannon Nelson2018-03-121-1/+23
* ixgbe: check for 128-bit authenticationShannon Nelson2018-03-121-5/+11
* ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson2018-01-231-0/+17
* ixgbe: ipsec offload statsShannon Nelson2018-01-231-0/+2
* ixgbe: process the Tx ipsec offloadShannon Nelson2018-01-231-0/+79
* ixgbe: process the Rx ipsec offloadShannon Nelson2018-01-231-2/+106
* ixgbe: restore offloaded SAs after a resetShannon Nelson2018-01-231-0/+41
* ixgbe: add ipsec offload add and remove SAShannon Nelson2018-01-231-1/+396
* ixgbe: add ipsec engine start and stop routinesShannon Nelson2018-01-231-0/+142
* ixgbe: add ipsec register access routinesShannon Nelson2018-01-231-0/+161