Commit Graph

99 Commits (9acd9f3ae92d0dc0ca7504fb48c1040e8bbc39fe)

Author SHA1 Message Date
Stephen Hemminger 387a5487f5 ipv4: fib_trie leaf free optimization 17 years ago
Stephen Hemminger ef3660ce06 ipv4: fib_trie remove unused argument 17 years ago
Stephen Hemminger 15be75cdb5 IPV4: fib_trie use vmalloc for large tnodes 17 years ago
YOSHIFUJI Hideaki 1218854afa [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. 17 years ago
Stephen Hemminger 3d3b2d25a4 fib_trie: print information on all routing tables 17 years ago
Stephen Hemminger 6440cc9e0f [IPV4] fib_trie: fix warning from rcu_assign_poinger 17 years ago
Stephen Hemminger 8315f5d80a fib_trie: /proc/net/route performance improvement 17 years ago
Stephen Hemminger ec28cf738d fib_trie: handle empty tree 17 years ago
Denis V. Lunev b9c4d82a85 [IPV4]: Formatting fix for /proc/net/fib_trie. 17 years ago
Stephen Hemminger 71d67e666e [IPV4] fib_trie: rescan if key is lost during dump 17 years ago
Julian Anastasov 936f6f8e1b [IPV4] fib_trie: apply fixes from fib_hash 17 years ago
Stephen Hemminger ac97f75faa [IPV4] fib_trie: remove unneeded NULL check 17 years ago
Stephen Hemminger f638a2f057 [IPV4] fib_trie: More whitespace cleanup. 17 years ago
Stephen Hemminger d5ce8a0e97 [IPV4] fib_trie: avoid rescan on dump 17 years ago
Stephen Hemminger 9195bef7fb [IPV4] fib_trie: avoid extra search on delete 17 years ago
Stephen Hemminger a88ee22925 [IPV4] fib_trie: dump table in sorted order 17 years ago
Stephen Hemminger 82cfbb0085 [IPV4] fib_trie: iterator recode 17 years ago
Stephen Hemminger 64347f786d [IPV4] fib_trie: dump message multiple part flag 17 years ago
Stephen Hemminger 1328042e26 [IPV4] fib_trie: use hash list 17 years ago
Stephen Hemminger 936722922f [IPV4] fib_trie: compute size when needed 17 years ago
Stephen Hemminger a07f5f508a [IPV4] fib_trie: style cleanup 17 years ago
Stephen Hemminger bc3c8c1e02 [IPV4] fib_trie: put leaf nodes in a slab cache 17 years ago
Eric Dumazet b59cfbf77d [FIB]: Fix rcu_dereference() abuses in fib_trie.c 17 years ago
Stephen Hemminger 7f9b80529b [IPV4]: fib hash|trie initialization 17 years ago
Stephen Hemminger d717a9a620 [IPV4] fib_trie: size and statistics 17 years ago
Eric Dumazet 28d36e3702 [FIB]: Avoid using static variables without proper locking 17 years ago
Eric Dumazet 8d96544475 [FIB]: full_children & empty_children should be uint, not ushort 17 years ago
Eric Dumazet 4dde4610c4 [IPV4] fib_trie: removes a memset() call in tnode_new() 17 years ago
Eric Dumazet 112d8cfcbf [FIB]: Reduce text size of net/ipv4/fib_trie.o 17 years ago
Stephen Hemminger c95aaf9af5 [IPV4] fib_trie: Fix sparse warnings. 17 years ago
Stephen Hemminger 66a2f7fd2f [IPV4] fib_trie: Add statistics. 17 years ago
Stephen Hemminger fea86ad812 [IPV4] fib_trie: fib_insert_node cleanup 17 years ago
Stephen Hemminger 187b5188a7 [IPV4] fib_trie: Use %u for unsigned printfs. 17 years ago
Stephen Hemminger 93e4308b3b [IPV4] fib_trie: Get rid of unused revision element. 17 years ago
Stephen Hemminger c28a1cf448 [IPV4] fib_trie: Get rid of trie_init(). 17 years ago
Denis V. Lunev 1c340b2fd7 [NETNS]: Show routing information from correct namespace (fib_trie.c) 17 years ago
Denis V. Lunev 8ad4942cd5 [NETNS]: Add netns parameter to fib_get_table/fib_new_table. 17 years ago
Denis V. Lunev 7b1a74fdbb [NETNS]: Refactor fib initialization so it can handle multiple namespaces. 17 years ago
Denis V. Lunev 61a0265344 [NETNS]: Add namespace to API for routing /proc entries creation. 17 years ago
Denis V. Lunev f5026fabda [IPV4]: Thresholds in fib_trie.c are used as consts, so make them const. 17 years ago
Denis V. Lunev 971b893e79 [IPV4]: last default route is a fib table property 17 years ago
Denis V. Lunev a2bbe6822f [IPV4]: Unify assignment of fi to fib_result 17 years ago
Denis V. Lunev c17860a039 [IPV4]: no need pass pointer to a default into fib_detect_death 17 years ago
Eric W. Biederman 877a9bff38 [IPV4]: Move trie_local and trie_main into the proc iterator. 17 years ago
Joonwoo Park 6725033fa2 [IPV4] fib_trie: fix duplicated route issue 17 years ago
Jiri Slaby 1977f03272 remove asm/bitops.h includes 18 years ago
Pavel Emelyanov cf7732e4cc [NET]: Make core networking code use seq_open_private 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Stephen Hemminger ab66b4a7a3 [IPV4] fib_trie: macro cleanup 18 years ago
Stephen Hemminger 0680191642 [IPV4] fib_trie: cleanup 18 years ago