summaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer2017-01-091-13/+21
* net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer2017-01-091-23/+48
* Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer2017-01-091-23/+17
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* icmp: correct return value of icmp_rcv()Zhang Shengju2016-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+2
|\
| * net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern2016-11-091-2/+2
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+2
|/
* net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: rename ICMP_INC_STATS_BH()Eric Dumazet2016-04-271-8/+8
* net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2016-03-011-4/+1
* Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni2015-10-141-8/+1
* ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2015-10-121-1/+8
* ipv4: ICMP packet inspection for multipathPeter Nørlund2015-10-051-1/+18
* net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern2015-09-291-4/+4
* net: Fix panic in icmp_route_lookupDavid Ahern2015-09-251-2/+2
* net: Add support for VRFs to inetpeer cacheDavid Ahern2015-08-281-1/+2
* vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov2015-08-191-2/+2
* net: Fix up inet_addr_type checksDavid Ahern2015-08-131-2/+3
* net: Use VRF device index for lookups on TXDavid Ahern2015-08-131-0/+4
* icmp: Don't leak original dst into ip_route_input()Thomas Graf2015-07-211-0/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-3/+3
* ipv4: icmp: use percpu allocationEric Dumazet2015-01-311-9/+8
* icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones2014-11-181-15/+28
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-4/+4
* icmp: add a global rate limitationEric Dumazet2014-09-231-4/+60
* ipv4: remove nested rcu_read_lock/unlockDuan Jiong2014-08-021-2/+0
* net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong2014-07-311-1/+3
* ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt2014-07-071-2/+0
* net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti2014-05-131-2/+9
* icmp: Call skb_checksum_simple_validateTom Herbert2014-05-081-10/+2
* ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-131-4/+24
* ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa2013-12-181-1/+3
* inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-181-1/+1
* ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco2013-09-281-0/+5
* icmp: avoid allocating large struct on stackCong Wang2013-06-031-17/+23
* ] icmp: fix icmp_unreach() comment.Rami Rosen2013-06-031-1/+2
* ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-281-1/+2
* net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2013-05-251-2/+3
* net: Add MIB counters for checksum errorsEric Dumazet2013-04-291-1/+3
* ipv4: fix error handling in icmp_protocol.Li Wei2013-02-221-0/+23
* ipv4: avoid passing NULL to inet_putpeer() in icmpv4_xrlim_allow()Neal Cardwell2012-11-261-1/+2
* ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-231-1/+1
* ipv4: Really ignore ICMP address requests/replies.David S. Miller2012-07-231-82/+2
* ipv4: Put proper checks into icmp_socket_deliver().David S. Miller2012-07-121-6/+6
* ipv4: Kill ip_rt_redirect().David S. Miller2012-07-111-1/+0
* ipv4: Rearrange arguments to ip_rt_redirect()David S. Miller2012-07-111-30/+6
* ipv4: Deliver ICMP redirects to sockets too.David S. Miller2012-07-111-7/+1
* ipv4: Pull icmp socket delivery out into a helper function.David S. Miller2012-07-111-15/+16
* inet: Minimize use of cached route inetpeer.David S. Miller2012-07-101-1/+2