summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ping.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* ipv6: annotate data-races around np->ucast_oifEric Dumazet2023-12-111-2/+2
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-2/+2
* bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-111-1/+1
* ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-1/+1
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-1/+1
|\
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-0/+1
|/
* ping6: Fix send to link-local addresses with VRF.Guillaume Nault2023-06-081-1/+2
* inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-171-1/+1
* inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2022-10-241-6/+0
* inet: ping: fix recent breakageEric Dumazet2022-10-121-1/+1
* bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu2022-09-091-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-0/+6
|\
| * net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-07-281-0/+6
* | ping: support ipv6 ping socket flow labelsAlan Brady2022-07-221-1/+5
|/
* net: ping6: Fix ping -6 with interface nameAya Levin2022-06-011-4/+4
* net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski2022-02-171-5/+16
* net: ping6: support setting socket options via cmsgJakub Kicinski2022-02-101-4/+9
* net: ping6: support packet timestampingJakub Kicinski2022-02-101-0/+1
* net: ping6: remove a pr_debug() statementJakub Kicinski2022-02-101-2/+0
* net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-061-0/+1
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* ipv6/ping: set skb->mark on icmpv6 socketsWillem de Bruijn2020-07-031-0/+1
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-09-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-2/+1
* ipv6: ipcm6_cookie initializerWillem de Bruijn2018-07-071-3/+1
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-14/+2
* ipv{4,6}/ping: simplify proc file creationChristoph Hellwig2018-05-161-12/+23
* ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-041-1/+1
* net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches2017-10-061-3/+2
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-041-1/+1
* ipv6: remove unnecessary inet6_sk checkDave Jones2016-12-291-7/+0
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
* udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-201-1/+1
* ipv6: release dst in ping_v6_sendmsgDave Jones2016-09-061-2/+7
* net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti2016-08-151-16/+17
* ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-111-1/+3
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-5/+7
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-1/+2
* net: ping: make ping_v6_sendmsg staticHaishuang Yan2016-03-231-30/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-2/+3
|\
| * net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-03-041-2/+3
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-2/+1
|/
* ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-041-2/+1
* put iov_iter into msghdrAl Viro2014-12-091-1/+2
* net: Eliminate no_check from protoswTom Herbert2014-05-231-1/+0