index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
udp_offload.c
Age
Commit message (
Expand
)
Author
2024-10-02
gso: fix udp gso fraglist segmentation after pull from frag_list
Willem de Bruijn
2024-08-21
udp: fix receiving fraglist GSO packets
Felix Fietkau
2024-08-09
udp: Fall back to software USO if IPv6 extension headers are present
Jakub Sitnicki
2024-07-30
net: drop bad gso csum_start and offset in virtio_net_hdr
Willem de Bruijn
2024-06-28
udp: Allow GSO transmit from devices with no checksum offload
Jakub Sitnicki
2024-05-13
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
2024-05-06
net: move skb_gro_receive_list from udp to core
Felix Fietkau
2024-05-02
net: gro: add flush check in udp_gro_receive_segment
Richard Gobert
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
2024-03-29
udp: prevent local UDP tunnel packets from being GROed
Antoine Tenart
2024-03-29
udp: do not transition UDP GRO fraglist partial checksums to unnecessary
Antoine Tenart
2024-03-29
gro: fix ownership transfer
Antoine Tenart
2024-03-29
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
2024-03-07
udp: move udpv4_offload and udpv6_offload to net_hotdata
Eric Dumazet
2023-09-14
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
2023-07-29
net: gro: fix misuse of CB in udp socket lookup
Richard Gobert
2023-07-14
gso: fix dodgy bit handling for GSO_UDP_L4
Yan Zhai
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
2022-12-12
udp: allow header check for dodgy GSO_UDP_L4 packets.
Andrew Melnychenko
2022-11-16
udp: Access &udp_table via net.
Kuniyuki Iwashima
2021-11-24
gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers
Eric Dumazet
2021-11-24
gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers
Eric Dumazet
2021-11-16
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-08-31
fou: remove sparse errors
Eric Dumazet
2021-08-02
net, gro: Set inner transport header offset in tcp/udp GRO hook
Jakub Sitnicki
2021-07-02
udp: properly flush normal packet at GRO time
Paolo Abeni
2021-03-30
udp: properly complete L4 GRO over UDP tunnel packet
Paolo Abeni
2021-03-30
udp: skip L4 aggregation for UDP tunnel packets
Paolo Abeni
2021-02-28
net: Fix gro aggregation for udp encaps with zero csum
Daniel Borkmann
2021-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-02-01
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
2021-01-23
udp: allow forwarding of plain (non-fraglisted) UDP GRO packets
Alexander Lobakin
2021-01-20
udp: not remove the CRC flag from dev features when need_csum is false
Xin Long
2020-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-12
net: udp: remove redundant initialization in udp_gro_complete
Menglong Dong
2020-11-12
net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GRO
Alexander Lobakin
2020-11-12
net: udp: fix UDP header access on Fast/frag0 UDP GRO
Alexander Lobakin
2020-10-30
udp: support sctp over udp in skb_udp_tunnel_segment
Xin Long
2020-03-30
udp: initialize is_flist with 0 in udp_gro_receive
Xin Long
2020-01-27
udp: Support UDP fraglist GRO/GSO.
Steffen Klassert
2020-01-03
net: remove the check argument from __skb_gro_checksum_convert
Li RongQing
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-18
net/udp_gso: Allow TX timestamp with UDP GSO
Fred Klassen
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-05
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-01
udp: fix GRO packet of death
Eric Dumazet
2019-04-27
udp: fix GRO reception in case of length mismatch
Paolo Abeni
2018-12-15
udp: use indirect call wrappers for GRO socket lookup
Paolo Abeni
[next]