summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_offload.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-261-6/+7
|/
* udp: avoid refcount_t saturation in __udp_gso_segment()Eric Dumazet2018-05-111-3/+11
* udp: Do not copy destructor if one is not presentAlexander Duyck2018-05-081-8/+14
* udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck2018-05-081-10/+19
* udp: Partially unroll handling of first segment and last segmentAlexander Duyck2018-05-081-14/+19
* udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck2018-05-081-14/+18
* udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck2018-05-081-2/+4
* udp: Complement partial checksum for GSO packetSean Tranchetti2018-05-021-0/+1
* udp: remove stray export symbolWillem de Bruijn2018-04-271-1/+0