summaryrefslogtreecommitdiff
path: root/net/ipv4/ping.c
AgeCommit message (Expand)Author
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-08-16inet: introduce inet->inet_flagsEric Dumazet
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault
2023-05-13ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima
2023-04-04ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-01inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima
2022-10-12inet: ping: fix recent breakageEric Dumazet
2022-10-12ipv6: ping: fix wrong checksum for large framesEric Dumazet
2022-09-09bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-18ping: convert to RCU lookups, get rid of rwlockEric Dumazet
2022-06-17ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-05ping: fix address binding wrt vrfNicolas Dichtel
2022-04-30ipv4: remove unnecessary type castingsYu Zhe
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong
2022-04-11net: icmp: introduce __ping_queue_rcv_skb() to report drop reasonsMenglong Dong
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-02-24ping: remove pr_err from ping_lookupXin Long
2022-02-17ping: fix the dif and sdif check in ping_lookupXin Long
2022-01-24ping: fix the sk_bound_dev_if match in ping_lookupXin Long
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong
2021-11-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-10ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun
2021-03-30net: add support for sending RFC 8335 PROBE messagesAndreas Roeseler
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-08-31net: clean up codestyleMiaohe Lin
2020-08-25net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin
2020-08-25net: Set ping saddr after we successfully get the ping portMiaohe Lin
2020-07-07ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig