index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fib_trie.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
[FIB]: Fix rcu_dereference() abuses in fib_trie.c
Eric Dumazet
1
-12
/
+21
2008-01-29
[IPV4]: fib hash|trie initialization
Stephen Hemminger
1
-8
/
+8
2008-01-29
[IPV4] fib_trie: size and statistics
Stephen Hemminger
1
-35
/
+20
2008-01-29
[FIB]: Avoid using static variables without proper locking
Eric Dumazet
1
-10
/
+12
2008-01-29
[FIB]: full_children & empty_children should be uint, not ushort
Eric Dumazet
1
-13
/
+12
2008-01-29
[IPV4] fib_trie: removes a memset() call in tnode_new()
Eric Dumazet
1
-1
/
+0
2008-01-29
[FIB]: Reduce text size of net/ipv4/fib_trie.o
Eric Dumazet
1
-2
/
+2
2008-01-29
[IPV4] fib_trie: Fix sparse warnings.
Stephen Hemminger
1
-3
/
+4
2008-01-29
[IPV4] fib_trie: Add statistics.
Stephen Hemminger
1
-12
/
+19
2008-01-29
[IPV4] fib_trie: fib_insert_node cleanup
Stephen Hemminger
1
-17
/
+11
2008-01-29
[IPV4] fib_trie: Use %u for unsigned printfs.
Stephen Hemminger
1
-7
/
+7
2008-01-29
[IPV4] fib_trie: Get rid of unused revision element.
Stephen Hemminger
1
-10
/
+4
2008-01-29
[IPV4] fib_trie: Get rid of trie_init().
Stephen Hemminger
1
-16
/
+1
2008-01-29
[NETNS]: Show routing information from correct namespace (fib_trie.c)
Denis V. Lunev
1
-12
/
+32
2008-01-29
[NETNS]: Add netns parameter to fib_get_table/fib_new_table.
Denis V. Lunev
1
-4
/
+4
2008-01-29
[NETNS]: Refactor fib initialization so it can handle multiple namespaces.
Denis V. Lunev
1
-5
/
+1
2008-01-29
[NETNS]: Add namespace to API for routing /proc entries creation.
Denis V. Lunev
1
-10
/
+11
2008-01-29
[IPV4]: Thresholds in fib_trie.c are used as consts, so make them const.
Denis V. Lunev
1
-4
/
+4
2008-01-29
[IPV4]: last default route is a fib table property
Denis V. Lunev
1
-9
/
+9
2008-01-29
[IPV4]: Unify assignment of fi to fib_result
Denis V. Lunev
1
-15
/
+4
2008-01-29
[IPV4]: no need pass pointer to a default into fib_detect_death
Denis V. Lunev
1
-2
/
+2
2008-01-29
[IPV4]: Move trie_local and trie_main into the proc iterator.
Eric W. Biederman
1
-13
/
+34
2008-01-21
[IPV4] fib_trie: fix duplicated route issue
Joonwoo Park
1
-0
/
+3
2007-10-19
remove asm/bitops.h includes
Jiri Slaby
1
-1
/
+1
2007-10-11
[NET]: Make core networking code use seq_open_private
Pavel Emelyanov
1
-38
/
+4
2007-10-11
[NET]: Make /proc/net per network namespace
Eric W. Biederman
1
-8
/
+9
2007-10-11
[IPV4] fib_trie: macro cleanup
Stephen Hemminger
1
-7
/
+11
2007-10-11
[IPV4] fib_trie: cleanup
Stephen Hemminger
1
-32
/
+36
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-05-25
[RTNETLINK]: Fix sending netlink message when replace route.
Milan Kocian
1
-2
/
+4
2007-04-26
[IPV4]: fib_trie root node settings
Robert Olsson
1
-2
/
+2
2007-04-26
[IPV4]: fib_trie resize break
Robert Olsson
1
-3
/
+23
2007-04-26
[NET]: make seq_operations const
Stephen Hemminger
1
-2
/
+2
2007-04-26
[IPV4]: cleanup
Stephen Hemminger
1
-9
/
+8
2007-03-27
[IPV4] fib_trie: Document locking.
Robert Olsson
1
-0
/
+9
2007-03-17
[IPV4]: Do not disable preemption in trie_leaf_remove().
Robert Olsson
1
-2
/
+0
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
1
-3
/
+3
2007-02-11
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-49
/
+49
2007-01-27
[IPV4]: Fix single-entry /proc/net/fib_trie output.
Robert Olsson
1
-6
/
+7
2007-01-25
[IPV4]: Fix the fib trie iterator to work with a single entry routing tables
Eric W. Biederman
1
-5
/
+16
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-2
/
+2
2006-09-29
[IPV4] fib_trie.c: trivial annotations
Al Viro
1
-6
/
+6
2006-09-23
[IPv4]: Convert FIB dumping to use new netlink api
Thomas Graf
1
-1
/
+1
2006-09-23
[IPv4]: FIB configuration using struct fib_config
Thomas Graf
1
-44
/
+32
2006-09-23
[IPV4]: Increase number of possible routing tables to 2^32
Patrick McHardy
1
-13
/
+13
2006-09-23
[NET]: Use u32 for routing table IDs
Patrick McHardy
1
-3
/
+3
2006-09-20
[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()
Al Viro
1
-4
/
+4
2006-07-13
[IPV4]: Fix error handling for fib_insert_node call
Herbert Xu
1
-1
/
+1
[next]