aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/esp6_offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-07esp: Fix error handling on layer 2 xmit.Steffen Klassert1-1/+1
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari1-0/+1
2017-08-02esp6: Support RX checksum with crypto offloadIlan Tayari1-1/+3
2017-06-22esp6_offload: Fix IP6CB(skb)->nhoff for ESP GROYossi Kuperman1-0/+25
2017-04-19esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari1-3/+4
2017-04-19esp6: fix incorrect null pointer check on xoColin Ian King1-1/+1
2017-04-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert1-19/+23
2017-04-14esp: Add gso handlers for esp4 and esp6Steffen Klassert1-0/+93
2017-04-14esp6: Reorganize esp_outputSteffen Klassert1-0/+103
2017-02-15esp: Add a software GRO codepathSteffen Klassert1-0/+108