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
2012-01-12
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
2011-12-04
net: ipv4: export fib_lookup and fib_table_lookup
Florian Westphal
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
2011-07-18
ipv4: save cpu cycles from check_leaf()
Eric Dumazet
2011-05-22
Add appropriate <linux/prefetch.h> include for prefetch users
Paul Gortmaker
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-05-07
net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu()
Lai Jiangshan
2011-05-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-05-01
ipv4: don't spam dmesg with "Using LC-trie" messages
Alexey Dobriyan
2011-04-14
ipv4: Call fib_select_default() only when actually necessary.
David S. Miller
2011-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-31
fib: add __rcu annotations
Eric Dumazet
2011-03-25
ipv4: do not ignore route errors
Julian Anastasov
2011-03-24
ipv4: Fix nexthop caching wrt. scoping.
David S. Miller
2011-03-22
ipv4: match prefsrc when deleting routes
Julian Anastasov
2011-03-12
ipv4: Pass ipv4 flow objects into fib_lookup() paths.
David S. Miller
2011-03-12
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
2011-03-07
ipv4: Inline fib_semantic_match into check_leaf
David S. Miller
2011-02-17
ipv4: Avoid use of signed integers in fib_trie code.
David S. Miller
2011-02-02
ipv4: Fix fib_trie build in some configurations.
David S. Miller
2011-02-01
ipv4: Update some fib_hash centric interface names.
David S. Miller
2011-01-31
ipv4: Consolidate all default route selection implementations.
David S. Miller
2011-01-31
ipv4: Remember FIB alias list head and table in lookup results.
David S. Miller
2010-11-21
net: allow GFP_HIGHMEM in __vmalloc()
Eric Dumazet
2010-10-28
fib: Fix fib zone and its hash leak on namespace stop
Pavel Emelyanov
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-21
fib: introduce fib_alias_accessed() helper
Eric Dumazet
2010-10-18
Update broken web addresses in the kernel.
Justin P. Mattock
2010-10-16
fib_trie: use fls() instead of open coded loop
Eric Dumazet
2010-10-05
fib: RCU conversion of fib_lookup()
Eric Dumazet
2010-09-10
fib: cleanups
Eric Dumazet
2010-09-08
ipv4: Suppress lockdep-RCU false positive in FIB trie (3)
Jarek Poplawski
2010-05-17
net: Remove unnecessary returns from void function()s
Joe Perches
2010-04-14
fib: suppress lockdep-RCU false positive in FIB trie.
Eric Dumazet
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-21
net: suppress lockdep-RCU false positive in FIB trie.
Paul E. McKenney
2009-10-05
ipv4: fib table algorithm performance improvement
Stephen Hemminger
2009-08-28
fib_trie: resize rework
Jens Låås
2009-08-05
net: mark read-only arrays as const
Jan Engelhardt
2009-07-20
ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookups
Jarek Poplawski
2009-07-20
ipv4: Fix inflate_threshold_root automatically
Jarek Poplawski
2009-07-20
ipv4: Use synchronize_rcu() during trie_rebalance()
Jarek Poplawski
2009-07-08
ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)
Jarek Poplawski
2009-06-30
ipv4: Fix fib_trie rebalancing, part 3
Jarek Poplawski
2009-06-18
ipv4: Fix fib_trie rebalancing, part 2
Jarek Poplawski
2009-06-15
ipv4: Fix fib_trie rebalancing
Jarek Poplawski
2009-05-25
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-21
ipv4: Fix oops with FIB_TRIE
Robert Olsson
[next]