index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-22
ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts
Hannes Frederic Sowa
1
-0
/
+3
2014-01-20
ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams
Hannes Frederic Sowa
1
-1
/
+6
2014-01-19
net: add build-time checks for msg->msg_name size
Steffen Hurrle
1
-4
/
+3
2013-12-29
ipv4: ping make local stuff static
Stephen Hemminger
1
-3
/
+7
2013-11-30
inet: fix possible seqlock deadlocks
Eric Dumazet
1
-1
/
+1
2013-11-24
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
1
-2
/
+3
2013-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-25
/
+24
2013-11-19
ping: prevent NULL pointer dereference on write to msg_name
Hannes Frederic Sowa
1
-15
/
+19
2013-11-19
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
1
-12
/
+7
2013-11-15
seq_file: remove "%n" usage from seq_file users
Tetsuo Handa
1
-8
/
+7
2013-10-09
net: fix build errors if ipv6 is disabled
Eric Dumazet
1
-3
/
+5
2013-10-09
ipv6: make lookups simpler and faster
Eric Dumazet
1
-8
/
+7
2013-10-01
net ipv4: Convert ipv4.ip_local_port_range to be per netns v3
Eric W. Biederman
1
-2
/
+2
2013-09-29
ipv4: processing ancillary IP_TOS or IP_TTL
Francesco Fusco
1
-1
/
+3
2013-08-16
net: proc_fs: trivial: print UIDs as unsigned int
Francesco Fusco
1
-1
/
+1
2013-06-13
net: ping_check_bind_addr() etc. can be static
Wu Fengguang
1
-4
/
+4
2013-06-05
ping: always initialize ->sin6_scope_id and ->sin6_flowinfo
Cong Wang
1
-3
/
+3
2013-06-04
net: ipv6: Implement /proc/net/icmp6.
Lorenzo Colitti
1
-9
/
+12
2013-06-04
net: ipv4: make the ping /proc code AF-independent
Lorenzo Colitti
1
-26
/
+47
2013-05-26
net: ipv6: Add IPv6 support to the ping socket.
Lorenzo Colitti
1
-160
/
+397
2013-04-14
net: sock: make sock_tx_timestamp void
Daniel Borkmann
1
-3
/
+2
2013-02-22
ipv4: fix a bug in ping_err().
Li Wei
1
-2
/
+2
2013-02-18
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
1
-1
/
+1
2013-02-18
net: proc: change proc_net_fops_create to proc_create
Gao feng
1
-1
/
+1
2013-01-21
ipv4: Add a socket release callback for datagram sockets
Steffen Klassert
1
-0
/
+1
2012-08-15
userns: Use kgids for sysctl_ping_group_range
Eric W. Biederman
1
-12
/
+6
2012-08-15
userns: Print out socket uids in a user namespace aware fashion.
Eric W. Biederman
1
-1
/
+3
2012-07-12
ipv4: Add redirect support to all protocol icmp error handlers.
David S. Miller
1
-0
/
+1
2012-06-15
ipv4: Handle PMTU in all ICMP error handlers.
David S. Miller
1
-0
/
+1
2012-05-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-3
/
+8
2012-05-03
userns: Convert group_info values from gid_t to kgid_t.
Eric W. Biederman
1
-3
/
+8
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-3
/
+5
2012-04-15
ipv4: fix checkpatch errors
Daniel Baluta
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-12
net: Convert printks to pr_<level>
Joe Perches
1
-9
/
+9
2012-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2012-02-22
ipv4: ping: Fix recvmsg MSG_OOB error handling.
David S. Miller
1
-0
/
+1
2012-02-09
ipv4: Implement IP_UNICAST_IF socket option.
Erich E. Hoover
1
-1
/
+2
2012-01-17
net: fix some sparse errors
Eric Dumazet
1
-13
/
+14
2011-11-18
ping: dont increment ICMP_MIB_INERRORS
Eric Dumazet
1
-2
/
+0
2011-11-01
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-06-21
ipv4, ping: Remove duplicate icmp.h include
Jesper Juhl
1
-1
/
+0
2011-05-24
net: ping: cleanups ping_v4_unhash()
Eric Dumazet
1
-3
/
+0
2011-05-20
net: ping: fix the coding style
Changli Gao
1
-3
/
+7
2011-05-20
net: ping: make local functions static
Changli Gao
1
-4
/
+4
2011-05-17
net: ping: fix build failure
Vasiliy Kulikov
1
-0
/
+13
2011-05-16
net: ping: dont call udp_ioctl()
Eric Dumazet
1
-19
/
+0
2011-05-15
net: ping: small changes
Eric Dumazet
1
-4
/
+4
2011-05-14
net: ipv4: add IPPROTO_ICMP socket kind
Vasiliy Kulikov
1
-0
/
+937