summaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima2022-07-211-1/+1
* icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima2022-07-211-1/+2
* icmp: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-2/+3
* ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2021-09-221-2/+21
* icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-301-0/+7
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-041-2/+3
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-041-0/+33
* icmp: randomize the global rate limiterEric Dumazet2020-10-291-2/+5
* net: icmp: fix data-race in cmp_global_allow()Eric Dumazet2020-01-041-5/+6
* ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-09-061-1/+7
* net: Add __icmp_send helper.Nazarov Sergey2019-03-101-3/+4
* ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-071-9/+2
* net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-0/+2
* ipv4: icmp: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-241-2/+3
* icmp: don't fail on fragment reassembly time exceededMatteo Croce2017-10-141-3/+12
* 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
* 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