aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/udp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-02[NET]: Annotate checksums in on-the-wire packets.Al Viro1-1/+1
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker1-0/+12
2006-09-28[IPV4]: UDP header annotationsAl Viro1-4/+4
2006-06-30typo fixes: infomation -> informationAdrian Bunk1-1/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+63