aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/viro/vfsLinus 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