summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-18net: dst: introduce dst->dev_rcuEric Dumazet1-2/+2
2025-11-24ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang1-0/+5
2025-11-13net: ipv4: allow directed broadcast routes to use dst hintOscar Maes1-1/+1
2025-10-23ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet1-4/+4
2025-09-04net: ipv4: fix regression in local-broadcast routesOscar Maes1-3/+7
2025-08-20net: ipv4: fix incorrect MTU in broadcast routesOscar Maes1-1/+0
2025-08-15net: dst: annotate data-races around dst->outputEric Dumazet1-1/+1
2025-08-15net: dst: annotate data-races around dst->inputEric Dumazet1-1/+1
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-08inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet1-7/+8
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet1-2/+2
2024-08-31ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel1-2/+2
2024-08-31ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel1-1/+1
2024-08-31ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel1-1/+1
2024-08-23ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel1-1/+1
2024-08-23ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookupIdo Schimmel1-1/+1
2024-08-23ipv4: Unmask upper DSCP bits in input route lookupIdo Schimmel1-1/+1
2024-08-23ipv4: Unmask upper DSCP bits when constructing the Record Route optionIdo Schimmel1-1/+1
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-23ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-07-18ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel1-1/+1
2024-07-18ipv4: Fix incorrect TOS in route get replyIdo Schimmel1-7/+7
2024-06-13net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata1-6/+6
2024-06-06inet: remove (struct uncached_list)->quarantineEric Dumazet1-3/+1
2024-05-30net: fix __dst_negative_advice() raceEric Dumazet1-14/+8
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-6/+2
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-13/+11
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-04-24ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet1-0/+3
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-12ipv4: Remove RTO_ONLINK.Guillaume Nault1-13/+1
2024-04-09ipv4/route: avoid unused-but-set-variable warningArnd Bergmann1-3/+1
2024-02-29inet: annotate devconf data-racesEric Dumazet1-2/+2
2024-02-21ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan1-3/+2
2023-11-21ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan1-1/+1
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani1-48/+0
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-10-04ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier1-0/+2
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2023-09-17ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao1-3/+3
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2023-09-01ipv4: ignore dst hint for multipath routesSriram Yagnaraman1-0/+1
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+6
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-4/+4