aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udplite.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+1
* net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-161-0/+1
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-2/+2
* net: drop capability from protocol definitionsEric Paris2009-11-051-1/+0
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-1/+1
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-1/+1
* udp: RCU handling for Unicast packets.Eric Dumazet2008-10-291-0/+1
* udp: introduce struct udp_table and multiple spinlocksEric Dumazet2008-10-291-4/+4
* netns: make uplitev6 mib per/namespaceDenis V. Lunev2008-10-071-2/+0
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* [UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev2008-03-281-1/+3
* [UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev2008-03-281-2/+0
* [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev2008-03-281-1/+3
* [SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2008-03-281-3/+0
* [NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace.Pavel Emelyanov2008-03-241-2/+17
* [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-221-6/+2
* [NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano2008-03-211-2/+2
* [UDP]: Revert udplite and code split.David S. Miller2008-03-061-0/+125
* [IPV6] UDP: Rename IPv6 UDP files.YOSHIFUJI Hideaki2008-03-041-125/+0
* [IPV6] UDP,UDPLITE: Sparse: {__udp6_lib,udp,udplite}_err() are of void.YOSHIFUJI Hideaki2008-01-281-1/+1
* [IPV6]: fix section mismatch warningsDaniel Lezcano2008-01-281-1/+1
* [IPV6]: make the protocol initialization to return an error codeDaniel Lezcano2008-01-281-4/+21
* [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet2007-11-071-0/+3
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-151-2/+2
* [UDP]: Revert 2-pass hashing changes.David S. Miller2007-06-071-1/+1
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-101-1/+1
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-251-1/+1
* [NET]: Possible cleanups.Adrian Bunk2006-12-021-5/+5
* [NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2006-12-021-1/+1
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-021-0/+105