summaryrefslogtreecommitdiff
path: root/net/ipv4/udp_offload.c
AgeCommit message (Expand)AuthorFilesLines
5 daysudp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca1-1/+1
2025-07-24net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau1-0/+1
2025-06-19net: fix udp gso skb_segment after pull from frag_listShiming Cheng1-0/+5
2025-04-29net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau1-1/+60
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski1-166/+1
2025-03-18udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni1-1/+129
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-0/+37
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2025-03-03net: gro: convert four dev_net() callsEric Dumazet1-1/+1
2025-02-28net: gso: fix ownership in __udp_gso_segmentAntoine Tenart1-2/+6
2024-10-02gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn1-2/+20
2024-08-21udp: fix receiving fraglist GSO packetsFelix Fietkau1-1/+2
2024-08-09udp: Fall back to software USO if IPv6 extension headers are presentJakub Sitnicki1-0/+6
2024-07-30net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn1-0/+4
2024-06-28udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki1-0/+8
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert1-8/+1
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau1-27/+0
2024-05-02net: gro: add flush check in udp_gro_receive_segmentRichard Gobert1-1/+11
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-1/+2
2024-03-29udp: prevent local UDP tunnel packets from being GROedAntoine Tenart1-0/+6
2024-03-29udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart1-7/+1
2024-03-29gro: fix ownership transferAntoine Tenart1-1/+2
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-2/+4
2024-03-07udp: move udpv4_offload and udpv6_offload to net_hotdataEric Dumazet1-9/+8
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-2/+2
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert1-2/+5
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai1-5/+11
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2022-12-12udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko1-1/+2
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima1-2/+3
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