aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-05ixgbe: Use kzfree() rather than its implementation.zhong jiang1-6/+3
2019-06-28ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier1-0/+3
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal1-4/+5
2018-12-19drivers: net: intel: use secpath helpers in more placesFlorian Westphal1-2/+4
2018-11-07ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson1-1/+3
2018-08-28ixgbe: fix the return value for unsupported VF offloadShannon Nelson1-1/+1
2018-08-28ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson1-0/+3
2018-08-28ixgbe: add VF IPsec offload enable flagShannon Nelson1-1/+2
2018-08-28ixgbe: add VF IPsec managementShannon Nelson1-9/+247
2018-08-28ixgbe: prep IPsec constants for later useShannon Nelson1-3/+5
2018-08-28ixgbe: reload IPsec IP table after sa tablesShannon Nelson1-8/+8
2018-08-28ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson1-4/+0
2018-07-12ixgbe: Off by one in ixgbe_ipsec_tx()Dan Carpenter1-1/+1
2018-06-11ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck1-1/+13
2018-06-11ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck1-2/+11
2018-06-11ixgbe: Move ipsec init function to before reset callAlexander Duyck1-7/+0
2018-06-04ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson1-1/+1
2018-06-04ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson1-0/+88
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou1-9/+16
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-11ixgbe: fix memory leak on ipsec allocationColin Ian King1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-26/+2
2018-03-23ixgbe: enable TSO with IPsec offloadShannon Nelson1-2/+7
2018-03-23ixgbe: no need for esp trailer if GSOShannon Nelson1-16/+21
2018-03-12ixgbe: remove unneeded ipsec state free callbackShannon Nelson1-13/+0
2018-03-12ixgbe: fix ipsec trailer lengthShannon Nelson1-1/+23
2018-03-12ixgbe: check for 128-bit authenticationShannon Nelson1-5/+11
2018-01-23ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson1-0/+17
2018-01-23ixgbe: ipsec offload statsShannon Nelson1-0/+2
2018-01-23ixgbe: process the Tx ipsec offloadShannon Nelson1-0/+79
2018-01-23ixgbe: process the Rx ipsec offloadShannon Nelson1-2/+106
2018-01-23ixgbe: restore offloaded SAs after a resetShannon Nelson1-0/+41
2018-01-23ixgbe: add ipsec offload add and remove SAShannon Nelson1-1/+396
2018-01-23ixgbe: add ipsec engine start and stop routinesShannon Nelson1-0/+142
2018-01-23ixgbe: add ipsec register access routinesShannon Nelson1-0/+161