index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
icmp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-23
ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookup
Eric Dumazet
1
-3
/
+15
2026-05-20
ipv4: icmp: reject broadcast/multicast routes
Eric Dumazet
1
-0
/
+3
2026-04-23
ipv4: icmp: validate reply type before using icmp_pointers
Ruide Cao
1
-1
/
+4
2026-04-03
inet: remove leftover EXPORT_SYMBOL()
Eric Dumazet
1
-4
/
+0
2026-03-29
ipv4: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
1
-1
/
+1
2026-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2026-03-19
icmp: fix NULL pointer dereference in icmp_tag_validation()
Weiming Shi
1
-1
/
+3
2026-02-28
icmp: fix ICMP error source address when xfrm policy matches
Antony Antony
1
-1
/
+0
2026-02-24
icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}
Eric Dumazet
1
-2
/
+2
2026-02-18
ipv4: icmp: icmpv4_xrlim_allow() optimization if net.ipv4.icmp_ratelimit is zero
Eric Dumazet
1
-4
/
+10
2026-02-18
icmp: prevent possible overflow in icmp_global_allow()
Eric Dumazet
1
-1
/
+2
2026-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-4
/
+25
2026-02-10
xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path
Jiayuan Chen
1
-0
/
+15
2026-02-05
inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP
Eric Dumazet
1
-4
/
+10
2026-02-02
ipv4: use dst4_mtu() instead of dst_mtu()
Eric Dumazet
1
-1
/
+1
2026-01-06
ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-48
/
+56
2025-10-29
ipv4: icmp: Add RFC 5837 support
Ido Schimmel
1
-1
/
+190
2025-09-11
ipv4: icmp: Fix source IP derivation in presence of VRFs
Ido Schimmel
1
-1
/
+2
2025-09-11
ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()
Ido Schimmel
1
-5
/
+7
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2025-09-01
icmp: fix icmp_ndo_send address translation for reply direction
Fabian Bläse
1
-2
/
+4
2025-08-29
ipv4: start using dst_dev_rcu()
Eric Dumazet
1
-3
/
+3
2025-08-26
ipv4: Convert ->flowi4_tos to dscp_t.
Guillaume Nault
1
-2
/
+3
2025-08-19
net: Switch to skb_dstref_steal/skb_dstref_restore for ip_route_input callers
Stanislav Fomichev
1
-3
/
+4
2025-07-02
ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]
Eric Dumazet
1
-11
/
+13
2025-02-28
inet: ping: avoid skb_clone() dance in ping_rcv()
Eric Dumazet
1
-2
/
+3
2025-02-28
ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addresses
Eric Dumazet
1
-16
/
+16
2025-02-18
icmp: reflect tos through ip cookie rather than updating inet_sk
Willem de Bruijn
1
-4
/
+2
2025-02-06
ipv4: icmp: convert to dev_net_rcu()
Eric Dumazet
1
-14
/
+17
2024-12-17
inetpeer: do not get a refcount in inet_getpeer()
Eric Dumazet
1
-5
/
+4
2024-12-17
inetpeer: remove create argument of inet_getpeer_v[46]()
Eric Dumazet
1
-1
/
+1
2024-11-30
net: Fix icmp host relookup triggering ip_rt_bug
Dong Chenchen
1
-0
/
+3
2024-11-12
net: ip: make ip_route_input() return drop reasons
Menglong Dong
1
-1
/
+1
2024-10-29
ipv4: Prepare icmp_reply() to future .flowi4_tos conversion.
Guillaume Nault
1
-1
/
+1
2024-10-03
ipv4: Convert ip_route_input() to dscp_t.
Guillaume Nault
1
-1
/
+1
2024-10-03
ipv4: Convert icmp_route_lookup() to dscp_t.
Guillaume Nault
1
-10
/
+9
2024-09-09
ipv4: icmp: Unmask upper DSCP bits in icmp_reply()
Ido Schimmel
1
-1
/
+1
2024-08-31
ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
Ido Schimmel
1
-1
/
+2
2024-08-30
icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns
Eric Dumazet
1
-5
/
+4
2024-08-30
icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
Eric Dumazet
1
-15
/
+11
2024-08-30
icmp: change the order of rate limits
Eric Dumazet
1
-47
/
+56
2024-08-22
ipv4: icmp: Pass full DS field to ip_route_input()
Ido Schimmel
1
-1
/
+1
2024-05-08
net/ipv4: add tracepoint for icmp_send
Peilin He
1
-0
/
+4
2024-04-30
inet: introduce dst_rtable() helper
Eric Dumazet
1
-12
/
+14
2024-04-22
icmp: prevent possible NULL dereferences from icmp_build_probe()
Eric Dumazet
1
-2
/
+10
2023-10-06
xfrm: pass struct net to xfrm_decode_session wrappers
Florian Westphal
1
-1
/
+1
2023-03-31
icmp: guard against too small mtu
Eric Dumazet
1
-0
/
+5
2023-01-26
icmp: Add counters for rate limits
Jamie Bainbridge
1
-0
/
+3
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-07-15
ip: Fix data-races around sysctl_ip_no_pmtu_disc.
Kuniyuki Iwashima
1
-1
/
+1
[next]