summaryrefslogtreecommitdiffstats
path: root/net/ipv4/gre_offload.c
Commit message (Expand)AuthorAgeFilesLines
* net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+1
* gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-191-2/+4
* gso: Remove arbitrary checks for unsupported GSOTom Herbert2016-05-201-14/+0
* GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck2016-04-161-1/+13
* GSO: Support partial segmentation offloadAlexander Duyck2016-04-141-5/+21
* GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-141-0/+1
* GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-071-0/+8
* net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck2016-03-231-0/+1
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-201-0/+5
* gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck2016-03-131-2/+1
* GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck2016-02-261-3/+18
* gre: Use inner_proto to obtain inner header protocolAlexander Duyck2016-02-111-4/+2
* gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck2016-02-111-34/+30
* net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-111-11/+0
* net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck2016-02-111-3/+3
* ipv6: gre: support SIT encapsulationEric Dumazet2015-10-261-1/+2
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* gre: Set inner mac header in gro completeTom Herbert2014-12-051-0/+3
* gre: Use inner mac length when computing tunnel lengthTom Herbert2014-10-301-1/+1
* net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2014-10-201-1/+1
* ipv4: fix a potential use after free in gre_offload.cLi RongQing2014-10-181-3/+3
* net: Remove gso_send_check as an offload callbackTom Herbert2014-09-261-8/+3
* gre: Add support for checksum unnecessary conversionsTom Herbert2014-09-011-2/+6
* net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert2014-08-291-5/+2
* gre: call skb_gro_checksum_simple_validateTom Herbert2014-08-241-36/+7
* net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-291-1/+1
* net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-161-0/+3
* net: Save software checksum completeTom Herbert2014-06-111-2/+4
* gre: Call gso_make_checksumTom Herbert2014-06-041-2/+8
* net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker2014-01-161-8/+2
* gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell2014-01-131-10/+6
* gre_offload: fix sparse non static symbol warningWei Yongjun2014-01-131-1/+1
* net-gre-gro: Add GRE support to the GRO stackJerry Chu2014-01-071-0/+160
* gre_offload: statically build GRE offloading supportEric Dumazet2014-01-061-2/+5
* ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao2014-01-021-4/+7
* ipip: add GSO/TSO supportEric Dumazet2013-10-191-1/+2
* gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-111-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+1
* net: gre: move GSO functions to gre_offloadDaniel Borkmann2013-07-031-0/+127