index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
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
*
[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
*
[IPV4]: cleanup
Stephen Hemminger
2007-04-25
1
-9
/
+8
*
[IPV4] fib_trie: Document locking.
Robert Olsson
2007-03-26
1
-0
/
+9
*
[IPV4]: Do not disable preemption in trie_leaf_remove().
Robert Olsson
2007-03-16
1
-2
/
+0
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[PATCH] mark struct file_operations const 7
Arjan van de Ven
2007-02-12
1
-3
/
+3
*
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-49
/
+49
*
[IPV4]: Fix single-entry /proc/net/fib_trie output.
Robert Olsson
2007-01-26
1
-6
/
+7
*
[IPV4]: Fix the fib trie iterator to work with a single entry routing tables
Eric W. Biederman
2007-01-24
1
-5
/
+16
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-1
/
+1
*
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
1
-2
/
+2
*
[IPV4] fib_trie.c: trivial annotations
Al Viro
2006-09-28
1
-6
/
+6
*
[IPv4]: Convert FIB dumping to use new netlink api
Thomas Graf
2006-09-22
1
-1
/
+1
*
[IPv4]: FIB configuration using struct fib_config
Thomas Graf
2006-09-22
1
-44
/
+32
*
[IPV4]: Increase number of possible routing tables to 2^32
Patrick McHardy
2006-09-22
1
-13
/
+13
*
[NET]: Use u32 for routing table IDs
Patrick McHardy
2006-09-22
1
-3
/
+3
*
[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()
Al Viro
2006-09-19
1
-4
/
+4
*
[IPV4]: Fix error handling for fib_insert_node call
Herbert Xu
2006-07-12
1
-1
/
+1
[next]