summaryrefslogtreecommitdiffstats
path: root/include/linux/udp.h
Commit message (Expand)AuthorAgeFilesLines
* udp: add batching to udp_rmem_release()Eric Dumazet2016-12-091-0/+3
* udp: Add GRO functions to UDP socketTom Herbert2016-04-071-0/+8
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-041-4/+4
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-181-1/+1
* ip: Move checksum convert defines to inetTom Herbert2015-01-051-15/+1
* udp: Add support for doing checksum unnecessary conversionTom Herbert2014-09-011-1/+15
* net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2014-05-231-1/+23
* udp: add encap_destroy callbackTom Parkin2013-03-201-0/+1
* net: Add support for hardware-offloaded encapsulationJoseph Gasparakis2012-12-091-0/+5
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-21/+1
* udp: bind() optimisationEric Dumazet2009-11-101-0/+6
* udp: secondary hash on (local port, local address)Eric Dumazet2009-11-081-0/+1
* udp: split sk_hash into two u16 hashesEric Dumazet2009-11-081-0/+2
* udp: dynamically size hash tables at boot timeEric Dumazet2009-10-071-3/+3
* netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov2008-06-161-1/+2
* udp: add struct net argument to udp_hashfnPavel Emelyanov2008-06-161-1/+1
* udp: introduce a udp_hashfn functionPavel Emelyanov2008-06-161-0/+5
* [NET]: include/linux/udp.h - remove duplicate includeJoe Perches2008-03-231-11/+7
* [UDP]: Revert udplite and code split.David S. Miller2008-03-061-10/+0
* [UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki2008-03-041-0/+11
* [UDP]: Introduce UDP encapsulation type for L2TPJames Chapman2007-07-101-0/+6
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-251-0/+9
* [NET]: Annotate checksums in on-the-wire packets.Al Viro2006-12-021-1/+1
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-021-0/+12
* [IPV4]: UDP header annotationsAl Viro2006-09-281-4/+4
* typo fixes: infomation -> informationAdrian Bunk2006-06-301-1/+1
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+63