index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fib_semantics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-03
ipv4: fib: Namespacify fib_info hash tables.
Kuniyuki Iwashima
1
-35
/
+26
2025-03-03
ipv4: fib: Add fib_info_hash_grow().
Kuniyuki Iwashima
1
-44
/
+41
2025-03-03
ipv4: fib: Remove fib_info_hash_size.
Kuniyuki Iwashima
1
-11
/
+6
2025-03-03
ipv4: fib: Remove fib_info_laddrhash pointer.
Kuniyuki Iwashima
1
-16
/
+11
2025-03-03
ipv4: fib: Make fib_info_hashfn() return struct hlist_head.
Kuniyuki Iwashima
1
-19
/
+9
2025-03-03
ipv4: fib: Allocate fib_info_hash[] during netns initialisation.
Kuniyuki Iwashima
1
-13
/
+32
2025-03-03
ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().
Kuniyuki Iwashima
1
-18
/
+25
2024-10-07
ipv4: remove fib_info_devhash[]
Eric Dumazet
1
-20
/
+15
2024-10-07
ipv4: remove fib_info_lock
Eric Dumazet
1
-12
/
+6
2024-10-07
ipv4: use rcu in ip_fib_check_default()
Eric Dumazet
1
-9
/
+4
2024-10-07
ipv4: remove fib_devindex_hashfn()
Eric Dumazet
1
-9
/
+4
2024-10-03
ipv4: avoid quadratic behavior in FIB insertion of common address
Alexandre Ferrieux
1
-6
/
+5
2024-08-23
ipv4: delete redundant judgment statements
Li Zetao
1
-2
/
+1
2024-08-20
ipv4: Centralize TOS matching
Ido Schimmel
1
-2
/
+1
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+11
2024-07-14
ipv4: fix source address selection with route leak
Nicolas Dichtel
1
-2
/
+11
2024-06-05
net: remove NULL-pointer net parameter in ip_metrics_convert
Jason Xing
1
-3
/
+2
2024-04-25
net: add two more call_rcu_hurry()
Eric Dumazet
1
-1
/
+1
2023-10-18
ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
Eric Dumazet
1
-5
/
+9
2023-10-03
ipv4/fib: send notify when delete source address routes
Hangbin Liu
1
-0
/
+1
2023-08-31
ipv4: annotate data-races around fi->fib_dead
Eric Dumazet
1
-1
/
+4
2023-03-21
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
1
-2
/
+2
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
1
-2
/
+2
2023-01-23
ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
Eric Dumazet
1
-0
/
+2
2022-12-06
ipv4: Fix incorrect route flushing when source address is deleted
Ido Schimmel
1
-0
/
+1
2022-11-28
ipv4: Fix route deletion when nexthop info is not specified
Ido Schimmel
1
-3
/
+5
2022-10-27
Revert "ip: fix dflt addr selection for connected nexthop"
Nicolas Dichtel
1
-1
/
+1
2022-10-07
ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...
David Ahern
1
-4
/
+4
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-20
ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-07-14
ip: fix dflt addr selection for connected nexthop
Nicolas Dichtel
1
-1
/
+1
2022-07-13
nexthop: Fix data-races around nexthop_compat_mode.
Kuniyuki Iwashima
1
-1
/
+1
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-5
/
+6
2022-04-11
ipv4: Use dscp_t in struct fib_rt_info
Guillaume Nault
1
-2
/
+2
2022-04-01
net: ipv4: fix route with nexthop object delete warning
Nikolay Aleksandrov
1
-1
/
+6
2022-03-15
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
1
-1
/
+1
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2022-02-17
ipv4: fix data races in fib_alias_hw_flags_set
Eric Dumazet
1
-3
/
+3
2022-02-07
ipv4: Use dscp_t in struct fib_alias
Guillaume Nault
1
-6
/
+8
2022-01-25
ipv4: get rid of fib_info_hash_{alloc|free}
Eric Dumazet
1
-33
/
+11
2022-01-19
ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys
Eric Dumazet
1
-14
/
+15
2022-01-19
ipv4: avoid quadratic behavior in netns dismantle
Eric Dumazet
1
-19
/
+17
2022-01-16
ipv4: update fib_info_cnt under spinlock protection
Eric Dumazet
1
-3
/
+8
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+43
2021-12-31
lwtunnel: Validate RTA_ENCAP_TYPE attribute length
David Ahern
1
-0
/
+3
2021-12-31
ipv4: Check attribute length for RTA_FLOW in multipath route
David Ahern
1
-3
/
+14
2021-12-31
ipv4: Check attribute length for RTA_GATEWAY in multipath route
David Ahern
1
-3
/
+26
2021-12-07
inet: add net device refcount tracker to struct fib_nh_common
Eric Dumazet
1
-5
/
+7
2021-12-02
ipv4: convert fib_num_tclassid_users to atomic_t
Eric Dumazet
1
-2
/
+2
[next]