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.12.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
/
udp_offload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-09
net: avoid skb_warn_bad_offload false positives on UFO
Willem de Bruijn
1
-1
/
+1
2017-04-24
udp: disable inner UDP checksum offloads in IPsec case
Ansis Atteka
1
-0
/
+3
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
1
-1
/
+1
2016-09-20
gso: Support partial splitting at the frag_list pointer
Steffen Klassert
1
-2
/
+4
2016-05-21
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
1
-10
/
+0
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+5
2016-05-07
udp_offload: Set encapsulation before inner completes.
Jarno Rajahalme
1
-3
/
+5
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
1
-6
/
+21
2016-04-07
udp: Remove udp_offloads
Tom Herbert
1
-63
/
+0
2016-04-07
udp: Add GRO functions to UDP socket
Tom Herbert
1
-32
/
+20
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
-3
/
+3
2016-03-14
GSO/UDP: Use skb->len instead of udph->len to determine length of original skb
Alexander Duyck
1
-5
/
+10
2016-02-26
GSO: Provide software checksum of tunneled UDP fragmentation offload
Alexander Duyck
1
-3
/
+12
2016-02-11
udp: Use uh->len instead of skb->len to compute checksum in segmentation
Alexander Duyck
1
-15
/
+13
2016-02-11
udp: Clean up the use of flags in UDP segmentation offload
Alexander Duyck
1
-19
/
+18
2016-02-11
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
1
-12
/
+10
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
1
-3
/
+3
2016-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+7
2016-01-11
udp: restrict offloads to one namespace
Hannes Frederic Sowa
1
-3
/
+7
2015-12-16
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
1
-2
/
+3
2015-04-03
ipv4: coding style: comparison for inequality with NULL
Ian Morris
1
-2
/
+2
2015-02-12
udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path
Tom Herbert
1
-1
/
+12
2015-01-14
udp: pass udp_offload struct to UDP gro callbacks
Tom Herbert
1
-2
/
+5
2014-11-06
net: Remove MPLS GSO feature.
Pravin B Shelar
1
-2
/
+1
2014-11-06
udp: Changes to udp_offload to support remote checksum offload
Tom Herbert
1
-2
/
+16
2014-11-06
udp: Offload outer UDP tunnel csum if available
Tom Herbert
1
-16
/
+36
2014-10-20
net: gso: use feature flag argument in all protocol gso handlers
Florian Westphal
1
-1
/
+1
2014-10-04
fou: eliminate IPv4,v6 specific GRO functions
Tom Herbert
1
-0
/
+1
2014-10-02
udp: Generalize skb_udp_segment
Tom Herbert
1
-5
/
+46
2014-09-26
net: Remove gso_send_check as an offload callback
Tom Herbert
1
-6
/
+0
2014-09-26
udp: move logic out of udp[46]_ufo_send_check
Tom Herbert
1
-22
/
+15
2014-09-20
fou: Add GRO support
Tom Herbert
1
-1
/
+4
2014-09-13
udp: Fix inverted NAPI_GRO_CB(skb)->flush test
Scott Wood
1
-1
/
+1
2014-09-10
ipv4: udp4_gro_complete() is static
Eric Dumazet
1
-1
/
+1
2014-09-02
udp: Add support for doing checksum unnecessary conversion
Tom Herbert
1
-8
/
+17
2014-08-30
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
1
-2
/
+3
2014-08-25
udp: additional GRO support
Tom Herbert
1
-17
/
+44
2014-07-30
net/udp_offload: Use IS_ERR_OR_NULL
Himangi Saraogi
1
-1
/
+1
2014-07-15
udp: Move udp_tunnel_segment into udp_offload.c
Tom Herbert
1
-0
/
+76
2014-06-12
net: Add skb_gro_postpull_rcsum to udp and vxlan
Tom Herbert
1
-0
/
+1
2014-06-05
gre: Call gso_make_checksum
Tom Herbert
1
-1
/
+2
2014-06-05
net: Add GSO support for UDP tunnels with checksum
Tom Herbert
1
-1
/
+3
2014-02-05
net/ipv4: Use proper RCU APIs for writer-side in udp_offload.c
Shlomo Pongratz
1
-7
/
+8
2014-01-31
net/ipv4: Use non-atomic allocation of udp offloads structure instance
Or Gerlitz
1
-1
/
+1
2014-01-24
net/udp_offload: Handle static checker complaints
Shlomo Pongratz
1
-4
/
+4
2014-01-22
net: Add GRO support for UDP encapsulating protocols
Or Gerlitz
1
-0
/
+143
2014-01-03
ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC
Wei-Chun Chao
1
-18
/
+19
2013-10-20
ipip: add GSO/TSO support
Eric Dumazet
1
-0
/
+1
2013-06-12
net: udp4: move GSO functions to udp_offload
Daniel Borkmann
1
-0
/
+100