summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
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-08-15net: annotate races around sk->sk_uidEric Dumazet1-1/+2
2025-05-15ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior1-0/+4
2025-04-29ip: load balance tcp connections to single dst addr and portWillem de Bruijn1-3/+10
2025-04-29ipv4: prefer multipath nexthop that matches source addressWillem de Bruijn1-1/+1
2025-04-17ipv4: Use nlmsg_payload in route fileBreno Leitao1-2/+2
2025-04-11ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcuZhengchao Shao1-2/+1
2025-02-07ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6
2025-02-07ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2025-02-07ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet1-3/+8
2025-01-17ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion.Guillaume Nault1-4/+5
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-01-10ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart1-0/+1
2024-12-18inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet1-7/+8
2024-12-18inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet1-2/+2
2024-12-08ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima1-1/+2
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong1-11/+17
2024-11-12net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong1-16/+18
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong1-3/+4
2024-11-12net: ip: make ip_route_input_rcu() return drop reasonsMenglong Dong1-9/+10
2024-11-12net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong1-21/+35
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong1-16/+19
2024-11-12net: ip: make ip_route_input_mc() return drop reasonMenglong Dong1-10/+11
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong1-14/+19
2024-11-12net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin1-0/+13
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-5/+5
2024-10-29ipv4: Prepare ip_rt_get_source() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-10-16ipv4: Use rtnl_register_many().Kuniyuki Iwashima1-2/+6
2024-10-10ipv4: Convert fib_validate_source() to dscp_t.Guillaume Nault1-12/+9
2024-10-10ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault1-4/+4
2024-10-10ipv4: Convert ip_route_input_mc() to dscp_t.Guillaume Nault1-5/+6
2024-10-10ipv4: Convert __mkroute_input() to dscp_t.Guillaume Nault1-8/+6
2024-10-10ipv4: Convert ip_mkroute_input() to dscp_t.Guillaume Nault1-8/+6
2024-10-10ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault1-3/+3
2024-10-04ipv4: Convert ip_route_input_slow() to dscp_t.Guillaume Nault1-8/+10
2024-10-04ipv4: Convert ip_route_input_rcu() to dscp_t.Guillaume Nault1-7/+9
2024-10-04ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault1-3/+3
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