summaryrefslogtreecommitdiff
path: root/include/linux/udp.h
Commit message (Expand)AuthorAge
* udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-16
* udp: use sk_protocol instead of pcflag to detect udplite socketsPaolo Abeni2017-04-01
* udp: add batching to udp_rmem_release()Eric Dumazet2016-12-09
* udp: Add GRO functions to UDP socketTom Herbert2016-04-07
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-04
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-18
* ip: Move checksum convert defines to inetTom Herbert2015-01-05
* udp: Add support for doing checksum unnecessary conversionTom Herbert2014-09-01
* net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2014-05-23
* udp: add encap_destroy callbackTom Parkin2013-03-20
* net: Add support for hardware-offloaded encapsulationJoseph Gasparakis2012-12-09
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-13
* udp: bind() optimisationEric Dumazet2009-11-10
* udp: secondary hash on (local port, local address)Eric Dumazet2009-11-08
* udp: split sk_hash into two u16 hashesEric Dumazet2009-11-08
* udp: dynamically size hash tables at boot timeEric Dumazet2009-10-07
* netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov2008-06-16
* udp: add struct net argument to udp_hashfnPavel Emelyanov2008-06-16
* udp: introduce a udp_hashfn functionPavel Emelyanov2008-06-16
* [NET]: include/linux/udp.h - remove duplicate includeJoe Perches2008-03-23
* [UDP]: Revert udplite and code split.David S. Miller2008-03-06
* [UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki2008-03-04
* [UDP]: Introduce UDP encapsulation type for L2TPJames Chapman2007-07-10
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-25
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-25
* [NET]: Annotate checksums in on-the-wire packets.Al Viro2006-12-02
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-02
* [IPV4]: UDP header annotationsAl Viro2006-09-28
* typo fixes: infomation -> informationAdrian Bunk2006-06-30
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-26
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-03
* Linux-2.6.12-rc2Linus Torvalds2005-04-16