summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_semantics.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima1-35/+26
2025-03-03ipv4: fib: Add fib_info_hash_grow().Kuniyuki Iwashima1-44/+41
2025-03-03ipv4: fib: Remove fib_info_hash_size.Kuniyuki Iwashima1-11/+6
2025-03-03ipv4: fib: Remove fib_info_laddrhash pointer.Kuniyuki Iwashima1-16/+11
2025-03-03ipv4: fib: Make fib_info_hashfn() return struct hlist_head.Kuniyuki Iwashima1-19/+9
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima1-13/+32
2025-03-03ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().Kuniyuki Iwashima1-18/+25
2024-10-07ipv4: remove fib_info_devhash[]Eric Dumazet1-20/+15
2024-10-07ipv4: remove fib_info_lockEric Dumazet1-12/+6
2024-10-07ipv4: use rcu in ip_fib_check_default()Eric Dumazet1-9/+4
2024-10-07ipv4: remove fib_devindex_hashfn()Eric Dumazet1-9/+4
2024-10-03ipv4: avoid quadratic behavior in FIB insertion of common addressAlexandre Ferrieux1-6/+5
2024-08-23ipv4: delete redundant judgment statementsLi Zetao1-2/+1
2024-08-20ipv4: Centralize TOS matchingIdo Schimmel1-2/+1
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+11
2024-07-14ipv4: fix source address selection with route leakNicolas Dichtel1-2/+11
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing1-3/+2
2024-04-25net: add two more call_rcu_hurry()Eric Dumazet1-1/+1
2023-10-18ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet1-5/+9
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu1-0/+1
2023-08-31ipv4: annotate data-races around fi->fib_deadEric Dumazet1-1/+4
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-2/+2
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-2/+2
2023-01-23ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet1-0/+2
2022-12-06ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-0/+1
2022-11-28ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel1-3/+5
2022-10-27Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel1-1/+1
2022-10-07ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern1-4/+4
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-20ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima1-1/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-14ip: fix dflt addr selection for connected nexthopNicolas Dichtel1-1/+1
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima1-1/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-5/+6
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault1-2/+2
2022-04-01net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov1-1/+6
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-1/+1
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet1-3/+3
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault1-6/+8
2022-01-25ipv4: get rid of fib_info_hash_{alloc|free}Eric Dumazet1-33/+11
2022-01-19ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet1-14/+15
2022-01-19ipv4: avoid quadratic behavior in netns dismantleEric Dumazet1-19/+17
2022-01-16ipv4: update fib_info_cnt under spinlock protectionEric Dumazet1-3/+8
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+43
2021-12-31lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern1-0/+3
2021-12-31ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern1-3/+14
2021-12-31ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern1-3/+26
2021-12-07inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet1-5/+7
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet1-2/+2