summaryrefslogtreecommitdiffstats
path: root/net/ipv4/gre_offload.c
Commit message (Expand)AuthorAgeFilesLines
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-05-011-0/+5
* ipv6: gre: support SIT encapsulationEric Dumazet2015-11-161-1/+2
* net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2015-08-271-1/+1
* gre: Set inner mac header in gro completeTom Herbert2014-12-151-0/+3
* gre: Use inner mac length when computing tunnel lengthTom Herbert2014-11-051-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