summaryrefslogtreecommitdiff
path: root/net/ipv4/ping.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-25ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov1-2/+5
2017-04-30ping: implement proper lockingEric Dumazet1-2/+3
2017-04-18ping: fix a null pointer dereferenceWANG Cong1-0/+2
2015-05-11ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-03-14net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+10
2015-02-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn1-10/+2
2014-11-25net/ping: handle protocol mismatching scenarioJane Zhou1-0/+2
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-1/+1
2014-08-01net: use inet6_iif instead of IP6CB()->iifDuan Jiong1-1/+1
2014-05-09ping: move ping_group_range out of CONFIG_SYSCTLCong Wang1-3/+3
2014-05-09ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang1-2/+2
2014-04-14net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-02-20ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa1-1/+1
2014-01-22ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa1-0/+3
2014-01-20ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa1-1/+6
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-4/+3
2013-12-29ipv4: ping make local stuff staticStephen Hemminger1-3/+7
2013-11-30inet: fix possible seqlock deadlocksEric Dumazet1-1/+1
2013-11-24inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa1-2/+3
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-25/+24
2013-11-19ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa1-15/+19
2013-11-19inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa1-12/+7
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa1-8/+7
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet1-3/+5
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-8/+7
2013-10-01net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-2/+2
2013-09-29ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco1-1/+3
2013-08-16net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2013-06-13net: ping_check_bind_addr() etc. can be staticWu Fengguang1-4/+4
2013-06-05ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang1-3/+3
2013-06-04net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti1-9/+12
2013-06-04net: ipv4: make the ping /proc code AF-independentLorenzo Colitti1-26/+47
2013-05-26net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti1-160/+397
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-3/+2
2013-02-22ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert1-0/+1
2012-08-15userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman1-12/+6
2012-08-15userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+3
2012-07-12ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+1
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-0/+1
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+8
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-3/+8
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+5
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-12net: Convert printks to pr_<level>Joe Perches1-9/+9
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1