summaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* icmp: standardize naming of RFC 8335 PROBE constantsAndreas Roeseler2021-04-281-8/+8
* icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcvAndreas Roeseler2021-04-131-0/+5
* icmp: add response to RFC 8335 PROBE messagesAndreas Roeseler2021-03-301-13/+121
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-02-231-2/+3
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-2/+2
* icmp: randomize the global rate limiterEric Dumazet2020-10-161-2/+5
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-5/+24
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-2/+21
| |\
| | * ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2020-10-141-2/+21
| * | net: clean up codestyleMiaohe Lin2020-08-311-1/+1
| * | net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin2020-08-241-2/+2
| |/
* | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
* | icmp_push_reply(): reorder adding the checksum upAl Viro2020-08-201-4/+4
* | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-1/+1
|/
* icmp6: support rfc 4884Willem de Bruijn2020-07-241-0/+1
* icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-241-13/+4
* icmp: revise rfc4884 testsWillem de Bruijn2020-07-241-6/+2
* icmp: support rfc 4884Willem de Bruijn2020-07-191-0/+71
* ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-011-2/+2
* docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2020-02-131-0/+33
* net: icmp: fix data-race in cmp_global_allow()Eric Dumazet2019-11-081-5/+6
* net: icmp: use input address in tracerouteFrancesco Ruggeri2019-11-031-1/+2
* ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-08-241-1/+7
* net: fix icmp_socket_deliver argument 2 inputLi RongQing2019-08-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-6/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* | ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet2019-06-031-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-241-3/+1
|/
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-2/+4
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-261-1/+1
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-1/+1
* 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
|\