index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fib_trie.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IPV4] fib_trie: fix warning from rcu_assign_poinger
Stephen Hemminger
2008-03-22
1
-2
/
+5
*
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
*
[IPV4] fib_trie: avoid extra search on delete
Stephen Hemminger
2008-01-28
1
-38
/
+12
*
[IPV4] fib_trie: dump table in sorted order
Stephen Hemminger
2008-01-28
1
-35
/
+39
*
[IPV4] fib_trie: iterator recode
Stephen Hemminger
2008-01-28
1
-51
/
+52
*
[IPV4] fib_trie: dump message multiple part flag
Stephen Hemminger
2008-01-28
1
-1
/
+1
*
[IPV4] fib_trie: use hash list
Stephen Hemminger
2008-01-28
1
-25
/
+24
*
[IPV4] fib_trie: compute size when needed
Stephen Hemminger
2008-01-28
1
-8
/
+13
*
[IPV4] fib_trie: style cleanup
Stephen Hemminger
2008-01-28
1
-95
/
+142
*
[IPV4] fib_trie: put leaf nodes in a slab cache
Stephen Hemminger
2008-01-28
1
-3
/
+10
*
[FIB]: Fix rcu_dereference() abuses in fib_trie.c
Eric Dumazet
2008-01-28
1
-12
/
+21
*
[IPV4]: fib hash|trie initialization
Stephen Hemminger
2008-01-28
1
-8
/
+8
*
[IPV4] fib_trie: size and statistics
Stephen Hemminger
2008-01-28
1
-35
/
+20
*
[FIB]: Avoid using static variables without proper locking
Eric Dumazet
2008-01-28
1
-10
/
+12
*
[FIB]: full_children & empty_children should be uint, not ushort
Eric Dumazet
2008-01-28
1
-13
/
+12
*
[IPV4] fib_trie: removes a memset() call in tnode_new()
Eric Dumazet
2008-01-28
1
-1
/
+0
*
[FIB]: Reduce text size of net/ipv4/fib_trie.o
Eric Dumazet
2008-01-28
1
-2
/
+2
*
[IPV4] fib_trie: Fix sparse warnings.
Stephen Hemminger
2008-01-28
1
-3
/
+4
*
[IPV4] fib_trie: Add statistics.
Stephen Hemminger
2008-01-28
1
-12
/
+19
*
[IPV4] fib_trie: fib_insert_node cleanup
Stephen Hemminger
2008-01-28
1
-17
/
+11
*
[IPV4] fib_trie: Use %u for unsigned printfs.
Stephen Hemminger
2008-01-28
1
-7
/
+7
*
[IPV4] fib_trie: Get rid of unused revision element.
Stephen Hemminger
2008-01-28
1
-10
/
+4
*
[IPV4] fib_trie: Get rid of trie_init().
Stephen Hemminger
2008-01-28
1
-16
/
+1
*
[NETNS]: Show routing information from correct namespace (fib_trie.c)
Denis V. Lunev
2008-01-28
1
-12
/
+32
*
[NETNS]: Add netns parameter to fib_get_table/fib_new_table.
Denis V. Lunev
2008-01-28
1
-4
/
+4
*
[NETNS]: Refactor fib initialization so it can handle multiple namespaces.
Denis V. Lunev
2008-01-28
1
-5
/
+1
*
[NETNS]: Add namespace to API for routing /proc entries creation.
Denis V. Lunev
2008-01-28
1
-10
/
+11
*
[IPV4]: Thresholds in fib_trie.c are used as consts, so make them const.
Denis V. Lunev
2008-01-28
1
-4
/
+4
*
[IPV4]: last default route is a fib table property
Denis V. Lunev
2008-01-28
1
-9
/
+9
*
[IPV4]: Unify assignment of fi to fib_result
Denis V. Lunev
2008-01-28
1
-15
/
+4
*
[IPV4]: no need pass pointer to a default into fib_detect_death
Denis V. Lunev
2008-01-28
1
-2
/
+2
*
[IPV4]: Move trie_local and trie_main into the proc iterator.
Eric W. Biederman
2008-01-28
1
-13
/
+34
*
[IPV4] fib_trie: fix duplicated route issue
Joonwoo Park
2008-01-20
1
-0
/
+3
*
remove asm/bitops.h includes
Jiri Slaby
2007-10-19
1
-1
/
+1
*
[NET]: Make core networking code use seq_open_private
Pavel Emelyanov
2007-10-10
1
-38
/
+4
*
[NET]: Make /proc/net per network namespace
Eric W. Biederman
2007-10-10
1
-8
/
+9
*
[IPV4] fib_trie: macro cleanup
Stephen Hemminger
2007-10-10
1
-7
/
+11
*
[IPV4] fib_trie: cleanup
Stephen Hemminger
2007-10-10
1
-32
/
+36
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-1
/
+1
*
[RTNETLINK]: Fix sending netlink message when replace route.
Milan Kocian
2007-05-24
1
-2
/
+4
*
[IPV4]: fib_trie root node settings
Robert Olsson
2007-04-25
1
-2
/
+2
*
[IPV4]: fib_trie resize break
Robert Olsson
2007-04-25
1
-3
/
+23
*
[NET]: make seq_operations const
Stephen Hemminger
2007-04-25
1
-2
/
+2
[next]