Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
da7a26af4ae7192e63103aaaf0941a1fd42723df
/
net
/
ipv4
/
fib_trie.c
94d9f1c
ipv4: panic in leaf_walk_rcu due to stale node pointer
by David Forster
· 8 years ago
34229b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
a5829f5
fib_trie: Fix shift by 32 in fib_table_lookup
by Alexander Duyck
· 9 years ago
1d5cfdb
tree wide: use kvfree() than conditional kfree()/vfree()
by Tetsuo Handa
· 9 years ago
c2229fe
fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key
by Alexander Duyck
· 9 years ago
58189ca
net: Fix vti use case with oif in dst lookups
by David Ahern
· 9 years ago
f6d3c19
net: FIB tracepoints
by David Ahern
· 9 years ago
dc25b25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
613d09b
net: Use VRF device index for lookups on TX
by David Ahern
· 9 years ago
25b97c0
ipv4: off-by-one in continuation handling in /proc/net/route
by Andy Whitcroft
· 9 years ago
1513069
fib_trie: Drop unnecessary calls to leaf_pull_suffix
by Alexander Duyck
· 9 years ago
2392deb
ipv4: consider TOS in fib_select_default
by Julian Anastasov
· 9 years ago
0eeb075
net: ipv4 sysctl option to ignore routes when nexthop link is down
by Andy Gospodarek
· 9 years ago
a2bb6d7
ipv4: include NLM_F_APPEND flag in append route notifications
by Roopa Prabhu
· 9 years ago
f38b24c
fib_trie: coding style: Use pointer after check
by Firo Yang
· 9 years ago
ffa915d
ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.
by David S. Miller
· 9 years ago
36583eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
d4e64c2
ipv4: fill in table id when replacing a route
by Michal Kubeček
· 9 years ago
eea3994
rename RTNH_F_EXTERNAL to RTNH_F_OFFLOAD
by Roopa Prabhu
· 9 years ago
ebb9a03
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
by Jiri Pirko
· 9 years ago
00db412
ipv4: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
51456b2
ipv4: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
b6f15f8
fib_trie: Fix regression in handling of inflate/halve failure
by Alexander Duyck
· 10 years ago
0b65bd9
fib_trie: Provide a deterministic order for fib_alias w/ tables merged
by Alexander Duyck
· 10 years ago
654eff4
fib_trie: Only display main table in /proc/net/route
by Alexander Duyck
· 10 years ago
0ddcf43
ipv4: FIB Local/MAIN table collapse
by Alexander Duyck
· 10 years ago
ddb4b9a
fib_trie: Address possible NULL pointer dereference in resize
by Alexander Duyck
· 10 years ago
3ec320d
fib_trie: Correctly handle case of key == 0 in leaf_walk_rcu
by Alexander Duyck
· 10 years ago
f8f2147
switchdev: add netlink flags to IPv4 FIB add op
by Scott Feldman
· 10 years ago
88bae71
fib_trie: Add key vector to root, return parent key_vector in resize
by Alexander Duyck
· 10 years ago
f23e59f
fib_trie: Move parent from key_vector to tnode
by Alexander Duyck
· 10 years ago
6e22d17
fib_trie: Pull empty_children and full_children into tnode
by Alexander Duyck
· 10 years ago
56ca2ad
fib_trie: Move rcu from key_vector to tnode, add accessors.
by Alexander Duyck
· 10 years ago
dc35dbe
fib_trie: Add tnode struct as a container for fields not needed in key_vector
by Alexander Duyck
· 10 years ago
2e1ac88
fib_trie: Rename tnode_child_length to child_length
by Alexander Duyck
· 10 years ago
754baf8
fib_trie: replace tnode_get_child functions with get_child macros
by Alexander Duyck
· 10 years ago
35c6eda
fib_trie: Rename tnode to key_vector
by Alexander Duyck
· 10 years ago
8d8e810
fib_trie: Return pointer to tnode pointer in resize/inflate/halve
by Alexander Duyck
· 10 years ago
72be726
fib_trie: Minor cleanups to fib_table_flush_external
by Alexander Duyck
· 10 years ago
23375a0
ipv4: Fix unused variable warnings in fib_table_flush_external.
by David S. Miller
· 10 years ago
8e05fd7
fib: hook IPv4 fib for hardware offload
by Scott Feldman
· 10 years ago
104616e
switchdev: don't support custom ip rules, for now
by Scott Feldman
· 10 years ago
1de3d87
fib_trie: Prevent allocating tnode if bits is too big for size_t
by Alexander Duyck
· 10 years ago
71e8b67
fib_trie: Update last spot w/ idx >> n->bits code and explanation
by Alexander Duyck
· 10 years ago
a7e5353
fib_trie: Make fib_table rcu safe
by Alexander Duyck
· 10 years ago
41b489f
fib_trie: move leaf and tnode to occupy the same spot in the key vector
by Alexander Duyck
· 10 years ago
d5d6487
fib_trie: Update insert and delete to make use of tp from find_node
by Alexander Duyck
· 10 years ago
d4a975e
fib_trie: Fib find node should return parent
by Alexander Duyck
· 10 years ago
8be33e9
fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf
by Alexander Duyck
· 10 years ago
7289e6d
fib_trie: Only resize tnodes once instead of on each leaf removal in fib_table_flush
by Alexander Duyck
· 10 years ago
79e5ad2
fib_trie: Remove leaf_info
by Alexander Duyck
· 10 years ago
9b6ebad
fib_trie: Add slen to fib alias
by Alexander Duyck
· 10 years ago
5786ec6
fib_trie: Replace plen with slen in leaf_info
by Alexander Duyck
· 10 years ago
56315f9
fib_trie: Convert fib_alias to hlist from list
by Alexander Duyck
· 10 years ago
64c6272
fib_trie: Various clean-ups for handling slen
by Alexander Duyck
· 10 years ago
0252536
fib_trie: Move fib_find_alias to file where it is used
by Alexander Duyck
· 10 years ago
30cfe7c
fib_trie: Use empty_children instead of counting empty nodes in stats collection
by Alexander Duyck
· 10 years ago
95f60ea
fib_trie: Add collapse() and should_collapse() to resize
by Alexander Duyck
· 10 years ago
a80e89d
fib_trie: Fall back to slen update on inflate/halve failure
by Alexander Duyck
· 10 years ago
69fa57b
fib_trie: Fix RCU bug and merge similar bits of inflate/halve
by Alexander Duyck
· 10 years ago
b383211
fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bits
by Alexander Duyck
· 10 years ago
5405afd
fib_trie: Add tracking value for suffix length
by Alexander Duyck
· 10 years ago
21d1f11
fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child
by Alexander Duyck
· 10 years ago
12c081a
fib_trie: inflate/halve nodes in a more RCU friendly way
by Alexander Duyck
· 10 years ago
fc86a93
fib_trie: Push tnode flushing down to inflate/halve
by Alexander Duyck
· 10 years ago
ff181ed
fib_trie: Push assignment of child to parent down into inflate/halve
by Alexander Duyck
· 10 years ago
f05a481
fib_trie: Add functions should_inflate and should_halve
by Alexander Duyck
· 10 years ago
cf3637b
fib_trie: Move resize to after inflate/halve
by Alexander Duyck
· 10 years ago
345e9b5
fib_trie: Push rcu_read_lock/unlock to callers
by Alexander Duyck
· 10 years ago
98293e8
fib_trie: Use unsigned long for anything dealing with a shift by bits
by Alexander Duyck
· 10 years ago
e9b4401
fib_trie: Update meaning of pos to represent unchecked bits
by Alexander Duyck
· 10 years ago
836a012
fib_trie: Optimize fib_table_insert
by Alexander Duyck
· 10 years ago
939afb0
fib_trie: Optimize fib_find_node
by Alexander Duyck
· 10 years ago
9f9e636
fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables
by Alexander Duyck
· 10 years ago
adaf981
fib_trie: Merge leaf into tnode
by Alexander Duyck
· 10 years ago
37fd30f
fib_trie: Merge tnode_free and leaf_free into node_free
by Alexander Duyck
· 10 years ago
64c9b6f
fib_trie: Make leaf and tnode more uniform
by Alexander Duyck
· 10 years ago
8274a97
fib_trie: Update usage stats to be percpu instead of global variables
by Alexander Duyck
· 10 years ago
e962f30
fib_trie: Fix trie balancing issue if new node pushes down existing node
by Alexander Duyck
· 10 years ago
1d02328
list: fix order of arguments for hlist_add_after(_rcu)
by Ken Helias
· 10 years ago
652586d
seq_file: remove "%n" usage from seq_file users
by Tetsuo Handa
· 11 years ago
4c60f1d
fib_trie: only calc for the un-first node
by baker.zhang
· 11 years ago
bbe34cf
fib_trie: avoid a redundant bit judgement in inflate
by baker.zhang
· 11 years ago
aab515d
fib_trie: remove potential out of bound access
by Eric Dumazet
· 11 years ago
f585a99
fib_trie: potential out of bounds access in trie_show_stats()
by Jerry Snitselaar
· 11 years ago
0020356
fib_trie: no need to delay vfree()
by Al Viro
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
4ccfe6d
ipv4/route: arg delay is useless in rt_cache_flush()
by Nicolas Dichtel
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
ad5b310
net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf
by Igor Maravic
· 12 years ago
0c03eca
net: fib: fix incorrect call_rcu_bh()
by Eric Dumazet
· 12 years ago
79cda75
fib: use __fls() on non null argument
by Eric Dumazet
· 12 years ago
61648d9
ipv4: clean up put_child
by Lin Ming
· 12 years ago
4ea4bf7
ipv4: fix debug info in tnode_new
by Lin Ming
· 12 years ago
391e5c2
ipv4: Remove tb_peers from fib_table.
by David S. Miller
· 12 years ago
8e77327
inet: Add inetpeer tree roots to the FIB tables.
by David S. Miller
· 12 years ago
e319269
net: Remove casts to same type
by Joe Perches
· 12 years ago
Next »