summaryrefslogtreecommitdiff
path: root/net/ipv4/ping.c
Commit message (Expand)AuthorAgeFilesLines
* ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima2023-05-131-26/+15
* ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima2023-04-041-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+6
|\
| * inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal2022-12-011-1/+6
* | net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-11-211-1/+1
|/
* inet: ping: fix recent breakageEric Dumazet2022-10-121-16/+5
* ipv6: ping: fix wrong checksum for large framesEric Dumazet2022-10-121-1/+1
* bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu2022-09-091-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-3/+7
|\
| * ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti2022-06-171-3/+7
* | ping: convert to RCU lookups, get rid of rwlockEric Dumazet2022-06-181-20/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+11
|\
| * ping: fix address binding wrt vrfNicolas Dichtel2022-05-051-1/+11
* | ipv4: remove unnecessary type castingsYu Zhe2022-04-301-1/+1
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-3/+2
* | net: icmp: add skb drop reasons to icmp protocolMenglong Dong2022-04-111-6/+8
* | net: icmp: introduce __ping_queue_rcv_skb() to report drop reasonsMenglong Dong2022-04-111-5/+13
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+2
|/
* ping: remove pr_err from ping_lookupXin Long2022-02-241-1/+0
* ping: fix the dif and sdif check in ping_lookupXin Long2022-02-171-2/+9
* ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-01-241-1/+2
* net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-061-0/+1
* ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-171-9/+5
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-101-5/+7
* net: add support for sending RFC 8335 PROBE messagesAndreas Roeseler2021-03-301-1/+3
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* net: clean up codestyleMiaohe Lin2020-08-311-2/+4
* net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin2020-08-251-2/+2
* net: Set ping saddr after we successfully get the ping portMiaohe Lin2020-08-251-16/+3
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-071-0/+3
* ip: support SO_MARK cmsgWillem de Bruijn2019-09-131-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
* ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman2018-10-021-1/+1
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-011-4/+2
* ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-071-2/+0
* ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-071-8/+1
* net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-0/+1
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-14/+2
* ipv{4,6}/ping: simplify proc file creationChristoph Hellwig2018-05-161-36/+14
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-111-2/+5
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+1
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* ping: implement proper lockingEric Dumazet2017-03-241-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-0/+2
|\
| * ping: fix a null pointer dereferenceWANG Cong2017-02-081-0/+2
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-071-1/+2