net: spread __net_init, __net_exit
[safe/jmp/linux-2.6] / net / ipv6 / raw.c
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-11-08 Eric Dumazetipv6: avoid dev_hold()/dev_put() in rawv6_bind()
2009-11-06 Eric Parisnet: drop capability from protocol definitions
2009-10-19 Eric Dumazetnet: sk_drops consolidation part 2
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-08-13 Gerrit Renkerinet6: Conversion from u8 to int
2009-06-23 Brian Haleyipv6: Use correct data types for ICMPv6 type and code
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-04-27 Neil Hormansnmp: add missing counters for RFC 4293
2008-11-26 Alexey Dobriyannetns xfrm: lookup in netns
2008-10-08 Denis V. Lunevnetns: add net parameter to IP6_INC_STATS
2008-08-29 Yang Hongyangipv6: When we droped a packet, we should return NET_RX_...
2008-07-19 Denis V. Lunevipv6: remove unused parameter from ip6_ra_control
2008-06-18 Eric Dumazetudp: sk_drops handling
2008-06-15 Brian Haleynet: change proto destroy method to return void
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-12 David S. Milleripv6: Fix duplicate initialization of rawv6_prot.destroy
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-04 Denis V. Lunevraw: Raw socket leak.
2008-06-04 YOSHIFUJI Hideaki[IPV6] NETNS: Handle ancillary data in appropriate...
2008-05-13 Johannes Bergnet: Allow netdevices to specify needed head/tailroom
2008-04-25 YOSHIFUJI Hideakiipv6 RAW: Disallow IPPROTO_IPV6-level IPV6_CHECKSUM...
2008-04-14 David S. Miller[IPV6]: Fix ipv6 address fetching in raw6_icmp_error().
2008-04-12 YOSHIFUJI Hideaki[IPV6]: Fix IPV6_RECVERR for connected raw sockets.
2008-04-12 Brian Haley[IPv6]: Change IPv6 unspecified destination address...
2008-04-05 YOSHIFUJI Hideaki[IPV6] MROUTE: Support multicast forwarding.
2008-04-02 YOSHIFUJI Hideaki[IPV6] RAW: Remove ancient comment.
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 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-25 YOSHIFUJI Hideaki[IPV6]: Optimize hop-limit determination.
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]: 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 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 Daniel Lezcano[NETNS][IPV6]: inet6_addr - check ipv6 address per...
2008-01-28 Daniel Lezcano[IPV6]: fix section mismatch warnings
2008-01-28 Herbert Xu[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP...
2008-01-28 Daniel Lezcano[IPV6]: make the protocol initialization to return...
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[IPv6] RAW: Compact the API for the kernel
2008-01-28 Patrick McHardy[NETFILTER]: Introduce NF_INET_ hook values
2008-01-28 Wang Chen[IPV6]: Add raw6 drops counter.
2007-11-07 Eric Dumazet[IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-10-10 Pavel Emelyanov[NET]: Make core networking code use seq_open_private
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-09-14 YOSHIFUJI Hideaki[IPV6]: Fix unbalanced socket reference with MSG_CONFIRM.
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-11 Masahide NAKAMURA[IPV6] MIP6: Loadable module support for MIPv6.
2007-07-11 Masahide NAKAMURA[IPV6] MIP6: Kill unnecessary ifdefs.
2007-05-25 David S. Miller[XFRM]: Allow packet drops during larval state resolution.
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Herbert Xu[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header_len
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipv6: More skb_reset_network_header conversio...
2007-04-02 YOSHIFUJI Hideaki[IPv6]: Fix incorrect length check in rawv6_sendmsg()
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] IPV6: Fix whitespace errors.
2007-02-08 Masahide NAKAMURA[IPV6] RAW: Add checksum default defines for MH.
2007-02-08 David S. Miller[IPV4/IPV6]: Always wait for IPSEC SA resolution in...
2006-12-07 Masahide NAKAMURA[IPV6] RAW: Don't release unlocked sock.
2006-12-03 Al Viro[NET]: Make mangling a checksum (0 -> 0xffff on the...
2006-12-03 Al Viro[NET]: Annotate callers of the reset of checksum.h...
2006-12-03 Al Viro[NET]: annotate csum_ipv6_magic() callers in net/*
2006-12-03 Al Viro[IPV6]: Misc endianness annotations.
2006-12-03 Brian Haley[IPv6]: Only modify checksum for UDP
2006-12-03 YOSHIFUJI Hideaki[IPV6]: Per-interface statistics support.
2006-12-03 Al Viro[IPV6]: 'info' argument of ipv6 ->err_handler() is...
2006-10-30 Heiko Carstens[NET]: fix uaccess handling
2006-09-22 Masahide NAKAMURA[IPV6] MIP6: Add sending mobility header functions...
2006-09-22 Masahide NAKAMURA[IPV6] MIP6: Add receiving mobility header functions...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-22 Venkat Yekkirala[MLSXFRM]: Add flow labeling
2006-09-18 YOSHIFUJI Hideaki[IPV6]: Fix tclass setting for raw sockets.
2006-07-26 Tetsuo Handa[IPV4/IPV6]: Setting 0 for unused port field in RAW...
2006-03-21 Ingo Oeser[IPV6]: Nearly complete kzalloc cleanup for net/ipv6
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
next