aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/gre_offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller1-13/+1
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert1-2/+4
2016-05-20gso: Remove arbitrary checks for unsupported GSOTom Herbert1-14/+0
2016-04-16GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck1-1/+13
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-5/+21
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-0/+1
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck1-0/+8
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck1-0/+1
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-0/+5
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck1-2/+1
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck1-3/+18
2016-02-11gre: Use inner_proto to obtain inner header protocolAlexander Duyck1-4/+2
2016-02-11gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck1-34/+30
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck1-11/+0
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck1-3/+3
2015-10-26ipv6: gre: support SIT encapsulationEric Dumazet1-1/+2
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2014-12-05gre: Set inner mac header in gro completeTom Herbert1-0/+3
2014-10-30gre: Use inner mac length when computing tunnel lengthTom Herbert1-1/+1
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal1-1/+1
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing1-3/+3
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-8/+3
2014-09-01gre: Add support for checksum unnecessary conversionsTom Herbert1-2/+6
2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert1-5/+2
2014-08-24gre: call skb_gro_checksum_simple_validateTom Herbert1-36/+7
2014-07-29net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-0/+3
2014-06-11net: Save software checksum completeTom Herbert1-2/+4
2014-06-04gre: Call gso_make_checksumTom Herbert1-2/+8
2014-01-16net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker1-8/+2
2014-01-13gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell1-10/+6
2014-01-13gre_offload: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu1-0/+160
2014-01-06gre_offload: statically build GRE offloading supportEric Dumazet1-2/+5
2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao1-4/+7
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-1/+2
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck1-0/+3
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann1-0/+127