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
/
ipv6
/
ip6_offload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2014-11-23
ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid
Alexander Duyck
1
-1
/
+2
2014-11-06
net: Remove MPLS GSO feature.
Pravin B Shelar
1
-1
/
+0
2014-11-06
udp: Changes to udp_offload to support remote checksum offload
Tom Herbert
1
-0
/
+1
2014-10-20
net: gso: use feature flag argument in all protocol gso handlers
Florian Westphal
1
-1
/
+1
2014-10-18
ipv6: fix a potential use after free in ip6_offload.c
Li RongQing
1
-0
/
+1
2014-09-26
net: Remove gso_send_check as an offload callback
Tom Herbert
1
-27
/
+0
2014-09-10
sit: Add gro callbacks to sit_offload
Tom Herbert
1
-0
/
+2
2014-09-10
ipv6: Clear flush_id to make GRO work
Tom Herbert
1
-0
/
+3
2014-08-25
ipv6: White-space cleansing : Line Layouts
Ian Morris
1
-1
/
+1
2014-06-05
gre: Call gso_make_checksum
Tom Herbert
1
-0
/
+1
2014-06-05
net: Add GSO support for UDP tunnels with checksum
Tom Herbert
1
-0
/
+1
2014-05-22
ipv6: gro: fix CHECKSUM_COMPLETE support
Eric Dumazet
1
-5
/
+1
2014-02-26
ipv4: ipv6: better estimate tunnel header cut for correct ufo handling
Hannes Frederic Sowa
1
-8
/
+12
2014-01-08
net-gre-gro: Add GRE support to the GRO stack
Jerry Chu
1
-1
/
+1
2013-12-16
net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()
Jerry Chu
1
-8
/
+4
2013-12-14
ipv6: fix compiler warning in ipv6_exthdrs_len
Hannes Frederic Sowa
1
-4
/
+5
2013-12-12
net-gro: Prepare GRO stack for the upcoming tunneling support
Jerry Chu
1
-10
/
+44
2013-10-22
ipv6: sit: add GSO/TSO support
Eric Dumazet
1
-0
/
+11
2013-10-22
ipv6: gso: make ipv6_gso_segment() stackable
Eric Dumazet
1
-6
/
+17
2013-10-20
ipip: add GSO/TSO support
Eric Dumazet
1
-0
/
+1
2013-10-20
ipv6: gso: remove redundant locking
Eric Dumazet
1
-4
/
+1
2013-09-01
ipv6: Add generic UDP Tunnel segmentation
Cong Wang
1
-1
/
+3
2013-05-28
MPLS: Add limited GSO support
Simon Horman
1
-0
/
+1
2013-03-10
tunneling: Add generic Tunnel segmentation.
Pravin B Shelar
1
-0
/
+1
2013-03-10
net: Kill link between CSUM and SG features.
Pravin B Shelar
1
-3
/
+0
2013-02-16
v4 GRE: Add TCP segmentation offload for GRE
Pravin B Shelar
1
-0
/
+1
2013-02-13
net: Fix possible wrong checksum generation.
Pravin B Shelar
1
-1
/
+0
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
1
-0
/
+1
2012-11-16
net: Remove code duplication between offload structures
Vlad Yasevich
1
-13
/
+15
2012-11-16
ipv6: Pull IPv6 GSO registration out of the module
Vlad Yasevich
1
-5
/
+12
2012-11-16
ipv6: Separate ipv6 offload support
Vlad Yasevich
1
-0
/
+273