index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
gre_offload.c
Age
Commit message (
Expand
)
Author
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
2017-10-08
gso: fix payload length when gso_size is zero
Alexey Kodanev
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
2016-09-19
gso: Support partial splitting at the frag_list pointer
Steffen Klassert
2016-05-20
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
2016-04-16
GRE: Add support for GRO/GSO of IPv6 GRE traffic
Alexander Duyck
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
2016-04-14
GSO: Add GSO type for fixed IPv4 ID
Alexander Duyck
2016-04-07
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
Alexander Duyck
2016-03-23
net: Reset encap_level to avoid resetting features on inner IP headers
Alexander Duyck
2016-03-20
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
2016-03-13
gro: Defer clearing of flush bit in tunnel paths
Alexander Duyck
2016-02-26
GSO: Provide software checksum of tunneled UDP fragmentation offload
Alexander Duyck
2016-02-11
gre: Use inner_proto to obtain inner header protocol
Alexander Duyck
2016-02-11
gre: Use GSO flags to determine csum need instead of GRE flags
Alexander Duyck
2016-02-11
net: Move skb_has_shared_frag check out of GRE code and into segmentation
Alexander Duyck
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
2015-10-26
ipv6: gre: support SIT encapsulation
Eric Dumazet
2015-04-03
ipv4: coding style: comparison for inequality with NULL
Ian Morris
2015-04-03
ipv4: coding style: comparison for equality with NULL
Ian Morris
2014-12-05
gre: Set inner mac header in gro complete
Tom Herbert
2014-10-30
gre: Use inner mac length when computing tunnel length
Tom Herbert
2014-10-20
net: gso: use feature flag argument in all protocol gso handlers
Florian Westphal
2014-10-18
ipv4: fix a potential use after free in gre_offload.c
Li RongQing
2014-09-26
net: Remove gso_send_check as an offload callback
Tom Herbert
2014-09-01
gre: Add support for checksum unnecessary conversions
Tom Herbert
2014-08-29
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
2014-08-24
gre: call skb_gro_checksum_simple_validate
Tom Herbert
2014-07-29
net/ipv4: Use IS_ERR_OR_NULL
Himangi Saraogi
2014-07-16
net-gre-gro: Fix a bug that breaks the forwarding path
Jerry Chu
2014-06-11
net: Save software checksum complete
Tom Herbert
2014-06-04
gre: Call gso_make_checksum
Tom Herbert
2014-01-16
net/ipv4: don't use module_init in non-modular gre_offload
Paul Gortmaker
2014-01-13
gre_offload: simplify GRE header length calculation in gre_gso_segment()
Neal Cardwell
2014-01-13
gre_offload: fix sparse non static symbol warning
Wei Yongjun
2014-01-07
net-gre-gro: Add GRE support to the GRO stack
Jerry Chu
2014-01-06
gre_offload: statically build GRE offloading support
Eric Dumazet
2014-01-02
ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC
Wei-Chun Chao
2013-10-19
ipip: add GSO/TSO support
Eric Dumazet
2013-07-11
gso: Update tunnel segmentation to support Tx checksum offload
Alexander Duyck
2013-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-07-03
net: gre: move GSO functions to gre_offload
Daniel Borkmann