summaryrefslogtreecommitdiff
path: root/net/ipv4/ping.c
AgeCommit message (Expand)Author
2017-05-02Merge branch 'android-4.4@e4528dd' into branch 'msm-4.4'Blagovest Kolenichev
2017-04-30Merge 4.4.65 into android-4.4Greg Kroah-Hartman
2017-04-30ping: implement proper lockingEric Dumazet
2017-03-23Merge tag v4.4.55 into branch 'msm-4.4'Blagovest Kolenichev
2017-03-18Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'Runmin Wang
2017-03-02Merge branch 'upstream-linux-4.4.y' into android-4.4Todd Kjos
2017-02-28Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang
2017-02-18ping: fix a null pointer dereferenceWANG Cong
2017-01-03Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt
2017-01-02net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2017-01-02Revert "net: core: Support UID-based routing."Amit Pundir
2016-12-20net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-12-20Revert "net: core: Support UID-based routing."Lorenzo Colitti
2016-12-14net: ping: Fix stack buffer overflow in ping_common_sendmsg()Qidan He
2016-12-12Merge tag 'v4.4.38' into android-4.4.yDmitry Shmidt
2016-12-12Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-12-10net: ping: check minimum size on ICMP header lengthKees Cook
2016-08-01Merge tag 'v4.4.16' into android-4.4.yDmitry Shmidt
2016-07-12Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang
2016-03-14Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-03-03ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-02-16net: core: Support UID-based routing.Lorenzo Colitti
2015-07-09ipv6: Nonlocal bindTom Herbert
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org
2014-12-09put iov_iter into msghdrAl Viro
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn
2014-11-24net/ping: handle protocol mismatching scenarioJane Zhou
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong
2014-05-08ping: move ping_group_range out of CONFIG_SYSCTLCong Wang
2014-05-08ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang
2014-04-13net: ipv4: current group_info should be put after using.Wang, Xiaoming
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-12-28ipv4: ping make local stuff staticStephen Hemminger