index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
icmp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[IPv4] RAW: Compact the API for the kernel
Pavel Emelyanov
1
-14
/
+1
2008-01-21
[ICMP]: ICMP_MIB_OUTMSGS increment duplicated
Wang Chen
1
-1
/
+0
2007-10-26
[INET]: Unexport icmpmsg_statistics
Adrian Bunk
1
-1
/
+0
2007-10-10
[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
David L Stevens
1
-47
/
+6
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-1
/
+1
2007-06-03
[ICMP]: Fix icmp_errors_use_inbound_ifaddr sysctl
Patrick McHardy
1
-6
/
+9
2007-05-19
[IPV4]: icmp: fix crash with sysctl_icmp_errors_use_inbound_ifaddr
Patrick McHardy
1
-1
/
+4
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
Arnaldo Carvalho de Melo
1
-7
/
+7
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-5
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-02-10
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-8
/
+8
2006-12-02
[NET]: Annotate callers of the reset of checksum.h stuff.
Al Viro
1
-1
/
+1
2006-12-02
[NET]: Annotate callers of csum_fold() in net/*
Al Viro
1
-2
/
+2
2006-09-28
[IPV4] net/ipv4/icmp.c: trivial annotations
Al Viro
1
-1
/
+1
2006-09-28
[IPV4]: struct ip_options annotations
Al Viro
1
-1
/
+1
2006-09-28
[IPV4]: icmp_send() annotation
Al Viro
1
-1
/
+1
2006-09-28
[IPV4]: annotate struct in_ifaddr
Al Viro
1
-1
/
+1
2006-09-28
[IPV4]: inet_select_addr() annotations
Al Viro
1
-1
/
+1
2006-09-22
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
Brian Haley
1
-6
/
+6
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-1
/
+1
2006-09-22
[MLSXFRM]: Add flow labeling
Venkat Yekkirala
1
-0
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-17
[IPV4] icmp: Kill local 'ip' arg in icmp_redirect().
David S. Miller
1
-3
/
+2
2006-04-11
[PATCH] for_each_possible_cpu: network codes
KAMEZAWA Hiroyuki
1
-1
/
+1
2006-03-25
[IPV4]: Aggregate route entries with different TOS values
Ilia Sotnikov
1
-1
/
+1
2006-02-13
[IPV4] ICMP: Invert default for invalid icmp msgs sysctl
Dave Jones
1
-1
/
+1
2006-02-04
[ICMP]: Fix extra dst release when ip_options_echo fails
Herbert Xu
1
-1
/
+1
2006-02-02
[IPV4]: Remove suprious use of goto out: in icmp_reply
Horms
1
-2
/
+1
2006-01-09
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
Kris Katterjohn
1
-2
/
+1
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2005-11-29
[NET]: Add const markers to various variables.
Arjan van de Ven
1
-2
/
+2
2005-11-10
[NET]: Detect hardware rx checksum faults correctly
Herbert Xu
1
-3
/
+3
2005-10-25
[NET]: Wider use of for_each_*cpu()
John Hawkes
1
-4
/
+1
2005-10-03
[IPV4]: Update icmp sysctl docs and disable broadcast ECHO/TIMESTAMP by default
David S. Miller
1
-1
/
+1
2005-08-29
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
Eric Dumazet
1
-1
/
+1
2005-08-29
[NET]: Make NETDEBUG pure printk wrappers
Patrick McHardy
1
-7
/
+5
2005-08-18
[IPV4]: Fix DST leak in icmp_push_reply()
Patrick McHardy
1
-6
/
+6
2005-08-08
[IPV4]: Debug cleanup
Heikki Orsila
1
-2
/
+1
2005-07-08
[IPV4]: Apply sysctl_icmp_echo_ignore_broadcasts to ICMP_TIMESTAMP as well.
Alexey Kuznetsov
1
-1
/
+2
2005-06-13
[IPV4]: Sysctl configurable icmp error source address.
J. Simonetti
1
-2
/
+7
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1143