icmp: move icmp_err_convert[] to .rodata
[safe/jmp/linux-2.6] / net / ipv4 / icmp.c
2010-01-23 Alexey Dobriyanicmp: move icmp_err_convert[] to .rodata
2009-11-02 Eric Dumazeticmp: icmp_send() can avoid a dev_put()
2009-10-05 Eric Dumazeticmp: No need to call sk_write_space()
2009-09-15 Alexey Dobriyannet: constify struct net_protocol
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-06-03 Eric Dumazetnet: skb->rtable accessor
2009-03-03 Eric W. Biedermannetns: Fix icmp shutdown.
2009-02-23 Eric W. Biedermannetns: Fix icmp shutdown.
2009-02-16 Patrick Ohlyip: support for TX timestamps on UDP and RAW sockets
2008-11-26 Alexey Dobriyannetns xfrm: lookup in netns
2008-11-24 Eric Dumazetnet: avoid a pair of dst_hold()/dst_release() in ip_app...
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/ipv4/ net/ipv6/
2008-10-28 Alexey Dobriyannet: reduce structures when XFRM=n
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-08-23 Denis V. Lunevicmp: icmp_sk() should not use smp_processor_id() in...
2008-07-18 Pavel Emelyanovmib: put icmpmsg statistics on struct net
2008-07-18 Pavel Emelyanovmib: put icmp statistics on struct net
2008-07-15 Pavel Emelyanovmib: add struct net to ICMPMSGIN_INC_STATS_BH
2008-07-15 Pavel Emelyanovmib: add struct net to ICMPMSGOUT_INC_STATS
2008-07-15 Pavel Emelyanovmib: add struct net to ICMP_INC_STATS_BH
2008-07-15 Pavel Emelyanovmib: add struct net to ICMP_INC_STATS
2008-07-15 Pavel Emelyanovinet: toss struct net initialization around
2008-07-15 Pavel Emelyanovicmp: add struct net argument to icmp_out_count
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-04-29 Timo Terasipv4: Update MTU to all related cache entries in ip_rt_...
2008-04-21 YOSHIFUJI Hideaki[IPV4]: Convert do_gettimeofday() to getnstimeofday().
2008-04-21 Adrian Bunk[IPV4]: Make icmp_sk_init() static.
2008-04-14 YOSHIFUJI Hideaki[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-03 Denis V. Lunev[ICMP]: Simplify ICMP control socket creation.
2008-04-03 Herbert Xu[ICMP]: Ensure that ICMP relookup maintains status quo
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Pavel Emelyanov[ICMP]: Dst entry leak in icmp_send host re-lookup...
2008-03-26 Pavel Emelyanov[NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net...
2008-03-26 Pavel Emelyanov[NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c.
2008-03-26 Pavel Emelyanov[NETNS][ICMP]: Move ICMP sysctls on struct net.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-06 Eric Dumazet[IPV4]: Add 'rtable' field in struct sk_buff to alias...
2008-02-29 Denis V. Lunev[ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit.
2008-02-29 Denis V. Lunev[NETNS]: Make icmp_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[ICMP]: Optimize icmp_socket usage.
2008-02-29 Denis V. Lunev[ICMP]: Add return code to icmp_init.
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 Denis V. Lunev[NETNS]: Add namespace for ICMP replying code.
2008-01-28 Denis V. Lunev[NETNS]: Routing cache virtualization.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to __ip_route_output_key.
2008-01-28 Eric Dumazet[DST]: shrinks sizeof(struct rtable) by 64 bytes on...
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Eric Dumazet[ICMP]: Avoid sparse warnings in net/ipv4/icmp.c
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[IPv4] RAW: Compact the API for the kernel
2008-01-21 Wang Chen[ICMP]: ICMP_MIB_OUTMSGS increment duplicated
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-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-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-18 Patrick McHardy[IPV4]: Fix DST leak in icmp_push_reply()
2005-08-08 Heikki Orsila[IPV4]: Debug cleanup
2005-07-09 Alexey Kuznetsov[IPV4]: Apply sysctl_icmp_echo_ignore_broadcasts to...
2005-06-13 J. Simonetti[IPV4]: Sysctl configurable icmp error source address.
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2