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