summaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv4: icmp: Unmask upper DSCP bits in icmp_reply()Ido Schimmel2024-09-091-1/+1
* ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel2024-08-311-1/+2
* icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2024-08-301-5/+4
* icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2024-08-301-15/+11
* icmp: change the order of rate limitsEric Dumazet2024-08-301-47/+56
* ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel2024-08-231-1/+1
* net/ipv4: add tracepoint for icmp_sendPeilin He2024-05-081-0/+4
* inet: introduce dst_rtable() helperEric Dumazet2024-05-011-12/+14
* icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet2024-04-221-2/+10
* xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-061-1/+1
* icmp: guard against too small mtuEric Dumazet2023-04-011-0/+5
* icmp: Add counters for rate limitsJamie Bainbridge2023-01-261-0/+3
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-151-1/+1
* icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima2022-07-131-1/+1
* icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima2022-07-131-1/+2
* icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima2022-07-131-1/+1
* icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima2022-07-131-1/+1
* icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.Kuniyuki Iwashima2022-07-131-1/+1
* icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2022-07-131-1/+1
* icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.Kuniyuki Iwashima2022-07-131-1/+1
* icmp: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-2/+3
* ipv4: remove unnecessary type castingsYu Zhe2022-04-301-1/+1
* net: icmp: add skb drop reasons to icmp protocolMenglong Dong2022-04-111-31/+44
* ipv4: do not use per netns icmp socketsEric Dumazet2022-01-251-60/+31
* icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long2021-10-141-12/+11
* net: Remove redundant if statementsYajun Deng2021-08-051-2/+1
* ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler2021-06-281-22/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-191-0/+7
|\
| * icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-181-0/+7
* | icmp: fix lib conflict with trinityAndreas Roeseler2021-06-041-1/+1
|/
* 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-241-2/+2
* icmp: randomize the global rate limiterEric Dumazet2020-10-171-2/+5
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-161-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-151-2/+21
| * | net: clean up codestyleMiaohe Lin2020-08-311-1/+1
| * | net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin2020-08-251-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-251-0/+1
* icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-251-13/+4
* icmp: revise rfc4884 testsWillem de Bruijn2020-07-251-6/+2
* icmp: support rfc 4884Willem de Bruijn2020-07-201-0/+71
* ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-021-2/+2