aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
AgeCommit message (Expand)Author
2024-04-10ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel
2022-05-09ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky
2021-05-26ixgbe: reduce checker warningsJesse Brandeburg
2021-03-04ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson
2020-06-22ixgbe_ipsec: become aware of when running as a bonding slaveJarod Wilson
2019-09-05ixgbe: Use kzfree() rather than its implementation.zhong jiang
2019-06-28ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal
2018-12-19drivers: net: intel: use secpath helpers in more placesFlorian Westphal
2018-11-07ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson
2018-08-28ixgbe: fix the return value for unsupported VF offloadShannon Nelson
2018-08-28ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson
2018-08-28ixgbe: add VF IPsec offload enable flagShannon Nelson
2018-08-28ixgbe: add VF IPsec managementShannon Nelson
2018-08-28ixgbe: prep IPsec constants for later useShannon Nelson
2018-08-28ixgbe: reload IPsec IP table after sa tablesShannon Nelson
2018-08-28ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson
2018-07-12ixgbe: Off by one in ixgbe_ipsec_tx()Dan Carpenter
2018-06-11ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck
2018-06-11ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck
2018-06-11ixgbe: Move ipsec init function to before reset callAlexander Duyck
2018-06-04ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson
2018-06-04ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11ixgbe: fix memory leak on ipsec allocationColin Ian King
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23ixgbe: enable TSO with IPsec offloadShannon Nelson
2018-03-23ixgbe: no need for esp trailer if GSOShannon Nelson
2018-03-12ixgbe: remove unneeded ipsec state free callbackShannon Nelson
2018-03-12ixgbe: fix ipsec trailer lengthShannon Nelson
2018-03-12ixgbe: check for 128-bit authenticationShannon Nelson
2018-01-23ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson
2018-01-23ixgbe: ipsec offload statsShannon Nelson
2018-01-23ixgbe: process the Tx ipsec offloadShannon Nelson
2018-01-23ixgbe: process the Rx ipsec offloadShannon Nelson
2018-01-23ixgbe: restore offloaded SAs after a resetShannon Nelson
2018-01-23ixgbe: add ipsec offload add and remove SAShannon Nelson
2018-01-23ixgbe: add ipsec engine start and stop routinesShannon Nelson
2018-01-23ixgbe: add ipsec register access routinesShannon Nelson