index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ping.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: annotate data-races around np->ucast_oif
Eric Dumazet
2023-12-11
1
-2
/
+2
*
ipv6: annotate data-races around np->mcast_oif
Eric Dumazet
2023-12-11
1
-2
/
+2
*
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
2023-10-11
1
-1
/
+1
*
ipv6: lockless IPV6_FLOWINFO_SEND implementation
Eric Dumazet
2023-09-15
1
-1
/
+1
*
ipv6: lockless IPV6_DONTFRAG implementation
Eric Dumazet
2023-09-15
1
-1
/
+1
*
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-01
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-03
1
-1
/
+1
|
\
|
*
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
1
-1
/
+1
*
|
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
2023-07-24
1
-0
/
+1
|
/
*
ping6: Fix send to link-local addresses with VRF.
Guillaume Nault
2023-06-08
1
-1
/
+2
*
inet: preserve const qualifier in inet_sk()
Eric Dumazet
2023-03-17
1
-1
/
+1
*
inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().
Kuniyuki Iwashima
2022-10-24
1
-6
/
+0
*
inet: ping: fix recent breakage
Eric Dumazet
2022-10-12
1
-1
/
+1
*
bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP ping
YiFei Zhu
2022-09-09
1
-0
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-28
1
-0
/
+6
|
\
|
*
net: ping6: Fix memleak in ipv6_renew_options().
Kuniyuki Iwashima
2022-07-28
1
-0
/
+6
*
|
ping: support ipv6 ping socket flow labels
Alan Brady
2022-07-22
1
-1
/
+5
|
/
*
net: ping6: Fix ping -6 with interface name
Aya Levin
2022-06-01
1
-4
/
+4
*
net: ping6: support setting basic SOL_IPV6 options via cmsg
Jakub Kicinski
2022-02-17
1
-5
/
+16
*
net: ping6: support setting socket options via cmsg
Jakub Kicinski
2022-02-10
1
-4
/
+9
*
net: ping6: support packet timestamping
Jakub Kicinski
2022-02-10
1
-0
/
+1
*
net: ping6: remove a pr_debug() statement
Jakub Kicinski
2022-02-10
1
-2
/
+0
*
net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
Menglong Dong
2022-01-06
1
-0
/
+1
*
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
2020-11-23
1
-1
/
+1
*
ipv6/ping: set skb->mark on icmpv6 sockets
Willem de Bruijn
2020-07-03
1
-0
/
+1
*
ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'
Christophe JAILLET
2019-09-12
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
ipv6: fold sockcm_cookie into ipcm6_cookie
Willem de Bruijn
2018-07-07
1
-2
/
+1
*
ipv6: ipcm6_cookie initializer
Willem de Bruijn
2018-07-07
1
-3
/
+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
-12
/
+23
*
ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()
Alexey Kodanev
2018-04-04
1
-1
/
+1
*
net/ipv6: Convert icmpv6_push_pending_frames to void
Joe Perches
2017-10-06
1
-3
/
+2
*
net: ping: do not abuse udp_poll()
Eric Dumazet
2017-06-04
1
-1
/
+1
*
ipv6: remove unnecessary inet6_sk check
Dave Jones
2016-12-29
1
-7
/
+0
*
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
2016-11-04
1
-0
/
+1
*
udp: must lock the socket in udp_disconnect()
Eric Dumazet
2016-10-20
1
-1
/
+1
*
ipv6: release dst in ping_v6_sendmsg
Dave Jones
2016-09-06
1
-2
/
+7
*
net: ipv6: Fix ping to link-local addresses.
Lorenzo Colitti
2016-08-15
1
-16
/
+17
*
ipv6: use TOS marks from sockets for routing decision
Hannes Frederic Sowa
2016-06-11
1
-1
/
+3
*
ipv6: add new struct ipcm6_cookie
Wei Wang
2016-05-03
1
-5
/
+7
*
sock: enable timestamping using control messages
Soheil Hassas Yeganeh
2016-04-04
1
-1
/
+2
*
net: ping: make ping_v6_sendmsg static
Haishuang Yan
2016-03-23
1
-30
/
+29
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-09
1
-2
/
+3
|
\
|
*
net: ping: Return EAFNOSUPPORT when appropriate.
Lorenzo Colitti
2015-03-04
1
-2
/
+3
*
|
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-2
/
+1
|
/
*
ip: stash a pointer to msghdr in struct ping_fakehdr
Al Viro
2015-02-04
1
-2
/
+1
*
put iov_iter into msghdr
Al Viro
2014-12-09
1
-1
/
+2
*
net: Eliminate no_check from protosw
Tom Herbert
2014-05-23
1
-1
/
+0
*
net: ipv6: Introduce ip6_sk_dst_hoplimit.
Lorenzo Colitti
2014-04-30
1
-6
/
+1
[next]