net: spread __net_init, __net_exit
[safe/jmp/linux-2.6] / net / ipv4 / udplite.c
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-11-06 Eric Parisnet: drop capability from protocol definitions
2009-10-08 Eric Dumazetudp: dynamically size hash tables at boot time
2009-09-15 Alexey Dobriyannet: constify struct net_protocol
2008-10-29 Eric Dumazetudp: RCU handling for Unicast packets.
2008-10-29 Eric Dumazetudp: introduce struct udp_table and multiple spinlocks
2008-07-18 Pavel Emelyanovmib: put udplite statistics on struct net
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-03-29 Denis V. Lunev[UDP]: Remove owner from udp_seq_afinfo.
2008-03-29 Denis V. Lunev[UDP]: Place file operations directly into udp_seq_afinfo.
2008-03-29 Denis V. Lunev[UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.
2008-03-28 Pavel Emelyanov[SOCK]: Drop inuse pcounter from struct proto (v2).
2008-03-24 Denis V. Lunev[NETNS]: Enable TCP/UDP/ICMP inside namespace.
2008-03-24 Pavel Emelyanov[NETNS][UDP-Lite]: Register /proc/net/udplite(6) in...
2008-03-24 Pavel Emelyanov[UDP-Lite]: Clean up proc creation a bit.
2008-03-22 Pavel Emelyanov[UDP]: Make full use of proto.h.udp_hash innovation.
2008-03-21 Daniel Lezcano[NETNS][IPV6] udp6 - make proc per namespace
2008-03-07 David S. Miller[UDP]: Revert udplite and code split.
2008-03-04 YOSHIFUJI Hideaki[IPV4] UDP: Move IPv4-specific bits to other file.
2008-01-28 YOSHIFUJI Hideaki[IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite...
2007-11-07 Eric Dumazet[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-10-10 Stephen Hemminger[UDP]: Randomize port selection.
2007-06-07 David S. Miller[UDP]: Revert 2-pass hashing changes.
2007-05-11 David S. Miller[UDP]: Fix AF-specific references in AF-agnostic code.
2007-04-26 Herbert Xu[UDP]: Clean up UDP-Lite receive checksum
2006-12-03 Adrian Bunk[NET]: Possible cleanups.
2006-12-03 Gerrit Renker[NET]: Supporting UDP-Lite (RFC 3828) in Linux