summaryrefslogtreecommitdiff
path: root/net/ipv4/icmp.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-20icmp: guard against too small mtuEric Dumazet1-0/+5
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima1-1/+1
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima1-1/+2
2022-07-21icmp: Fix data-races around sysctl.Kuniyuki Iwashima1-2/+3
2021-09-22ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers1-2/+21
2021-06-30icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen1-0/+7
2021-03-04net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld1-2/+3
2021-03-04icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld1-0/+33
2020-10-29icmp: randomize the global rate limiterEric Dumazet1-2/+5
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet1-5/+6
2019-09-06ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu1-1/+7
2019-03-10net: Add __icmp_send helper.Nazarov Sergey1-3/+4
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn1-9/+2
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia1-0/+2
2017-10-24ipv4: icmp: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+3
2017-10-14icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2017-08-07ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni1-2/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer1-2/+6
2017-05-26net: ipv4: refactor __ip_route_output_key_hashDavid Ahern1-1/+1
2017-03-22net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov1-18/+1
2017-01-09net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer1-13/+21
2017-01-09net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer1-23/+48
2017-01-09Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer1-23/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-08icmp: correct return value of icmp_rcv()Zhang Shengju1-2/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-11-10net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern1-2/+2
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-0/+2
2016-04-28net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: rename ICMP_INC_STATS_BH()Eric Dumazet1-8/+8
2016-03-02net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani1-4/+1
2015-10-14Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni1-8/+1
2015-10-13ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni1-1/+8
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund1-1/+18
2015-09-30net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern1-4/+4
2015-09-26net: Fix panic in icmp_route_lookupDavid Ahern1-2/+2
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern1-1/+2
2015-08-20vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov1-2/+2
2015-08-14net: Fix up inet_addr_type checksDavid Ahern1-2/+3
2015-08-14net: Use VRF device index for lookups on TXDavid Ahern1-0/+4
2015-07-21icmp: Don't leak original dst into ip_route_input()Thomas Graf1-0/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-3/+3
2015-02-01ipv4: icmp: use percpu allocationEric Dumazet1-9/+8
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones1-15/+28
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-4/+4
2014-09-23icmp: add a global rate limitationEric Dumazet1-4/+60
2014-08-03ipv4: remove nested rcu_read_lock/unlockDuan Jiong1-2/+0
2014-08-01net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong1-1/+3
2014-07-08ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt1-2/+0