index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
udp_offload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fou: remove sparse errors
Eric Dumazet
2021-08-31
1
-1
/
+1
*
net, gro: Set inner transport header offset in tcp/udp GRO hook
Jakub Sitnicki
2021-08-02
1
-0
/
+4
*
udp: properly flush normal packet at GRO time
Paolo Abeni
2021-07-02
1
-2
/
+4
*
udp: properly complete L4 GRO over UDP tunnel packet
Paolo Abeni
2021-03-30
1
-1
/
+7
*
udp: skip L4 aggregation for UDP tunnel packets
Paolo Abeni
2021-03-30
1
-8
/
+11
*
net: Fix gro aggregation for udp encaps with zero csum
Daniel Borkmann
2021-02-28
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-02-02
1
-5
/
+64
|
\
|
*
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
2021-02-01
1
-5
/
+64
*
|
udp: allow forwarding of plain (non-fraglisted) UDP GRO packets
Alexander Lobakin
2021-01-23
1
-1
/
+2
*
|
udp: not remove the CRC flag from dev features when need_csum is false
Xin Long
2021-01-20
1
-2
/
+2
|
/
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-12
1
-3
/
+16
|
\
|
*
net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GRO
Alexander Lobakin
2020-11-12
1
-2
/
+15
|
*
net: udp: fix UDP header access on Fast/frag0 UDP GRO
Alexander Lobakin
2020-11-12
1
-1
/
+1
*
|
net: udp: remove redundant initialization in udp_gro_complete
Menglong Dong
2020-11-12
1
-1
/
+1
*
|
udp: support sctp over udp in skb_udp_tunnel_segment
Xin Long
2020-10-30
1
-0
/
+3
|
/
*
udp: initialize is_flist with 0 in udp_gro_receive
Xin Long
2020-03-30
1
-0
/
+1
*
udp: Support UDP fraglist GRO/GSO.
Steffen Klassert
2020-01-27
1
-23
/
+81
*
net: remove the check argument from __skb_gro_checksum_convert
Li RongQing
2020-01-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-22
1
-0
/
+5
|
\
|
*
net/udp_gso: Allow TX timestamp with UDP GSO
Fred Klassen
2019-06-18
1
-0
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-5
/
+1
|
\
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-06-05
1
-1
/
+1
|
/
*
udp: fix GRO packet of death
Eric Dumazet
2019-05-01
1
-3
/
+10
*
udp: fix GRO reception in case of length mismatch
Paolo Abeni
2019-04-27
1
-4
/
+5
*
udp: use indirect call wrappers for GRO socket lookup
Paolo Abeni
2018-12-15
1
-2
/
+6
*
net: use indirect call wrappers at GRO transport layer
Paolo Abeni
2018-12-15
1
-3
/
+4
*
udp: implement GRO for plain UDP sockets.
Paolo Abeni
2018-11-07
1
-22
/
+87
*
udp: gro behind static key
Willem de Bruijn
2018-10-05
1
-1
/
+1
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-03
1
-1
/
+1
|
\
|
*
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
2018-07-02
1
-1
/
+1
*
|
net: Convert GRO SKB handling to list_head.
David Miller
2018-06-26
1
-6
/
+7
|
/
*
udp: avoid refcount_t saturation in __udp_gso_segment()
Eric Dumazet
2018-05-11
1
-3
/
+11
*
udp: Do not copy destructor if one is not present
Alexander Duyck
2018-05-08
1
-8
/
+14
*
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
Alexander Duyck
2018-05-08
1
-10
/
+19
*
udp: Partially unroll handling of first segment and last segment
Alexander Duyck
2018-05-08
1
-14
/
+19
*
udp: Do not pass checksum as a parameter to GSO segmentation
Alexander Duyck
2018-05-08
1
-14
/
+18
*
udp: Do not pass MSS as parameter to GSO segmentation
Alexander Duyck
2018-05-08
1
-2
/
+4
*
udp: Complement partial checksum for GSO packet
Sean Tranchetti
2018-05-02
1
-0
/
+1
*
udp: remove stray export symbol
Willem de Bruijn
2018-04-27
1
-1
/
+0
*
udp: better wmem accounting on gso
Willem de Bruijn
2018-04-26
1
-1
/
+15
*
udp: add udp gso
Willem de Bruijn
2018-04-26
1
-1
/
+52
*
gso: validate gso_type in GSO handlers
Willem de Bruijn
2018-01-22
1
-0
/
+3
*
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
2017-11-24
1
-4
/
+45
*
gso: fix payload length when gso_size is zero
Alexey Kodanev
2017-10-08
1
-1
/
+1
*
inet: Remove software UFO fragmenting code.
David S. Miller
2017-07-17
1
-54
/
+4
*
net: Remove all references to SKB_GSO_UDP.
David S. Miller
2017-07-17
1
-4
/
+2
*
udp: disable inner UDP checksum offloads in IPsec case
Ansis Atteka
2017-04-24
1
-0
/
+3
*
net: add recursion limit to GRO
Sabrina Dubroca
2016-10-20
1
-1
/
+1
*
gso: Support partial splitting at the frag_list pointer
Steffen Klassert
2016-09-19
1
-2
/
+4
[next]