summaryrefslogtreecommitdiff
path: root/net/ipv4/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.14.249' into v4.14-rtLuis Claudio R. Goncalves2021-10-071-2/+21
|\
| * ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2021-09-221-2/+21
* | Merge tag 'v4.14.238' into v4.14-rtLuis Claudio R. Goncalves2021-07-051-0/+7
|\ \ | |/
| * icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-301-0/+7
* | Merge tag 'v4.14.223' into v4.14-rtClark Williams2021-03-081-0/+34
|\ \ | |/
| * net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-031-2/+3
| * icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-031-0/+33
* | Merge tag 'v4.14.203' into v4.14-rtClark Williams2020-11-051-2/+5
|\ \ | |/
| * icmp: randomize the global rate limiterEric Dumazet2020-10-291-2/+5
* | Merge tag 'v4.14.162' into v4.14-rt-workTom Zanussi2020-01-141-5/+6
|\ \ | |/
| * net: icmp: fix data-race in cmp_global_allow()Eric Dumazet2020-01-041-5/+6
* | Merge tag 'v4.14.106' into v4.14-rtTom Zanussi2019-03-141-3/+4
|\ \ | |/
| * net: Add __icmp_send helper.Nazarov Sergey2019-03-131-3/+4
* | Revert "net: sysrq via icmp"Sebastian Andrzej Siewior2018-01-241-30/+0
* | Merge tag 'v4.14.8' into linux-4.14.y-rtSebastian Andrzej Siewior2017-12-221-3/+12
|\ \ | |/
| * icmp: don't fail on fragment reassembly time exceededMatteo Croce2017-12-201-3/+12
* | net: sysrq via icmpCarsten Emde2017-11-171-0/+30
* | net: use trylock in icmp_skSebastian Andrzej Siewior2017-11-171-4/+5
* | net: add a lock around icmp_sk()Sebastian Andrzej Siewior2017-11-171-0/+7
|/
* ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+6
|\
| * net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer2017-06-141-2/+6
* | net: ipv4: refactor __ip_route_output_key_hashDavid Ahern2017-05-261-1/+1
|/
* net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov2017-03-211-18/+1
* 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