- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / net / ipv4 / icmp.c
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-01-21 Wang Chen[ICMP]: ICMP_MIB_OUTMSGS increment duplicated
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-26 Adrian Bunk[INET]: Unexport icmpmsg_statistics
2007-10-10 David L Stevens[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-06-04 Patrick McHardy[ICMP]: Fix icmp_errors_use_inbound_ifaddr sysctl
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-19 Patrick McHardy[IPV4]: icmp: fix crash with sysctl_icmp_errors_use_inb...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
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 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2006-12-03 Al Viro[NET]: Annotate callers of the reset of checksum.h...
2006-12-03 Al Viro[NET]: Annotate callers of csum_fold() in net/*
2006-09-29 Al Viro[IPV4] net/ipv4/icmp.c: trivial annotations
2006-09-29 Al Viro[IPV4]: struct ip_options annotations
2006-09-29 Al Viro[IPV4]: icmp_send() annotation
2006-09-29 Al Viro[IPV4]: annotate struct in_ifaddr
2006-09-29 Al Viro[IPV4]: inet_select_addr() annotations
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-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 David S. Miller[IPV4] icmp: Kill local 'ip' arg in icmp_redirect().
2006-04-11 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: network codes
2006-03-25 Ilia Sotnikov[IPV4]: Aggregate route entries with different TOS...
2006-02-13 Dave Jones[IPV4] ICMP: Invert default for invalid icmp msgs sysctl
2006-02-05 Herbert Xu[ICMP]: Fix extra dst release when ip_options_echo...
2006-02-03 Horms[IPV4]: Remove suprious use of goto out: in icmp_reply
2006-01-09 Kris Katterjohn[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
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-10-03 David S. Miller[IPV4]: Update icmp sysctl docs and disable broadcast...
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-19 Olaf Hering+- update to 2.6.13-rc6-git11, network, ide, nfs, md...
2005-08-18 Patrick McHardy[IPV4]: Fix DST leak in icmp_push_reply()
2005-08-09 Olaf Hering+- update to 2.6.13-rc6-git, pci, inotify, dvb, net...
2005-08-08 Heikki Orsila[IPV4]: Debug cleanup
2005-07-11 Olaf Hering+- update to 2.6.13-rc2-git3
2005-07-09 Alexey Kuznetsov[IPV4]: Apply sysctl_icmp_echo_ignore_broadcasts to...
2005-06-24 Hannes Reinecke- Update to 2.6.12.
2005-06-13 J. Simonetti[IPV4]: Sysctl configurable icmp error source address.
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-04 Olaf Kirch- Try to bring some structure to chaos
2004-12-27 Arnaldo Carvalho... [INET] move inet_sock into inet_opt and rename it to...
2004-12-27 David S. MillerMerge bk://kernel.bkbits.net/acme/connection_sock-2.6
2004-12-27 Adrian Bunk[IPV4]: Staticize and remove unneeded exports.
2004-11-13 Patrick McHardy[NETFILTER]: associate locally generated icmp errors...
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-08-23 Linus TorvaldsMerge bk://kernel.bkbits.net/davem/net-2.6
2004-08-23 Dipankar Sarma[PATCH] rcu: abstracted RCU dereferencing
2004-08-20 David S. MillerMerge nuts.davemloft.net:/disk1/BK/net-exp-2.6
2004-08-18 David S. Miller[NET]: Add skb_header_pointer, and use it where possible.
2004-08-12 David S. Miller[IPV4]: Move inetdev/ifa locking over to RCU.
2004-08-10 David S. Miller[IPV4]: Remove all references to IP_ROUTE_NAT support.
2004-08-04 Olaf Kirch- Reviewed a bunch of network patches
2004-07-08 Hideaki Yoshifuji[NET] convert storage for MIB from struct member to...
2004-06-22 Arnaldo Carvalho... [NET] rename struct inet_protocol to net_protocol
2004-05-08 James Morris[NET]: Add sock_create_kern()
2004-04-27 Hannes Reinecke- Fixed fshooks compilation for S/390
2004-04-16 Andi Kleen[IPV6]: Limit network triggerable printks.
2004-03-25 Andreas KleenDisable network debugging messages
2004-03-01 Olaf Hering+- update to patches.fixes/linux-post-2.6.4rc1-20040301
2004-02-23 David S. Miller[NET]: Set default socket rmem/wmem values more sanely...
2003-09-28 Arnaldo Carvalho... o NET: move net/ipv4/icmp.c EXPORT_SYMBOLs from net...
2003-09-11 Dennis Jørgensen[IPV4]: Fix wrong IP address in icmp.c error message.
2003-09-02 David S. Miller[IPV4]: Do not BUG() on icmp_xmit_lock() contention...
2003-06-27 Rusty Russell[PATCH] Use Local Percpu Macros for Local Percpu Variables
2003-06-23 Maciej Soltysiak[IPV4]: Be more verbose about invalid ICMPs sent to...
2003-06-16 Arnaldo Carvalho... o net: use hlist for struct sock hash lists
2003-06-04 Arnaldo Carvalho... o net: create struct sock_common and use in struct...
2003-05-23 Arnaldo Carvalho... o icmp: cleanups, use C99 array init style, etc
2003-05-15 David S. Miller[IPV4]: Respect hoplimit route metric.
2003-05-09 Stephen Hemminger[IPV4/IPV6]: inetsw using RCU.
2003-03-06 Randy Dunlap[IPV4/IPV6]: ICMP cleanups.
2003-02-23 David S. Miller[IPV{4,6}]: Make icmp_socket per-cpu and simplify locking.
2003-01-06 Ravikiran G. Thiru... [IPV4]: Convert mibstats to use kmalloc_percpu
2002-10-24 Alexey Kuznetsov[NET]: Cleanup DST metrics and abstract MSS/PMTU further.
2002-10-19 David S. Miller[IPV4]: Provide full proto/ports in flowi route lookups.
2002-10-17 Alexey Kuznetsov[IPv4]: More output path work.
2002-10-15 Alexey Kuznetsov[NET]: Prepare for zerocopy NFS and IPSEC.
2002-10-11 David S. Miller[IPV4]: Use generic struct flowi as routing key.
2002-10-08 David S. Miller[IPV4/IPV6]: Cleanup inet{,6}_protocol.
2002-07-18 Rusty RussellNET: Use ISO C struct initializers.
2002-05-22 David S. MillerMerge kernel-acme.bkbits.net:8080/net-cleanups-2.5...
2002-05-22 Rusty Russell[PATCH] jiffies.h
2002-05-18 Arnaldo Carvalho... net/ipv4/icmp.c
2002-03-21 Charles-Edouard... Make sure outgoing ICMP and TCP resets
2002-03-19 Alexey KuznetsovIn IPv4 ICMP:
2002-02-10 David S. MillerSplit protocol specific information out from struct...
2002-02-05 Linus Torvaldsv2.5.2.5 -> v2.5.2.6
2002-02-05 Linus Torvaldsv2.5.1.11 -> v2.5.2
2002-02-05 Linus Torvaldsv2.4.14 -> v2.4.14.1
next