aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ping.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-10-11bpf: 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-04ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima1-4/+4
2022-12-08Merge 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-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/vir...Linus 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
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-1/+2
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet1-1/+1
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-10/+5
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-2/+3
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh1-1/+1
2016-03-02net/ipv4: remove left over dead codeEric Engestrom1-7/+0
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet1-1/+3
2016-02-11sock: struct proto hash function may errorCraig Gallek1-1/+3
2016-01-08ipv4: eliminate lock count warnings in ping.cLance Richardson1-0/+2
2015-07-09ipv6: Nonlocal bindTom Herbert1-1/+2
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet1-3/+3
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+10
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro1-7/+7
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro1-4/+3
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2014-12-09put iov_iter into msghdrAl Viro1-1/+2
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+4
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn1-10/+2
2014-11-24net/ping: handle protocol mismatching scenarioJane Zhou1-0/+2
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones1-3/+3
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-1/+1
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong1-1/+1
2014-05-08ping: move ping_group_range out of CONFIG_SYSCTLCong Wang1-3/+3
2014-05-08ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang1-2/+2
2014-04-13net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa1-1/+1
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa1-0/+3
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa1-1/+6
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-4/+3
2013-12-28ipv4: ping make local stuff staticStephen Hemminger1-3/+7
2013-11-29inet: fix possible seqlock deadlocksEric Dumazet1-1/+1
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa1-2/+3
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-25/+24
2013-11-18ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa1-15/+19
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa1-12/+7
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa1-8/+7
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet1-3/+5
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-8/+7
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-2/+2
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco1-1/+3
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2013-06-13net: ping_check_bind_addr() etc. can be staticWu Fengguang1-4/+4
2013-06-04ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang1-3/+3
2013-06-04net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti1-9/+12
2013-06-04net: ipv4: make the ping /proc code AF-independentLorenzo Colitti1-26/+47
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti1-160/+397
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-3/+2
2013-02-21ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert1-0/+1
2012-08-14userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman1-12/+6
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+3
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+1
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-0/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+8
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-3/+8
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+5
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-11net: Convert printks to pr_<level>Joe Perches1-9/+9
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-02-21ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller1-0/+1
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover1-1/+2
2012-01-17net: fix some sparse errorsEric Dumazet1-13/+14
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet1-2/+0
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-06-20ipv4, ping: Remove duplicate icmp.h includeJesper Juhl1-1/+0
2011-05-23net: ping: cleanups ping_v4_unhash()Eric Dumazet1-3/+0
2011-05-19net: ping: fix the coding styleChangli Gao1-3/+7
2011-05-19net: ping: make local functions staticChangli Gao1-4/+4
2011-05-17net: ping: fix build failureVasiliy Kulikov1-0/+13
2011-05-16net: ping: dont call udp_ioctl()Eric Dumazet1-19/+0
2011-05-15net: ping: small changesEric Dumazet1-4/+4
2011-05-13net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov1-0/+937