summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang1-0/+5
2025-09-04net: ipv4: fix regression in local-broadcast routesOscar Maes1-3/+7
2025-08-28net: ipv4: fix incorrect MTU in broadcast routesOscar Maes1-1/+0
2025-06-27ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior1-0/+4
2025-03-13ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6
2025-03-13net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin1-0/+13
2025-03-13Namespaceify mtu_expires sysctlxu xin1-10/+11
2025-03-13Namespaceify min_pmtu sysctlxu xin1-16/+37
2025-03-13ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-2/+2
2024-08-19ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-14/+8
2024-05-02ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet1-0/+3
2024-04-17ipv4/route: avoid unused-but-set-variable warningArnd Bergmann1-3/+1
2023-12-03ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan1-1/+1
2023-10-10ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier1-0/+2
2023-10-06ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman1-0/+1
2022-07-29ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima1-3/+3
2022-07-29ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima1-1/+1
2022-05-25xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger1-5/+18
2022-05-18ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2022-04-08ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault1-4/+14
2022-02-23ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet1-2/+2
2021-08-31ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet1-1/+1
2021-08-30ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2021-08-26ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet1-6/+6
2021-08-05net: Remove redundant if statementsYajun Deng1-2/+1
2021-08-03net: Keep vertical alignmentYajun Deng1-3/+4
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko1-20/+1
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-06-28net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko1-1/+2
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+14
2021-06-14ipv4: Fix device used for dst_alloc with local routesDavid Ahern1-1/+14
2021-05-18ipv4: Add custom multipath hash policyIdo Schimmel1-0/+121
2021-05-18ipv4: Calculate multipath hash inside switch statementIdo Schimmel1-2/+4
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-37/+8
2021-03-25inet: use bigger hash table for IP ID generationEric Dumazet1-14/+28
2021-03-17net: ipv4: route.c: simplify procfs codeYejune Deng1-30/+4
2021-03-13net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti1-48/+49
2021-03-11net: ipv4: route.c: fix space before tabShubhankar Kuranagatti1-5/+5
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann1-37/+8
2021-02-09IPv4: Add "offload failed" indication to routesAmit Cohen1-0/+1
2021-02-05net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez1-2/+2
2021-02-04net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez1-2/+5
2021-02-04net: use indirect call helpers for dst_mtuBrian Vazquez1-2/+4
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2020-11-29ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault1-3/+4