aboutsummaryrefslogtreecommitdiff
path: root/include/linux/udp.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-14udplite: fix various data-racesGravatar Eric Dumazet 1-4/+2
2023-09-14udplite: remove UDPLITE_BITGravatar Eric Dumazet 1-3/+2
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROGravatar Eric Dumazet 1-5/+4
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsGravatar Eric Dumazet 1-7/+9
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsGravatar Eric Dumazet 1-1/+1
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsGravatar Eric Dumazet 1-5/+5
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsGravatar Eric Dumazet 1-5/+5
2023-09-14udp: introduce udp->udp_flagsGravatar Eric Dumazet 1-7/+21
2023-03-18udp: preserve const qualifier in udp_sk()Gravatar Eric Dumazet 1-4/+1
2022-11-16udp: Introduce optional per-netns hash table.Gravatar Kuniyuki Iwashima 1-0/+2
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()Gravatar David Howells 1-1/+2
2022-10-24udp: track the forward memory release threshold in an hot cachelineGravatar Paolo Abeni 1-0/+3
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingGravatar David Howells 1-0/+1
2022-01-27udp: remove inner_udp_hdr()Gravatar Jakub Kicinski 1-5/+0
2021-03-30vxlan: allow L4 GRO passthroughGravatar Paolo Abeni 1-0/+6
2021-03-30udp: never accept GSO_FRAGLIST packetsGravatar Paolo Abeni 1-3/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsGravatar Stefano Brivio 1-0/+1
2018-11-07udp: cope with UDP GRO packet misdirectionGravatar Paolo Abeni 1-0/+6
2018-11-07udp: add support for UDP_GRO cmsgGravatar Paolo Abeni 1-0/+11
2018-11-07udp: implement GRO for plain UDP sockets.Gravatar Paolo Abeni 1-1/+2
2018-11-07udp: implement complete book-keeping for encap_neededGravatar Paolo Abeni 1-1/+6
2018-06-26net: Convert GRO SKB handling to list_head.Gravatar David Miller 1-2/+2
2018-04-26udp: generate gso with UDP_SEGMENTGravatar Willem de Bruijn 1-0/+3
2017-05-16udp: use a separate rx queue for packet receptionGravatar Paolo Abeni 1-0/+3
2017-04-01udp: use sk_protocol instead of pcflag to detect udplite socketsGravatar Paolo Abeni 1-1/+1
2016-12-09udp: add batching to udp_rmem_release()Gravatar Eric Dumazet 1-0/+3
2016-04-07udp: Add GRO functions to UDP socketGravatar Tom Herbert 1-0/+8
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUGravatar Eric Dumazet 1-4/+4
2015-03-18netns: constify net_hash_mix() and various callersGravatar Eric Dumazet 1-1/+1
2015-01-05ip: Move checksum convert defines to inetGravatar Tom Herbert 1-15/+1
2014-09-01udp: Add support for doing checksum unnecessary conversionGravatar Tom Herbert 1-1/+15
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveGravatar Tom Herbert 1-1/+23
2013-03-20udp: add encap_destroy callbackGravatar Tom Parkin 1-0/+1
2012-12-09net: Add support for hardware-offloaded encapsulationGravatar Joseph Gasparakis 1-0/+5
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-21/+1
2009-11-10udp: bind() optimisationGravatar Eric Dumazet 1-0/+6
2009-11-08udp: secondary hash on (local port, local address)Gravatar Eric Dumazet 1-0/+1
2009-11-08udp: split sk_hash into two u16 hashesGravatar Eric Dumazet 1-0/+2
2009-10-07udp: dynamically size hash tables at boot timeGravatar Eric Dumazet 1-3/+3
2008-06-16netns: introduce the net_hash_mix "salt" for hashesGravatar Pavel Emelyanov 1-1/+2
2008-06-16udp: add struct net argument to udp_hashfnGravatar Pavel Emelyanov 1-1/+1
2008-06-16udp: introduce a udp_hashfn functionGravatar Pavel Emelyanov 1-0/+5
2008-03-23[NET]: include/linux/udp.h - remove duplicate includeGravatar Joe Perches 1-11/+7
2008-03-06[UDP]: Revert udplite and code split.Gravatar David S. Miller 1-10/+0
2008-03-04[UDP]: Allow users to configure UDP-Lite.Gravatar YOSHIFUJI Hideaki 1-0/+11
2007-07-10[UDP]: Introduce UDP encapsulation type for L2TPGravatar James Chapman 1-0/+6
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhGravatar Arnaldo Carvalho de Melo 1-0/+9
2006-12-02[NET]: Annotate checksums in on-the-wire packets.Gravatar Al Viro 1-1/+1