summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2025-11-12ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang
2025-09-11ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()Ido Schimmel
2025-08-29ipv4: start using dst_dev_rcu()Eric Dumazet
2025-08-29net: dst: introduce dst->dev_rcuEric Dumazet
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault
2025-08-25net: ipv4: allow directed broadcast routes to use dst hintOscar Maes
2025-07-14net: ipv4: fix incorrect MTU in broadcast routesOscar Maes
2025-07-02ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet
2025-07-02net: dst: annotate data-races around dst->outputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->inputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->expiresEric Dumazet
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet
2025-06-25net: Remove unnecessary NULL check for lwtunnel_fill_encap()Yue Haibing
2025-06-23net: annotate races around sk->sk_uidEric Dumazet
2025-06-17net: ipv4: Add ip_mr_output()Petr Machata
2025-05-15ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior
2025-04-29ip: load balance tcp connections to single dst addr and portWillem de Bruijn
2025-04-29ipv4: prefer multipath nexthop that matches source addressWillem de Bruijn
2025-04-16ipv4: Use nlmsg_payload in route fileBreno Leitao
2025-04-10ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcuZhengchao Shao
2025-02-06ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet
2025-02-06ipv4: use RCU protection in rt_is_expired()Eric Dumazet
2025-02-06ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet
2025-01-16ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion.Guillaume Nault
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima
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