summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_route_input_rcu() return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong
2024-11-12net: ip: make ip_route_input_mc() return drop reasonMenglong Dong
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong
2024-11-11net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-29ipv4: Prepare ip_rt_get_source() to future .flowi4_tos conversion.Guillaume Nault
2024-10-15ipv4: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-09ipv4: Convert fib_validate_source() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert ip_route_input_mc() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert __mkroute_input() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert ip_mkroute_input() to dscp_t.Guillaume Nault
2024-10-09ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault
2024-10-03ipv4: Convert ip_route_input_slow() to dscp_t.Guillaume Nault
2024-10-03ipv4: Convert ip_route_input_rcu() to dscp_t.Guillaume Nault
2024-10-03ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault
2024-08-31ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel
2024-08-31ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel
2024-08-31ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in input route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits when constructing the Record Route optionIdo Schimmel
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-23ipv4: Fix incorrect source address in Record Route optionIdo Schimmel
2024-07-18ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel
2024-07-18ipv4: Fix incorrect TOS in route get replyIdo Schimmel
2024-06-12net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata
2024-06-06inet: remove (struct uncached_list)->quarantineEric Dumazet
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-23ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-11ipv4: Remove RTO_ONLINK.Guillaume Nault
2024-04-09ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-02-28inet: annotate devconf data-racesEric Dumazet
2024-02-21ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan
2023-11-21ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni