summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ping.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman2018-10-031-1/+1
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-011-4/+2Star
* ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-071-2/+0Star
* ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-071-8/+1Star
* net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-0/+1
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-14/+2Star
* ipv{4,6}/ping: simplify proc file creationChristoph Hellwig2018-05-161-36/+14Star
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-111-2/+5
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+1
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* ping: implement proper lockingEric Dumazet2017-03-251-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-0/+2
|\
| * ping: fix a null pointer dereferenceWANG Cong2017-02-081-0/+2
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-071-1/+2
* | net: ping: Use right format specifier to avoid type castingGao Feng2017-01-171-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-4/+4
|\
| * switch getfrag callbacks to ..._full() primitivesAl Viro2016-12-051-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-071-0/+4
|\ \
| * | net: ping: check minimum size on ICMP header lengthKees Cook2016-12-051-0/+4
| |/
* / net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-1/+2
|/
* udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-201-1/+1
* cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-081-10/+5Star
* 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/+0Star
* 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-091-0/+2
* ipv6: Nonlocal bindTom Herbert2015-07-101-1/+2
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-021-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-191-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-101-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/+3Star
|/
* 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/+3Star
* 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-301-10/+4Star
|\
| * net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-261-10/+2Star
| * 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