aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_offload.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert2024-05-131-8/+1
* net: move skb_gro_receive_list from udp to coreFelix Fietkau2024-05-061-27/+0
* net: gro: add flush check in udp_gro_receive_segmentRichard Gobert2024-05-021-1/+11
* net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cbRichard Gobert2024-05-021-1/+2
* udp: prevent local UDP tunnel packets from being GROedAntoine Tenart2024-03-291-0/+6
* udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart2024-03-291-7/+1
* gro: fix ownership transferAntoine Tenart2024-03-291-1/+2
* udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-03-291-2/+4
* udp: move udpv4_offload and udpv6_offload to net_hotdataEric Dumazet2024-03-071-9/+8
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-09-141-2/+2
* net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-291-2/+5
* gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2023-07-141-5/+11
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko2022-12-121-1/+2
* udp: Access &udp_table via net.Kuniyuki Iwashima2022-11-161-2/+3
* gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet2021-11-241-2/+0
* gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet2021-11-241-2/+0
* net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet2021-11-161-0/+27
* net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-0/+1
* fou: remove sparse errorsEric Dumazet2021-08-311-1/+1
* net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki2021-08-021-0/+4
* udp: properly flush normal packet at GRO timePaolo Abeni2021-07-021-2/+4
* udp: properly complete L4 GRO over UDP tunnel packetPaolo Abeni2021-03-301-1/+7
* udp: skip L4 aggregation for UDP tunnel packetsPaolo Abeni2021-03-301-8/+11
* net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann2021-02-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-5/+64
|\
| * udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-011-5/+64
* | udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin2021-01-231-1/+2
* | udp: not remove the CRC flag from dev features when need_csum is falseXin Long2021-01-201-2/+2
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-3/+16
|\
| * net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-2/+15
| * net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-1/+1
* | net: udp: remove redundant initialization in udp_gro_completeMenglong Dong2020-11-121-1/+1
* | udp: support sctp over udp in skb_udp_tunnel_segmentXin Long2020-10-301-0/+3
|/
* udp: initialize is_flist with 0 in udp_gro_receiveXin Long2020-03-301-0/+1
* udp: Support UDP fraglist GRO/GSO.Steffen Klassert2020-01-271-23/+81
* net: remove the check argument from __skb_gro_checksum_convertLi RongQing2020-01-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-0/+5
|\
| * net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-181-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
|/
* udp: fix GRO packet of deathEric Dumazet2019-05-011-3/+10
* udp: fix GRO reception in case of length mismatchPaolo Abeni2019-04-271-4/+5
* udp: use indirect call wrappers for GRO socket lookupPaolo Abeni2018-12-151-2/+6
* net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-151-3/+4
* udp: implement GRO for plain UDP sockets.Paolo Abeni2018-11-071-22/+87
* udp: gro behind static keyWillem de Bruijn2018-10-051-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+1
|\
| * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-021-1/+1