gre: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / net / ipv4 / raw.c
2009-10-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-29 Neil HormanAF_RAW: Augment raw_send_hdrinc to expand skb to fit...
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-15 Eric Dumazetnet: sk_drops consolidation
2009-10-12 Neil Hormannet: Generalize socket rx gap / receive queue overflow...
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-03 Eric Dumazetip: Report qdisc packet drops
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-02-16 Patrick Ohlyip: support for TX timestamps on UDP and RAW sockets
2008-11-24 Eric Dumazetnet: avoid a pair of dst_hold()/dst_release() in ip_app...
2008-11-03 Jianjun Kongnet: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks...
2008-07-17 Pavel Emelyanovmib: add net to IP_INC_STATS
2008-07-15 Pavel Emelyanovicmp: add struct net argument to icmp_out_count
2008-06-18 Eric Dumazetudp: sk_drops handling
2008-06-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-17 Eric Dumazetraw: Restore /proc/net/raw correct behavior
2008-06-15 Brian Haleynet: change proto destroy method to return void
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-04 Denis V. Lunevraw: Raw socket leak.
2008-05-13 Johannes Bergnet: Allow netdevices to specify needed head/tailroom
2008-04-01 Pavel Emelyanov[SOCK][NETNS]: Add a struct net argument to sock_prot_i...
2008-03-28 Pavel Emelyanov[SOCK]: Drop inuse pcounter from struct proto (v2).
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit namespace comparision without CONFIG_...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit seq_net_private->net without CONFIG_N...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-24 Denis V. Lunev[NETNS]: Process INET socket layer in the correct names...
2008-03-24 Denis V. Lunev[NETNS]: Add namespace parameter to ip_cmsg_send.
2008-03-22 Pavel Emelyanov[RAW]: Add raw_hashinfo member on struct proto.
2008-03-18 Robert P. J. Day[NET]: Add debugging names to __RW_LOCK_UNLOCKED macros.
2008-02-01 Denis V. Lunev[RAW]: Wrong content of the /proc/net/raw6.
2008-02-01 Denis V. Lunev[RAW]: Cleanup IPv4 raw_seq_show.
2008-02-01 Denis V. Lunev[RAW]: Family check in the /proc/net/raw[6] is extra.
2008-02-01 Laszlo Attila Toth[NET]: Introducing socket mark socket option.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_flow.
2008-01-28 Pavel Emelyanov[NETNS][RAW]: Create the /proc/net/raw(6) in each names...
2008-01-28 Pavel Emelyanov[NETNS][RAW]: Eliminate explicit init_net references.
2008-01-28 Pavel Emelyanov[NETNS][RAW]: Make /proc/net/raw(6) show per-namespace...
2008-01-28 Pavel Emelyanov[NETNS][RAW]: Make ipv[46] raw sockets lookup namespace...
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Eric Dumazet[NET]: prot_inuse cleanups and optimizations
2008-01-28 Joe Perches[IPV4] net/ipv4: Use ipv4_is_<type>
2008-01-28 Pavel Emelyanov[RAW]: Consolidate proc interface.
2008-01-28 Pavel Emelyanov[RAW]: Consolidate proto->unhash callback
2008-01-28 Pavel Emelyanov[RAW]: Consolidate proto->hash callback
2008-01-28 Pavel Emelyanov[RAW]: Introduce raw_hashinfo structure
2008-01-28 Pavel Emelyanov[IPv4] RAW: Compact the API for the kernel
2008-01-28 Patrick McHardy[NETFILTER]: Introduce NF_INET_ hook values
2008-01-28 Wang Chen[IPV4]: Add raw drops counter.
2008-01-09 Herbert Xu[IPV4] raw: Strengthen check on validity of iph->ihl
2007-11-07 Eric Dumazet[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-10-10 Pavel Emelyanov[NET]: Make core networking code use seq_open_private
2007-10-10 David L Stevens[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-08-03 Mariusz Kozlowski[IPV4] raw.c: kmalloc + memset conversion to kzalloc
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Stephen Hemminger[NET]: make seq_operations const
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header where the skb_p...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 David S. Miller[IPV4/IPV6]: Always wait for IPSEC SA resolution in...
2006-12-03 Al Viro[IPV6]: Assorted trivial endianness annotations.
2006-10-30 Heiko Carstens[NET]: fix uaccess handling
2006-09-29 Al Viro[IPV4]: struct ipcm_cookie annotation
2006-09-29 Al Viro[IPV4]: struct ip_options annotations
2006-09-22 Dave Jones[NET]: Remove unnecessary config.h includes from net/
2006-09-22 Venkat Yekkirala[MLSXFRM]: Add flow labeling
2006-07-26 Tetsuo Handa[IPV4/IPV6]: Setting 0 for unused port field in RAW...
2006-06-18 Alexey Dobriyan[IPV4]: Right prototype of __raw_v4_lookup()
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-01-19 Alan Cox[PATCH] EDAC: atomic scrub operations
2006-01-07 Patrick McHardy[NETFILTER]: Keep conntrack reference until IPsec polic...
2005-09-20 Mark J Cox[PATCH] raw_sendmsg DoS on 2.6
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-08-29 Patrick McHardy[IPV4/6]: Check if packet was actually delivered to...
2005-06-19 Jesper Juhl[IPV4]: [4/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Jesper Juhl[IPV4]: [3/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Jesper Juhl[IPV4]: [2/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Jesper Juhl[IPV4]: [1/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Herbert Xu[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh
2005-05-05 Jesper Juhl[PATCH] update Ross Biro bouncing email address
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2