index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
gre_offload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-21
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
1
-14
/
+0
2016-04-17
GRE: Add support for GRO/GSO of IPv6 GRE traffic
Alexander Duyck
1
-1
/
+13
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
1
-5
/
+21
2016-04-14
GSO: Add GSO type for fixed IPv4 ID
Alexander Duyck
1
-0
/
+1
2016-04-07
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
Alexander Duyck
1
-0
/
+8
2016-03-23
net: Reset encap_level to avoid resetting features on inner IP headers
Alexander Duyck
1
-0
/
+1
2016-03-20
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
1
-0
/
+5
2016-03-13
gro: Defer clearing of flush bit in tunnel paths
Alexander Duyck
1
-2
/
+1
2016-02-26
GSO: Provide software checksum of tunneled UDP fragmentation offload
Alexander Duyck
1
-3
/
+18
2016-02-11
gre: Use inner_proto to obtain inner header protocol
Alexander Duyck
1
-4
/
+2
2016-02-11
gre: Use GSO flags to determine csum need instead of GRE flags
Alexander Duyck
1
-34
/
+30
2016-02-11
net: Move skb_has_shared_frag check out of GRE code and into segmentation
Alexander Duyck
1
-11
/
+0
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
1
-3
/
+3
2015-10-27
ipv6: gre: support SIT encapsulation
Eric Dumazet
1
-1
/
+2
2015-04-03
ipv4: coding style: comparison for inequality with NULL
Ian Morris
1
-1
/
+1
2015-04-03
ipv4: coding style: comparison for equality with NULL
Ian Morris
1
-1
/
+1
2014-12-06
gre: Set inner mac header in gro complete
Tom Herbert
1
-0
/
+3
2014-10-31
gre: Use inner mac length when computing tunnel length
Tom Herbert
1
-1
/
+1
2014-10-20
net: gso: use feature flag argument in all protocol gso handlers
Florian Westphal
1
-1
/
+1
2014-10-18
ipv4: fix a potential use after free in gre_offload.c
Li RongQing
1
-3
/
+3
2014-09-26
net: Remove gso_send_check as an offload callback
Tom Herbert
1
-8
/
+3
2014-09-02
gre: Add support for checksum unnecessary conversions
Tom Herbert
1
-2
/
+6
2014-08-30
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
1
-5
/
+2
2014-08-25
gre: call skb_gro_checksum_simple_validate
Tom Herbert
1
-36
/
+7
2014-07-30
net/ipv4: Use IS_ERR_OR_NULL
Himangi Saraogi
1
-1
/
+1
2014-07-17
net-gre-gro: Fix a bug that breaks the forwarding path
Jerry Chu
1
-0
/
+3
2014-06-12
net: Save software checksum complete
Tom Herbert
1
-2
/
+4
2014-06-05
gre: Call gso_make_checksum
Tom Herbert
1
-2
/
+8
2014-01-17
net/ipv4: don't use module_init in non-modular gre_offload
Paul Gortmaker
1
-8
/
+2
2014-01-13
gre_offload: simplify GRE header length calculation in gre_gso_segment()
Neal Cardwell
1
-10
/
+6
2014-01-13
gre_offload: fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2014-01-08
net-gre-gro: Add GRE support to the GRO stack
Jerry Chu
1
-0
/
+160
2014-01-07
gre_offload: statically build GRE offloading support
Eric Dumazet
1
-2
/
+5
2014-01-03
ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC
Wei-Chun Chao
1
-4
/
+7
2013-10-20
ipip: add GSO/TSO support
Eric Dumazet
1
-1
/
+2
2013-07-11
gso: Update tunnel segmentation to support Tx checksum offload
Alexander Duyck
1
-0
/
+3
2013-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-07-04
net: gre: move GSO functions to gre_offload
Daniel Borkmann
1
-0
/
+127