summaryrefslogtreecommitdiff
path: root/net/ipv4/icmp.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-06[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-5/+5
2008-03-01[ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit.Denis V. Lunev1-1/+3
2008-02-29[NETNS]: Make icmp_sk per namespace.Denis V. Lunev1-17/+32
2008-02-29[NETNS]: icmp(v6)_sk should not pin a namespace.Denis V. Lunev1-8/+4
2008-02-29[ICMP]: Allocate data for __icmp(v6)_sk dynamically.Denis V. Lunev1-5/+10
2008-02-29[ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_(un)lock.Denis V. Lunev1-9/+10
2008-02-29[ICMP]: Store sock rather than socket for ICMP flow control.Denis V. Lunev1-14/+13
2008-02-29[ICMP]: Optimize icmp_socket usage.Denis V. Lunev1-12/+17
2008-02-29[ICMP]: Add return code to icmp_init.Denis V. Lunev1-4/+22
2008-02-29[INET]: Remove struct net_proto_family* from _init calls.Denis V. Lunev1-1/+1
2008-02-05[ICMP]: Restore pskb_pull calls in receive functionHerbert Xu1-1/+2
2008-01-29[NETNS]: Add namespace for ICMP replying code.Denis V. Lunev1-8/+13
2008-01-29[NETNS]: Routing cache virtualization.Denis V. Lunev1-1/+1
2008-01-29[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-2/+2
2008-01-29[NETNS]: Add namespace parameter to __ip_route_output_key.Denis V. Lunev1-2/+2
2008-01-29[DST]: shrinks sizeof(struct rtable) by 64 bytes on x86_64Eric Dumazet1-6/+7
2008-01-29[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman1-2/+2
2008-01-29[ICMP]: Avoid sparse warnings in net/ipv4/icmp.cEric Dumazet1-2/+2
2008-01-29[IPSEC]: Do not let packets pass when ICMP flag is offHerbert Xu1-2/+5
2008-01-29[IPSEC]: Fix reversed ICMP6 policy checkHerbert Xu1-1/+1
2008-01-29[IPSEC]: Add ICMP host relookup supportHerbert Xu1-3/+79
2008-01-29[IPv4] RAW: Compact the API for the kernelPavel Emelyanov1-14/+1
2008-01-21[ICMP]: ICMP_MIB_OUTMSGS increment duplicatedWang Chen1-1/+0
2007-10-26[INET]: Unexport icmpmsg_statisticsAdrian Bunk1-1/+0
2007-10-11[IPV4]: Add ICMPMsgStats MIB (RFC 4293)David L Stevens1-47/+6
2007-10-11[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-06-04[ICMP]: Fix icmp_errors_use_inbound_ifaddr sysctlPatrick McHardy1-6/+9
2007-05-20[IPV4]: icmp: fix crash with sysctl_icmp_errors_use_inbound_ifaddrPatrick McHardy1-1/+4
2007-04-26[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+2
2007-04-26[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo1-7/+7
2007-04-26[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-5/+5
2007-04-26[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-2/+2
2007-02-11[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-8/+8
2006-12-03[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro1-1/+1
2006-12-03[NET]: Annotate callers of csum_fold() in net/*Al Viro1-2/+2
2006-09-29[IPV4] net/ipv4/icmp.c: trivial annotationsAl Viro1-1/+1
2006-09-29[IPV4]: struct ip_options annotationsAl Viro1-1/+1
2006-09-29[IPV4]: icmp_send() annotationAl Viro1-1/+1
2006-09-29[IPV4]: annotate struct in_ifaddrAl Viro1-1/+1
2006-09-29[IPV4]: inet_select_addr() annotationsAl Viro1-1/+1
2006-09-23[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley1-6/+6
2006-09-23[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-09-23[MLSXFRM]: Add flow labelingVenkat Yekkirala1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-18[IPV4] icmp: Kill local 'ip' arg in icmp_redirect().David S. Miller1-3/+2
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki1-1/+1
2006-03-25[IPV4]: Aggregate route entries with different TOS valuesIlia Sotnikov1-1/+1
2006-02-14[IPV4] ICMP: Invert default for invalid icmp msgs sysctlDave Jones1-1/+1
2006-02-05[ICMP]: Fix extra dst release when ip_options_echo failsHerbert Xu1-1/+1
2006-02-03[IPV4]: Remove suprious use of goto out: in icmp_replyHorms1-2/+1