summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ping.c
AgeCommit message (Expand)AuthorLines
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri-0/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet-1/+1
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet-2/+2
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet-2/+2
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer-1/+1
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet-1/+1
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet-1/+1
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-1/+1
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet-0/+1
2023-06-08ping6: Fix send to link-local addresses with VRF.Guillaume Nault-1/+2
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet-1/+1
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima-6/+0
2022-10-12inet: ping: fix recent breakageEric Dumazet-1/+1
2022-09-09bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu-0/+16
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2022-07-28net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima-0/+6
2022-07-22ping: support ipv6 ping socket flow labelsAlan Brady-1/+5
2022-06-01net: ping6: Fix ping -6 with interface nameAya Levin-4/+4
2022-02-17net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski-5/+16
2022-02-10net: ping6: support setting socket options via cmsgJakub Kicinski-4/+9
2022-02-10net: ping6: support packet timestampingJakub Kicinski-0/+1
2022-02-10net: ping6: remove a pr_debug() statementJakub Kicinski-2/+0
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong-0/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore-1/+1
2020-07-03ipv6/ping: set skb->mark on icmpv6 socketsWillem de Bruijn-0/+1
2019-09-12ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn-2/+1
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn-3/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-14/+2
2018-05-16ipv{4,6}/ping: simplify proc file creationChristoph Hellwig-12/+23
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev-1/+1
2017-10-06net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches-3/+2
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet-1/+1
2016-12-29ipv6: remove unnecessary inet6_sk checkDave Jones-7/+0
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti-0/+1
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet-1/+1
2016-09-06ipv6: release dst in ping_v6_sendmsgDave Jones-2/+7
2016-08-15net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti-16/+17
2016-06-11ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa-1/+3
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang-5/+7
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh-1/+2
2016-03-23net: ping: make ping_v6_sendmsg staticHaishuang Yan-30/+29
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti-2/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-2/+1
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro-2/+1
2014-12-09put iov_iter into msghdrAl Viro-1/+2