summaryrefslogtreecommitdiff
path: root/net/ipv4/gre_offload.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-05-20gso: Remove arbitrary checks for unsupported GSOTom Herbert
2016-04-16GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck
2016-02-11gre: Use inner_proto to obtain inner header protocolAlexander Duyck
2016-02-11gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck
2015-10-26ipv6: gre: support SIT encapsulationEric Dumazet
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2014-12-05gre: Set inner mac header in gro completeTom Herbert
2014-10-30gre: Use inner mac length when computing tunnel lengthTom Herbert
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-01gre: Add support for checksum unnecessary conversionsTom Herbert
2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert
2014-08-24gre: call skb_gro_checksum_simple_validateTom Herbert
2014-07-29net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-06-11net: Save software checksum completeTom Herbert
2014-06-04gre: Call gso_make_checksumTom Herbert
2014-01-16net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker
2014-01-13gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell
2014-01-13gre_offload: fix sparse non static symbol warningWei Yongjun
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu
2014-01-06gre_offload: statically build GRE offloading supportEric Dumazet
2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao
2013-10-19ipip: add GSO/TSO supportEric Dumazet
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann