index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-2
/
+2
2017-03-24
ping: implement proper locking
Eric Dumazet
1
-2
/
+3
2017-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-02-08
ping: fix a null pointer dereference
WANG Cong
1
-0
/
+2
2017-02-07
net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
Julian Anastasov
1
-1
/
+2
2017-01-17
net: ping: Use right format specifier to avoid type casting
Gao Feng
1
-3
/
+3
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2016-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2016-12-05
switch getfrag callbacks to ..._full() primitives
Al Viro
1
-4
/
+4
2016-12-05
net: ping: check minimum size on ICMP header length
Kees Cook
1
-0
/
+4
2016-11-04
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
1
-1
/
+2
2016-10-20
udp: must lock the socket in udp_disconnect()
Eric Dumazet
1
-1
/
+1
2016-10-07
cred: simpler, 1D supplementary groups
Alexey Dobriyan
1
-10
/
+5
2016-04-04
sock: enable timestamping using control messages
Soheil Hassas Yeganeh
1
-2
/
+3
2016-04-04
ipv4: process socket-level control messages in IPv4
Soheil Hassas Yeganeh
1
-1
/
+1
2016-03-02
net/ipv4: remove left over dead code
Eric Engestrom
1
-7
/
+0
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2016-02-13
ipv4: fix memory leaks in ip_cmsg_send() callers
Eric Dumazet
1
-1
/
+3
2016-02-11
sock: struct proto hash function may error
Craig Gallek
1
-1
/
+3
2016-01-08
ipv4: eliminate lock count warnings in ping.c
Lance Richardson
1
-0
/
+2
2015-07-09
ipv6: Nonlocal bind
Tom Herbert
1
-1
/
+2
2015-05-01
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David S. Miller
1
-0
/
+1
2015-04-03
ipv4: coding style: comparison for inequality with NULL
Ian Morris
1
-1
/
+1
2015-04-03
ipv4: coding style: comparison for equality with NULL
Ian Morris
1
-1
/
+1
2015-03-18
netns: constify net_hash_mix() and various callers
Eric Dumazet
1
-3
/
+3
2015-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+10
2015-03-04
net: ping: Return EAFNOSUPPORT when appropriate.
Lorenzo Colitti
1
-2
/
+10
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-4
/
+3
2015-02-04
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
Al Viro
1
-7
/
+7
2015-02-04
ip: stash a pointer to msghdr in struct ping_fakehdr
Al Viro
1
-4
/
+3
2015-01-27
ping: Fix race in free in receive path
subashab@codeaurora.org
1
-1
/
+4
2014-12-09
put iov_iter into msghdr
Al Viro
1
-1
/
+2
2014-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+4
2014-11-26
net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks
Willem de Bruijn
1
-10
/
+2
2014-11-24
net/ping: handle protocol mismatching scenario
Jane Zhou
1
-0
/
+2
2014-11-24
new helper: memcpy_from_msg()
Al Viro
1
-1
/
+1
2014-11-18
icmp: Remove some spurious dropped packet profile hits from the ICMP path
Rick Jones
1
-3
/
+3
2014-11-05
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
1
-1
/
+1
2014-09-09
net/ipv4: bind ip_nonlocal_bind to current netns
Vincent Bernat
1
-1
/
+1
2014-07-31
net: use inet6_iif instead of IP6CB()->iif
Duan Jiong
1
-1
/
+1
2014-05-08
ping: move ping_group_range out of CONFIG_SYSCTL
Cong Wang
1
-3
/
+3
2014-05-08
ipv4: move local_port_range out of CONFIG_SYSCTL
Cong Wang
1
-2
/
+2
2014-04-13
net: ipv4: current group_info should be put after using.
Wang, Xiaoming
1
-4
/
+11
2014-02-19
ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg
Hannes Frederic Sowa
1
-1
/
+1
2014-01-21
ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts
Hannes Frederic Sowa
1
-0
/
+3
2014-01-19
ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams
Hannes Frederic Sowa
1
-1
/
+6
2014-01-18
net: add build-time checks for msg->msg_name size
Steffen Hurrle
1
-4
/
+3
2013-12-28
ipv4: ping make local stuff static
Stephen Hemminger
1
-3
/
+7
2013-11-29
inet: fix possible seqlock deadlocks
Eric Dumazet
1
-1
/
+1
2013-11-23
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
1
-2
/
+3
[next]