index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2021-08-31
fou: remove sparse errors
Eric Dumazet
1
-1
/
+1
2021-08-02
net, gro: Set inner transport header offset in tcp/udp GRO hook
Jakub Sitnicki
1
-0
/
+4
2021-07-03
udp: properly flush normal packet at GRO time
Paolo Abeni
1
-2
/
+4
2021-03-31
udp: properly complete L4 GRO over UDP tunnel packet
Paolo Abeni
1
-1
/
+7
2021-03-31
udp: skip L4 aggregation for UDP tunnel packets
Paolo Abeni
1
-8
/
+11
2021-02-28
net: Fix gro aggregation for udp encaps with zero csum
Daniel Borkmann
1
-1
/
+1
2021-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+64
2021-02-02
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
1
-5
/
+64
2021-01-24
udp: allow forwarding of plain (non-fraglisted) UDP GRO packets
Alexander Lobakin
1
-1
/
+2
2021-01-21
udp: not remove the CRC flag from dev features when need_csum is false
Xin Long
1
-2
/
+2
2020-11-13
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+16
2020-11-13
net: udp: remove redundant initialization in udp_gro_complete
Menglong Dong
1
-1
/
+1
2020-11-12
net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GRO
Alexander Lobakin
1
-2
/
+15
2020-11-12
net: udp: fix UDP header access on Fast/frag0 UDP GRO
Alexander Lobakin
1
-1
/
+1
2020-10-31
udp: support sctp over udp in skb_udp_tunnel_segment
Xin Long
1
-0
/
+3
2020-03-30
udp: initialize is_flist with 0 in udp_gro_receive
Xin Long
1
-0
/
+1
2020-01-27
udp: Support UDP fraglist GRO/GSO.
Steffen Klassert
1
-23
/
+81
2020-01-03
net: remove the check argument from __skb_gro_checksum_convert
Li RongQing
1
-1
/
+1
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2019-06-19
net/udp_gso: Allow TX timestamp with UDP GSO
Fred Klassen
1
-0
/
+5
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-06-06
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-02
udp: fix GRO packet of death
Eric Dumazet
1
-3
/
+10
2019-04-28
udp: fix GRO reception in case of length mismatch
Paolo Abeni
1
-4
/
+5
2018-12-16
udp: use indirect call wrappers for GRO socket lookup
Paolo Abeni
1
-2
/
+6
2018-12-16
net: use indirect call wrappers at GRO transport layer
Paolo Abeni
1
-3
/
+4
2018-11-08
udp: implement GRO for plain UDP sockets.
Paolo Abeni
1
-22
/
+87
2018-10-05
udp: gro behind static key
Willem de Bruijn
1
-1
/
+1
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
1
-1
/
+1
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
1
-6
/
+7
2018-05-11
udp: avoid refcount_t saturation in __udp_gso_segment()
Eric Dumazet
1
-3
/
+11
2018-05-09
udp: Do not copy destructor if one is not present
Alexander Duyck
1
-8
/
+14
2018-05-09
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
Alexander Duyck
1
-10
/
+19
2018-05-09
udp: Partially unroll handling of first segment and last segment
Alexander Duyck
1
-14
/
+19
2018-05-09
udp: Do not pass checksum as a parameter to GSO segmentation
Alexander Duyck
1
-14
/
+18
2018-05-09
udp: Do not pass MSS as parameter to GSO segmentation
Alexander Duyck
1
-2
/
+4
2018-05-02
udp: Complement partial checksum for GSO packet
Sean Tranchetti
1
-0
/
+1
2018-04-28
udp: remove stray export symbol
Willem de Bruijn
1
-1
/
+0
2018-04-26
udp: better wmem accounting on gso
Willem de Bruijn
1
-1
/
+15
2018-04-26
udp: add udp gso
Willem de Bruijn
1
-1
/
+52
2018-01-23
gso: validate gso_type in GSO handlers
Willem de Bruijn
1
-0
/
+3
2017-11-23
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
1
-4
/
+45
2017-10-08
gso: fix payload length when gso_size is zero
Alexey Kodanev
1
-1
/
+1
2017-07-17
inet: Remove software UFO fragmenting code.
David S. Miller
1
-54
/
+4
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
1
-4
/
+2
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
[next]