aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ping.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.9.315 into android-4.9-qGreg Kroah-Hartman2022-05-181-1/+11
|\
| * ping: fix address binding wrt vrfNicolas Dichtel2022-05-181-1/+11
* | Merge 4.9.274 into android-4.9-qGreg Kroah-Hartman2021-06-301-5/+7
|\|
| * ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-301-5/+7
* | Merge 4.9.231 into android-4.9-qGreg Kroah-Hartman2020-07-221-0/+3
|\|
| * ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-221-0/+3
* | Merge 4.9.101 into android-4.9Greg Kroah-Hartman2018-05-191-2/+5
|\|
| * ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-191-2/+5
* | Merge 4.9.26 into android-4.9Greg Kroah-Hartman2017-05-031-2/+3
|\|
| * ping: implement proper lockingEric Dumazet2017-05-031-2/+3
* | Merge tag 'v4.9.11' into android-4.9-aospDmitry Shmidt2017-02-221-0/+2
|\|
| * ping: fix a null pointer dereferenceWANG Cong2017-02-181-0/+2
* | UPSTREAM: net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2017-01-271-1/+2
|/
* net: ping: check minimum size on ICMP header lengthKees Cook2016-12-051-0/+4
* udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-201-1/+1
* cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-10/+5
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-2/+3
* ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-041-1/+1
* net/ipv4: remove left over dead codeEric Engestrom2016-03-021-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-1/+3
|\
| * ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-02-131-1/+3
* | sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+3
|/
* ipv4: eliminate lock count warnings in ping.cLance Richardson2016-01-081-0/+2
* ipv6: Nonlocal bindTom Herbert2015-07-091-1/+2
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-011-0/+1
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-181-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-2/+10
|\
| * net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-03-041-2/+10
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
|/
* net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-041-7/+7
* ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-041-4/+3
* ping: Fix race in free in receive pathsubashab@codeaurora.org2015-01-271-1/+4
* put iov_iter into msghdrAl Viro2014-12-091-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-10/+4
|\
| * net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-261-10/+2
| * net/ping: handle protocol mismatching scenarioJane Zhou2014-11-241-0/+2
* | new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* | icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones2014-11-181-3/+3
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-091-1/+1
* net: use inet6_iif instead of IP6CB()->iifDuan Jiong2014-07-311-1/+1
* ping: move ping_group_range out of CONFIG_SYSCTLCong Wang2014-05-081-3/+3
* ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang2014-05-081-2/+2
* net: ipv4: current group_info should be put after using.Wang, Xiaoming2014-04-131-4/+11
* ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-191-1/+1
* ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa2014-01-211-0/+3
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-191-1/+6
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-4/+3