summaryrefslogtreecommitdiff
path: root/net/ipv4/ping.c
Commit message (Expand)AuthorAge
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-13
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* ping: implement proper lockingEric Dumazet2017-03-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-11
|\
| * ping: fix a null pointer dereferenceWANG Cong2017-02-08
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-07
* | net: ping: Use right format specifier to avoid type castingGao Feng2017-01-17
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-16
|\
| * switch getfrag callbacks to ..._full() primitivesAl Viro2016-12-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-06
|\ \
| * | net: ping: check minimum size on ICMP header lengthKees Cook2016-12-05
| |/
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-04
|/
* udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-20
* cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-07
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-04
* ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-04
* net/ipv4: remove left over dead codeEric Engestrom2016-03-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-23
|\
| * ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-02-13
* | sock: struct proto hash function may errorCraig Gallek2016-02-11
|/
* ipv4: eliminate lock count warnings in ping.cLance Richardson2016-01-08
* ipv6: Nonlocal bindTom Herbert2015-07-09
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-01
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-09
|\
| * net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-03-04
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
|/
* net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-04
* ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-04
* ping: Fix race in free in receive pathsubashab@codeaurora.org2015-01-27
* put iov_iter into msghdrAl Viro2014-12-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-29
|\
| * net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-26
| * net/ping: handle protocol mismatching scenarioJane Zhou2014-11-24
* | new helper: memcpy_from_msg()Al Viro2014-11-24
* | icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones2014-11-18
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
|/
* net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-09
* net: use inet6_iif instead of IP6CB()->iifDuan Jiong2014-07-31
* ping: move ping_group_range out of CONFIG_SYSCTLCong Wang2014-05-08
* ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang2014-05-08
* net: ipv4: current group_info should be put after using.Wang, Xiaoming2014-04-13
* ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-19
* ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa2014-01-21
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-19
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18