summaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-6/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* | ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet2019-06-041-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-3/+4
|\
| * net: Add __icmp_send helper.Nazarov Sergey2019-02-251-3/+4
* | ipv4: icmp: use icmp_sk_exit()Kefeng Wang2019-02-251-3/+1Star
|/
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-091-2/+4
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-271-1/+1
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-271-1/+1
* ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-071-9/+2Star
* 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-071-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/+1Star
* 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/+17Star
* 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-101-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-281-1/+1
* net: rename ICMP_INC_STATS_BH()Eric Dumazet2016-04-281-8/+8
* net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2016-03-011-4/+1Star
* Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni2015-10-141-8/+1Star
* ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2015-10-131-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-301-4/+4
* net: Fix panic in icmp_route_lookupDavid Ahern2015-09-261-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-201-2/+2
* net: Fix up inet_addr_type checksDavid Ahern2015-08-141-2/+3
* net: Use VRF device index for lookups on TXDavid Ahern2015-08-141-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-02-011-9/+8Star
* 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-031-2/+0Star
* net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong2014-08-011-1/+3
* ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt2014-07-081-2/+0Star
* net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti2014-05-141-2/+9
* icmp: Call skb_checksum_simple_validateTom Herbert2014-05-091-10/+2Star
* ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-131-4/+24