aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-2/+0
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet1-2/+0
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet1-0/+27
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-08-31fou: remove sparse errorsEric Dumazet1-1/+1
2021-08-02net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki1-0/+4
2021-07-02udp: properly flush normal packet at GRO timePaolo Abeni1-2/+4
2021-03-30udp: properly complete L4 GRO over UDP tunnel packetPaolo Abeni1-1/+7
2021-03-30udp: skip L4 aggregation for UDP tunnel packetsPaolo Abeni1-8/+11
2021-02-28net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann1-1/+1
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+64
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi1-5/+64
2021-01-23udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin1-1/+2
2021-01-20udp: not remove the CRC flag from dev features when need_csum is falseXin Long1-2/+2
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+16
2020-11-12net: udp: remove redundant initialization in udp_gro_completeMenglong Dong1-1/+1
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin1-2/+15
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin1-1/+1
2020-10-30udp: support sctp over udp in skb_udp_tunnel_segmentXin Long1-0/+3
2020-03-30udp: initialize is_flist with 0 in udp_gro_receiveXin Long1-0/+1
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert1-23/+81
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2019-06-18net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen1-0/+5
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-01udp: fix GRO packet of deathEric Dumazet1-3/+10
2019-04-27udp: fix GRO reception in case of length mismatchPaolo Abeni1-4/+5
2018-12-15udp: use indirect call wrappers for GRO socket lookupPaolo Abeni1-2/+6
2018-12-15net: use indirect call wrappers at GRO transport layerPaolo Abeni1-3/+4
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni1-22/+87
2018-10-05udp: gro behind static keyWillem de Bruijn1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-6/+7
2018-05-11udp: avoid refcount_t saturation in __udp_gso_segment()Eric Dumazet1-3/+11
2018-05-08udp: Do not copy destructor if one is not presentAlexander Duyck1-8/+14
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck1-10/+19
2018-05-08udp: Partially unroll handling of first segment and last segmentAlexander Duyck1-14/+19
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck1-14/+18
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck1-2/+4
2018-05-02udp: Complement partial checksum for GSO packetSean Tranchetti1-0/+1
2018-04-27udp: remove stray export symbolWillem de Bruijn1-1/+0
2018-04-26udp: better wmem accounting on gsoWillem de Bruijn1-1/+15
2018-04-26udp: add udp gsoWillem de Bruijn1-1/+52
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn1-0/+3
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-4/+45
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev1-1/+1
2017-07-17inet: Remove software UFO fragmenting code.David S. Miller1-54/+4