summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-6/+2
* inet: introduce dst_rtable() helperEric Dumazet2024-04-301-13/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+3
|\
| * ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet2024-04-231-0/+3
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* | ipv4: Remove RTO_ONLINK.Guillaume Nault2024-04-111-13/+1
|/
* ipv4/route: avoid unused-but-set-variable warningArnd Bergmann2024-04-091-3/+1
* inet: annotate devconf data-racesEric Dumazet2024-02-281-2/+2
* ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan2024-02-211-3/+2
* ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-11-211-1/+1
* ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2023-10-161-48/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-0/+2
|\
| * ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier2023-10-041-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-1/+3
|\|
| * ipv4: fix null-deref in ipv4_link_failureKyle Zeng2023-09-171-1/+3
* | net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-3/+3
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-071-0/+1
|\
| * ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-011-0/+1
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-2/+6
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-2/+6
* | inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-4/+4
* | net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
|/
* net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-211-4/+0
* net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2023-03-281-10/+10
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-2/+2
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-1/+1
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-251-16/+8
|\
| * xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger2022-06-101-16/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-5/+5
|\ \
| * | ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima2022-07-201-3/+3
| * | ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima2022-07-201-1/+1
| * | ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-151-1/+1
* | | net: change the type of ip_route_input_rcu to staticZhengchao Shao2022-07-121-17/+17
| |/ |/|
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-4/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-5/+18
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-05-181-5/+18
| |\
| | * xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-161-5/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+1
|\| |
| * | ipv4: drop dst in multicast routing pathLokesh Dhoundiyal2022-05-061-0/+1
| |/
* | ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault2022-04-221-20/+17
* | ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault2022-04-221-2/+2
* | net: ipv4: add skb drop reasons to ip_error()Menglong Dong2022-04-131-1/+5
* | ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault2022-04-111-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-4/+14
|\
| * ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault2022-03-181-4/+14
* | net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-2/+2
|\|