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-02-21ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6
2025-02-21net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin1-0/+13
2025-02-21ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2025-02-21ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet1-3/+8
2025-02-21inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet1-7/+8
2025-02-21inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet1-2/+2
2024-08-03ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-08-03ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel1-1/+1
2024-08-03ipv4: Fix incorrect TOS in route get replyIdo Schimmel1-7/+7
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-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-2/+2
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-1/+1
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
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet1-2/+2
2022-10-12treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-16/+8
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima1-3/+3
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima1-1/+1
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao1-17/+17
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger1-16/+8
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-4/+3
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+18
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-5/+18
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger1-5/+18
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-05-06ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2022-04-22ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault1-20/+17
2022-04-22ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault1-2/+2
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong1-1/+5
2022-04-12ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault1-2/+2
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+14
2022-03-19ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault1-4/+14
2022-03-16net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-2/+2
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet1-2/+2
2022-02-11ipv4: add (struct uncached_list)->quarantine listEric Dumazet1-3/+9
2022-02-08ipv4: Use dscp_t in struct fib_aliasGuillaume Nault1-1/+2
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern1-2/+1