aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/udp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni1-0/+10
2023-09-14udplite: fix various data-racesEric Dumazet1-4/+2
2023-09-14udplite: remove UDPLITE_BITEric Dumazet1-3/+2
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-5/+4
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-7/+9
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-1/+1
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-5/+5
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-5/+5
2023-09-14udp: introduce udp->udp_flagsEric Dumazet1-7/+21
2023-03-18udp: preserve const qualifier in udp_sk()Eric Dumazet1-4/+1
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima1-0/+2
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells1-1/+2
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni1-0/+3
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells1-0/+1
2022-01-27udp: remove inner_udp_hdr()Jakub Kicinski1-5/+0
2021-03-30vxlan: allow L4 GRO passthroughPaolo Abeni1-0/+6
2021-03-30udp: never accept GSO_FRAGLIST packetsPaolo Abeni1-3/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio1-0/+1
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni1-0/+6
2018-11-07udp: add support for UDP_GRO cmsgPaolo Abeni1-0/+11
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni1-1/+2
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni1-1/+6
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-2/+2
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn1-0/+3
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni1-0/+3
2017-04-01udp: use sk_protocol instead of pcflag to detect udplite socketsPaolo Abeni1-1/+1
2016-12-09udp: add batching to udp_rmem_release()Eric Dumazet1-0/+3
2016-04-07udp: Add GRO functions to UDP socketTom Herbert1-0/+8
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet1-4/+4
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet1-1/+1
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-15/+1
2014-09-01udp: Add support for doing checksum unnecessary conversionTom Herbert1-1/+15
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert1-1/+23
2013-03-20udp: add encap_destroy callbackTom Parkin1-0/+1
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis1-0/+5
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-21/+1
2009-11-10udp: bind() optimisationEric Dumazet1-0/+6
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet1-0/+1
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet1-0/+2
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet1-3/+3
2008-06-16netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov1-1/+2
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov1-1/+1
2008-06-16udp: introduce a udp_hashfn functionPavel Emelyanov1-0/+5
2008-03-23[NET]: include/linux/udp.h - remove duplicate includeJoe Perches1-11/+7
2008-03-06[UDP]: Revert udplite and code split.David S. Miller1-10/+0
2008-03-04[UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki1-0/+11
2007-07-10[UDP]: Introduce UDP encapsulation type for L2TPJames Chapman1-0/+6
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo1-0/+9