linux/net
Eric Dumazet 64db5933c7 icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}
These sysctls were added in 4cdf507d54 ("icmp: add a global rate
limitation") and their default values might be too small.

Some network tools send probes to closed UDP ports from many hosts
to estimate proportion of packet drops on a particular target.

This patch sets both sysctls to 10000.

Note the per-peer rate-limit (as described in RFC 4443 2.4 (f))
intent is still enforced.

This also increases security, see b38e7819ca
("icmp: randomize the global rate limiter") for reference.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20260223161742.929830-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-02-24 17:50:12 -08:00
..
6lowpan
9p
802
8021q
appletalk
atm net: atm: fix crash due to unvalidated vcc pointer in sigd_send() 2026-02-10 11:24:47 +01:00
ax25
batman-adv
bluetooth Networking changes for 7.0 2026-02-11 19:31:52 -08:00
bpf
bridge Including fixes from Netfilter. 2026-02-19 10:39:08 -08:00
caif
can can: gw: use can_gw_hops instead of sk_buff::csum_start 2026-02-05 11:58:40 +01:00
ceph libceph: adapt ceph_x_challenge_blob hashing and msgr1 message signing 2026-02-09 12:29:22 +01:00
core net: __lock_sock() can be static 2026-02-24 16:30:33 -08:00
dcb
devlink devlink: Refactor devlink_rate_nodes_check 2026-02-02 20:05:51 -08:00
dns_resolver
dsa net: dsa: add tag format for MxL862xx switches 2026-02-11 11:27:57 +01:00
ethernet
ethtool Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2026-02-05 09:54:08 -08:00
handshake
hsr hsr: Implement more robust duplicate discard for HSR 2026-02-10 12:02:29 +01:00
ieee802154
ife
ipv4 icmp: increase net.ipv4.icmp_msgs_{per_sec,burst} 2026-02-24 17:50:12 -08:00
ipv6 tcp: move inet6_csk_update_pmtu() to tcp_ipv6.c 2026-02-24 17:47:27 -08:00
iucv net/iucv: clean up iucv kernel-doc warnings 2026-02-04 20:39:58 -08:00
kcm
key
l2tp net: l2tp_eth: Replace deprecated strcpy with strscpy in l2tp_eth_create 2026-02-24 13:38:33 +01:00
l3mdev
lapb
llc
mac80211 mm.git review status for linus..mm-nonmm-stable 2026-02-12 12:13:01 -08:00
mac802154
mctp net: mctp: ensure our nlmsg responses are initialised 2026-02-12 18:35:45 -08:00
mpls
mptcp tcp: make tcp_v{4,6}_send_check() static 2026-02-24 17:16:09 -08:00
ncsi
netfilter netfilter: nf_tables: fix use-after-free in nf_tables_addchain() 2026-02-17 15:04:20 +01:00
netlabel
netlink
netrom
nfc net: nfc: nci: Fix parameter validation for packet data 2026-02-19 09:32:51 -08:00
nsh
openvswitch
packet net: add vlan_get_protocol_offset_inline() helper 2026-02-05 16:33:52 +01:00
phonet
psample
psp net: psp: select CONFIG_SKB_EXTENSIONS 2026-02-17 17:05:29 -08:00
qrtr
rds rds: tcp: fix uninit-value in __inet_bind 2026-02-19 16:05:56 +01:00
rfkill
rose
rxrpc
sched net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash() 2026-02-17 17:27:39 -08:00
sctp
shaper
smc
strparser
sunrpc NFS Client Updates for Linux 7.0 2026-02-12 17:49:33 -08:00
switchdev
tipc mm.git review status for linus..mm-nonmm-stable 2026-02-12 12:13:01 -08:00
tls tcp: make tcp_v{4,6}_send_check() static 2026-02-24 17:16:09 -08:00
unix af_unix: Fix memleak of newsk in unix_stream_connect(). 2026-02-11 13:01:13 +01:00
vmw_vsock Including fixes from Netfilter. 2026-02-19 10:39:08 -08:00
wireless
x25
xdp
xfrm bpf-next-7.0 2026-02-10 11:26:21 -08:00
Kconfig
Kconfig.debug
Makefile
compat.c
devres.c
socket.c
sysctl_net.c