index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fib_trie.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: allow GFP_HIGHMEM in __vmalloc()
Eric Dumazet
2010-11-21
1
-1
/
+1
*
fib: Fix fib zone and its hash leak on namespace stop
Pavel Emelyanov
2010-10-28
1
-0
/
+5
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
1
-1
/
+1
|
\
|
*
Update broken web addresses in the kernel.
Justin P. Mattock
2010-10-18
1
-1
/
+1
*
|
fib: introduce fib_alias_accessed() helper
Eric Dumazet
2010-10-21
1
-1
/
+2
*
|
fib_trie: use fls() instead of open coded loop
Eric Dumazet
2010-10-16
1
-12
/
+4
*
|
fib: RCU conversion of fib_lookup()
Eric Dumazet
2010-10-05
1
-5
/
+5
*
|
fib: cleanups
Eric Dumazet
2010-09-10
1
-32
/
+23
*
|
ipv4: Suppress lockdep-RCU false positive in FIB trie (3)
Jarek Poplawski
2010-09-08
1
-2
/
+6
|
/
*
net: Remove unnecessary returns from void function()s
Joe Perches
2010-05-17
1
-2
/
+0
*
fib: suppress lockdep-RCU false positive in FIB trie.
Eric Dumazet
2010-04-14
1
-1
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
net: suppress lockdep-RCU false positive in FIB trie.
Paul E. McKenney
2010-03-21
1
-1
/
+3
*
ipv4: fib table algorithm performance improvement
Stephen Hemminger
2009-10-05
1
-16
/
+10
*
fib_trie: resize rework
Jens Låås
2009-08-28
1
-72
/
+23
*
net: mark read-only arrays as const
Jan Engelhardt
2009-08-05
1
-1
/
+1
*
ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookups
Jarek Poplawski
2009-07-20
1
-3
/
+3
*
ipv4: Fix inflate_threshold_root automatically
Jarek Poplawski
2009-07-20
1
-7
/
+22
*
ipv4: Use synchronize_rcu() during trie_rebalance()
Jarek Poplawski
2009-07-20
1
-0
/
+15
*
ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)
Jarek Poplawski
2009-07-08
1
-2
/
+2
*
ipv4: Fix fib_trie rebalancing, part 3
Jarek Poplawski
2009-06-30
1
-0
/
+3
*
ipv4: Fix fib_trie rebalancing, part 2
Jarek Poplawski
2009-06-18
1
-14
/
+10
*
ipv4: Fix fib_trie rebalancing
Jarek Poplawski
2009-06-15
1
-10
/
+37
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-25
1
-1
/
+5
|
\
|
*
ipv4: Fix oops with FIB_TRIE
Robert Olsson
2009-05-21
1
-1
/
+5
*
|
ipv4: cleanup - remove two unused parameters from fib_semantic_match().
Rami Rosen
2009-05-18
1
-2
/
+1
|
/
*
net: replace NIPQUAD() in net/ipv4/ net/ipv6/
Harvey Harrison
2008-10-31
1
-3
/
+3
*
proc: consolidate per-net single-release callers
Pavel Emelyanov
2008-07-18
1
-8
/
+1
*
proc: consolidate per-net single_open callers
Pavel Emelyanov
2008-07-18
1
-12
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-07-14
1
-11
/
+6
|
\
|
*
ipv4: fib_trie: Fix lookup error return
Ben Hutchings
2008-07-10
1
-11
/
+6
*
|
netns: add namespace parameter to rt_cache_flush
Denis V. Lunev
2008-07-05
1
-3
/
+3
*
|
net: remove CVS keywords
Adrian Bunk
2008-06-11
1
-2
/
+0
|
/
*
[NET]: Fix heavy stack usage in seq_file output routines.
Pavel Emelyanov
2008-04-24
1
-8
/
+10
*
[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
YOSHIFUJI Hideaki
2008-04-14
1
-2
/
+2
*
ipv4: fib_trie leaf free optimization
Stephen Hemminger
2008-04-10
1
-8
/
+11
*
ipv4: fib_trie remove unused argument
Stephen Hemminger
2008-04-10
1
-4
/
+4
*
IPV4: fib_trie use vmalloc for large tnodes
Stephen Hemminger
2008-04-10
1
-10
/
+15
*
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-03-26
1
-7
/
+6
*
Merge branch 'master' of ../net-2.6/
David S. Miller
2008-03-23
1
-2
/
+5
|
\
|
*
[IPV4] fib_trie: fix warning from rcu_assign_poinger
Stephen Hemminger
2008-03-22
1
-2
/
+5
*
|
fib_trie: print information on all routing tables
Stephen Hemminger
2008-03-23
1
-84
/
+95
|
/
*
fib_trie: /proc/net/route performance improvement
Stephen Hemminger
2008-02-12
1
-11
/
+82
*
fib_trie: handle empty tree
Stephen Hemminger
2008-02-12
1
-4
/
+2
*
[IPV4]: Formatting fix for /proc/net/fib_trie.
Denis V. Lunev
2008-02-05
1
-2
/
+1
*
[IPV4] fib_trie: rescan if key is lost during dump
Stephen Hemminger
2008-01-31
1
-17
/
+32
*
[IPV4] fib_trie: apply fixes from fib_hash
Julian Anastasov
2008-01-31
1
-20
/
+35
*
[IPV4] fib_trie: remove unneeded NULL check
Stephen Hemminger
2008-01-28
1
-3
/
+0
*
[IPV4] fib_trie: More whitespace cleanup.
Stephen Hemminger
2008-01-28
1
-6
/
+0
*
[IPV4] fib_trie: avoid rescan on dump
Stephen Hemminger
2008-01-28
1
-13
/
+21
[next]