aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-11ixgbe: fix memory leak on ipsec allocationColin Ian King1-1/+1
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