aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+11
2022-05-05ping: 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-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong1-0/+1
2021-11-17ipv4/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-23lsm,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-07ipv4: 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-02ipv4: 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
2018-05-16ipv{4,6}/ping: simplify proc file creationChristoph Hellwig1-36/+14
2018-05-11ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov1-2/+5
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-03-24ping: implement proper lockingEric Dumazet1-2/+3
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-02-08ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov1-1/+2
2017-01-17net: ping: Use right format specifier to avoid type castingGao Feng1-3/+3
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2016-12-05switch getfrag callbacks to ..._full() primitivesAl Viro1-4/+4
2016-12-05net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4