summaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* net/ipv4: add tracepoint for icmp_sendPeilin He2024-05-081-0/+4
* inet: introduce dst_rtable() helperEric Dumazet2024-04-301-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-03-311-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-181-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-031-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-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