ipv6: remove stale MIB definitions
[safe/jmp/linux-2.6] / net / ipv6 / icmp.c
2010-02-18 Alexey Dobriyanipv6: remove stale MIB definitions
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-09-15 Alexey Dobriyannet: constify struct inet6_protocol
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-01-28 Jiri Pirkonet: fix xfrm reverse flow lookup for icmp6
2008-11-26 Alexey Dobriyannetns xfrm: lookup in netns
2008-11-19 Joe Perchesinclude/net net/ - csum_partial - remove unnecessary...
2008-11-04 Alexey Dobriyannet: '&' redux
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet: replace uses of NIP6_FMT with %p6
2008-10-28 Alexey Dobriyannet: reduce structures when XFRM=n
2008-10-08 Denis V. Lunevipv6: added net argument to ICMP6MSGIN_INC_STATS_BH
2008-10-08 Denis V. Lunevipv6: added net argument to ICMP6_INC_STATS_BH
2008-10-08 Denis V. Lunevnetns: add net parameter to IP6_INC_STATS
2008-08-23 Denis V. Lunevicmp: icmp_sk() should not use smp_processor_id() in...
2008-07-02 Stephen Hemmingericmp: fix units for ratelimit
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-03 Denis V. Lunev[IPV6]: Simplify IPv6 control sockets creation.
2008-04-03 Herbert Xu[ICMP]: Ensure that ICMP relookup maintains status quo
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-04-02 Herbert Xu[IPV6]: Fix ICMP relookup error path dst leak
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-05 Benjamin Thery[NETNS][IPV6] icmp6 - make icmpv6_socket per namespace
2008-03-05 Daniel Lezcano[NETNS][IPV6] route6 - add netns parameter to ip6_route...
2008-03-04 YOSHIFUJI Hideaki[IPV6]: Make ndisc_flow_init() common for later use.
2008-03-04 YOSHIFUJI Hideaki[IPV6] SYSCTL: complete initialization for sysctl table...
2008-03-03 Alexey Dobriyanipv6: fix inet6_init/icmpv6_cleanup sections mismatch
2008-02-29 Denis V. Lunev[NETNS]: Make icmpv6_sk per namespace.
2008-02-29 Denis V. Lunev[NETNS]: icmp(v6)_sk should not pin a namespace.
2008-02-29 Denis V. Lunev[ICMP]: Allocate data for __icmp(v6)_sk dynamically.
2008-02-29 Denis V. Lunev[ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_...
2008-02-29 Denis V. Lunev[ICMP]: Store sock rather than socket for ICMP flow...
2008-02-29 Denis V. Lunev[INET]: Remove struct net_proto_family* from _init...
2008-02-05 Herbert Xu[ICMP]: Restore pskb_pull calls in receive function
2008-01-28 Daniel Lezcano[NETNS][IPV6]: inet6_addr - check ipv6 address per...
2008-01-28 Daniel Lezcano[NETNS][IPV6]: Make icmpv6_time sysctl per namespace.
2008-01-28 Daniel Lezcano[NETNS][IPV6]: Make multiple instance of sysctl tables.
2008-01-28 Herbert Xu[IPSEC]: Do not let packets pass when ICMP flag is off
2008-01-28 Herbert Xu[IPSEC]: Fix reversed ICMP6 policy check
2008-01-28 Herbert Xu[IPSEC]: Add ICMP host relookup support
2008-01-28 Pavel Emelyanov[IPv6] RAW: Compact the API for the kernel
2008-01-21 Wang Chen[IPV6]: ICMP6_MIB_OUTMSGS increment duplicated
2007-10-15 Herbert Xu[IPV6]: Replace sk_buff ** with sk_buff * in input...
2007-10-10 David L Stevens[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]
2007-07-15 Dmitry Butskoy[IPV6]: MSG_ERRQUEUE messages do not pass to connected...
2007-07-11 Masahide NAKAMURA[IPV6] MIP6: Loadable module support for MIPv6.
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [ICMP6]: Introduce icmp6_hdr()
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]: Introduce skb_network_offset()
2007-04-26 YOSHIFUJI Hideaki[IPV6]: Decentralize EXPORT_SYMBOLs.
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-11 YOSHIFUJI Hideaki[NET] IPV6: Fix whitespace errors.
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 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-09-22 Masahide NAKAMURA[IPV6] MIP6: Revert address to send ICMPv6 error.
2006-09-22 Brian Haley[NET/IPV4/IPV6]: Change some sysctl variables to __read...
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-08-17 Ingo Molnar[IPV6] lockdep: annotate __icmpv6_socket
2006-04-11 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: network codes
2006-02-15 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: attach conntrack to locally...
2006-01-13 Joe Perches[NET]: Use NIP6_FMT in kernel.h
2006-01-07 Patrick McHardy[IPV6]: Move nextheader offset to the IP6CB
2005-12-21 YOSHIFUJI Hideaki[IPV6]: Try not to send icmp to anycast address.
2005-11-30 Arjan van de Ven[NET]: Add const markers to various variables.
2005-11-10 Herbert Xu[NET]: Detect hardware rx checksum faults correctly
2005-10-26 John Hawkes[NET]: Wider use of for_each_*cpu()
2005-09-08 Patrick McHardy[XFRM]: Always release dst_entry on error in xfrm_lookup
2005-09-08 YOSHIFUJI Hideaki[IPV6]: Support IPV6_{RECV,}TCLASS socket options ...
2005-09-02 YOSHIFUJI Hideaki[IPV6]: Repair Incoming Interface Handling for Raw...
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29 Patrick McHardy[NET]: Make NETDEBUG pure printk wrappers
2005-08-29 Andrew McDonald[IPV6]: Check interface bindings on IPv6 raw socket...
2005-06-13 YOSHIFUJI Hideaki[IPV6]: Ensure to use icmpv6_socket in non-preemptive...
2005-04-25 Herbert Xu[SELINUX]: Fix ipv6_skip_exthdr() invocation causing...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2