index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ping.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip: support SO_MARK cmsg
Willem de Bruijn
2019-09-13
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
net: Treat sock->sk_drops as an unsigned int when printing
Patrick Talbert
2019-05-19
1
-1
/
+1
*
ipv4: Allow sending multicast packets on specific i/f using VRF socket
Robert Shearman
2018-10-02
1
-1
/
+1
*
net: add helpers checking if socket can be bound to nonlocal address
Vincent Bernat
2018-08-01
1
-4
/
+2
*
ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6
Willem de Bruijn
2018-07-07
1
-2
/
+0
*
ipv4: ipcm_cookie initializers
Willem de Bruijn
2018-07-07
1
-8
/
+1
*
net: ipv4: Hook into time based transmission
Jesus Sanchez-Palencia
2018-07-04
1
-0
/
+1
*
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-05-16
1
-14
/
+2
*
ipv{4,6}/ping: simplify proc file creation
Christoph Hellwig
2018-05-16
1
-36
/
+14
*
ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
Andrey Ignatov
2018-05-11
1
-2
/
+5
*
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-27
1
-1
/
+0
*
net: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-1
/
+1
*
net: Convert pernet_subsys, registered from inet_init()
Kirill Tkhai
2018-02-13
1
-0
/
+1
*
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-2
/
+2
*
ping: implement proper locking
Eric Dumazet
2017-03-24
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-11
1
-0
/
+2
|
\
|
*
ping: fix a null pointer dereference
WANG Cong
2017-02-08
1
-0
/
+2
*
|
net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
Julian Anastasov
2017-02-07
1
-1
/
+2
*
|
net: ping: Use right format specifier to avoid type casting
Gao Feng
2017-01-17
1
-3
/
+3
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-16
1
-4
/
+4
|
\
|
*
switch getfrag callbacks to ..._full() primitives
Al Viro
2016-12-05
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-06
1
-0
/
+4
|
\
\
|
*
|
net: ping: check minimum size on ICMP header length
Kees Cook
2016-12-05
1
-0
/
+4
|
|
/
*
/
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
2016-11-04
1
-1
/
+2
|
/
*
udp: must lock the socket in udp_disconnect()
Eric Dumazet
2016-10-20
1
-1
/
+1
*
cred: simpler, 1D supplementary groups
Alexey Dobriyan
2016-10-07
1
-10
/
+5
*
sock: enable timestamping using control messages
Soheil Hassas Yeganeh
2016-04-04
1
-2
/
+3
*
ipv4: process socket-level control messages in IPv4
Soheil Hassas Yeganeh
2016-04-04
1
-1
/
+1
*
net/ipv4: remove left over dead code
Eric Engestrom
2016-03-02
1
-7
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
1
-1
/
+3
|
\
|
*
ipv4: fix memory leaks in ip_cmsg_send() callers
Eric Dumazet
2016-02-13
1
-1
/
+3
*
|
sock: struct proto hash function may error
Craig Gallek
2016-02-11
1
-1
/
+3
|
/
*
ipv4: eliminate lock count warnings in ping.c
Lance Richardson
2016-01-08
1
-0
/
+2
*
ipv6: Nonlocal bind
Tom Herbert
2015-07-09
1
-1
/
+2
*
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David S. Miller
2015-05-01
1
-0
/
+1
*
ipv4: coding style: comparison for inequality with NULL
Ian Morris
2015-04-03
1
-1
/
+1
*
ipv4: coding style: comparison for equality with NULL
Ian Morris
2015-04-03
1
-1
/
+1
*
netns: constify net_hash_mix() and various callers
Eric Dumazet
2015-03-18
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-09
1
-2
/
+10
|
\
|
*
net: ping: Return EAFNOSUPPORT when appropriate.
Lorenzo Colitti
2015-03-04
1
-2
/
+10
*
|
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-4
/
+3
|
/
*
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
Al Viro
2015-02-04
1
-7
/
+7
*
ip: stash a pointer to msghdr in struct ping_fakehdr
Al Viro
2015-02-04
1
-4
/
+3
*
ping: Fix race in free in receive path
subashab@codeaurora.org
2015-01-27
1
-1
/
+4
*
put iov_iter into msghdr
Al Viro
2014-12-09
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-29
1
-10
/
+4
|
\
|
*
net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks
Willem de Bruijn
2014-11-26
1
-10
/
+2
|
*
net/ping: handle protocol mismatching scenario
Jane Zhou
2014-11-24
1
-0
/
+2
*
|
new helper: memcpy_from_msg()
Al Viro
2014-11-24
1
-1
/
+1
[next]