aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_offload.c
AgeCommit message (Expand)Author
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2022-12-12udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-08-31fou: remove sparse errorsEric Dumazet
2021-08-02net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki
2021-07-02udp: properly flush normal packet at GRO timePaolo Abeni
2021-03-30udp: properly complete L4 GRO over UDP tunnel packetPaolo Abeni
2021-03-30udp: skip L4 aggregation for UDP tunnel packetsPaolo Abeni
2021-02-28net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi
2021-01-23udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin
2021-01-20udp: not remove the CRC flag from dev features when need_csum is falseXin Long
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-12net: udp: remove redundant initialization in udp_gro_completeMenglong Dong
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin
2020-10-30udp: support sctp over udp in skb_udp_tunnel_segmentXin Long
2020-03-30udp: initialize is_flist with 0 in udp_gro_receiveXin Long
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-18net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-01udp: fix GRO packet of deathEric Dumazet
2019-04-27udp: fix GRO reception in case of length mismatchPaolo Abeni
2018-12-15udp: use indirect call wrappers for GRO socket lookupPaolo Abeni
2018-12-15net: use indirect call wrappers at GRO transport layerPaolo Abeni
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni
2018-10-05udp: gro behind static keyWillem de Bruijn
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-05-11udp: avoid refcount_t saturation in __udp_gso_segment()Eric Dumazet
2018-05-08udp: Do not copy destructor if one is not presentAlexander Duyck
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck
2018-05-08udp: Partially unroll handling of first segment and last segmentAlexander Duyck
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck
2018-05-02udp: Complement partial checksum for GSO packetSean Tranchetti
2018-04-27udp: remove stray export symbolWillem de Bruijn