index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fib_trie.c
Age
Commit message (
Expand
)
Author
2015-01-25
fib_trie: Various clean-ups for handling slen
Alexander Duyck
2015-01-25
fib_trie: Move fib_find_alias to file where it is used
Alexander Duyck
2015-01-25
fib_trie: Use empty_children instead of counting empty nodes in stats collection
Alexander Duyck
2015-01-25
fib_trie: Add collapse() and should_collapse() to resize
Alexander Duyck
2015-01-25
fib_trie: Fall back to slen update on inflate/halve failure
Alexander Duyck
2015-01-25
fib_trie: Fix RCU bug and merge similar bits of inflate/halve
Alexander Duyck
2015-01-25
fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bits
Alexander Duyck
2014-12-31
fib_trie: Add tracking value for suffix length
Alexander Duyck
2014-12-31
fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child
Alexander Duyck
2014-12-31
fib_trie: inflate/halve nodes in a more RCU friendly way
Alexander Duyck
2014-12-31
fib_trie: Push tnode flushing down to inflate/halve
Alexander Duyck
2014-12-31
fib_trie: Push assignment of child to parent down into inflate/halve
Alexander Duyck
2014-12-31
fib_trie: Add functions should_inflate and should_halve
Alexander Duyck
2014-12-31
fib_trie: Move resize to after inflate/halve
Alexander Duyck
2014-12-31
fib_trie: Push rcu_read_lock/unlock to callers
Alexander Duyck
2014-12-31
fib_trie: Use unsigned long for anything dealing with a shift by bits
Alexander Duyck
2014-12-31
fib_trie: Update meaning of pos to represent unchecked bits
Alexander Duyck
2014-12-31
fib_trie: Optimize fib_table_insert
Alexander Duyck
2014-12-31
fib_trie: Optimize fib_find_node
Alexander Duyck
2014-12-31
fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables
Alexander Duyck
2014-12-31
fib_trie: Merge leaf into tnode
Alexander Duyck
2014-12-31
fib_trie: Merge tnode_free and leaf_free into node_free
Alexander Duyck
2014-12-31
fib_trie: Make leaf and tnode more uniform
Alexander Duyck
2014-12-31
fib_trie: Update usage stats to be percpu instead of global variables
Alexander Duyck
2014-12-12
fib_trie: Fix trie balancing issue if new node pushes down existing node
Alexander Duyck
2014-08-06
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
2013-11-15
seq_file: remove "%n" usage from seq_file users
Tetsuo Handa
2013-10-10
fib_trie: only calc for the un-first node
baker.zhang
2013-10-02
fib_trie: avoid a redundant bit judgement in inflate
baker.zhang
2013-08-05
fib_trie: remove potential out of bound access
Eric Dumazet
2013-07-24
fib_trie: potential out of bounds access in trie_show_stats()
Jerry Snitselaar
2013-05-06
fib_trie: no need to delay vfree()
Al Viro
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-18
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2013-02-18
net: proc: change proc_net_fops_create to proc_create
Gao feng
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-07
ipv4/route: arg delay is useless in rt_cache_flush()
Nicolas Dichtel
2012-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-14
net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf
Igor Maravic
2012-08-08
net: fib: fix incorrect call_rcu_bh()
Eric Dumazet
2012-08-07
fib: use __fls() on non null argument
Eric Dumazet
2012-07-29
ipv4: clean up put_child
Lin Ming
2012-07-29
ipv4: fix debug info in tnode_new
Lin Ming
2012-07-12
ipv4: Remove tb_peers from fib_table.
David S. Miller
2012-06-11
inet: Add inetpeer tree roots to the FIB tables.
David S. Miller
2012-06-04
net: Remove casts to same type
Joe Perches
2012-05-10
ipv4: Do not use dead fib_info entries.
David S. Miller
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2012-03-11
net: Convert printks to pr_<level>
Joe Perches
2012-01-12
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
[next]