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
*
seq_file: remove "%n" usage from seq_file users
Tetsuo Handa
2013-11-15
1
-6
/
+7
*
fib_trie: only calc for the un-first node
baker.zhang
2013-10-10
1
-5
/
+1
*
fib_trie: avoid a redundant bit judgement in inflate
baker.zhang
2013-10-02
1
-6
/
+3
*
fib_trie: remove potential out of bound access
Eric Dumazet
2013-08-05
1
-4
/
+1
*
fib_trie: potential out of bounds access in trie_show_stats()
Jerry Snitselaar
2013-07-24
1
-1
/
+1
*
fib_trie: no need to delay vfree()
Al Viro
2013-05-06
1
-11
/
+2
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-21
/
+12
*
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2013-02-18
1
-5
/
+5
*
net: proc: change proc_net_fops_create to proc_create
Gao feng
2013-02-18
1
-4
/
+4
*
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-10
1
-1
/
+1
*
ipv4/route: arg delay is useless in rt_cache_flush()
Nicolas Dichtel
2012-09-07
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-22
1
-1
/
+1
|
\
|
*
net: fib: fix incorrect call_rcu_bh()
Eric Dumazet
2012-08-08
1
-1
/
+1
*
|
net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf
Igor Maravic
2012-08-14
1
-4
/
+6
*
|
fib: use __fls() on non null argument
Eric Dumazet
2012-08-07
1
-1
/
+2
|
/
*
ipv4: clean up put_child
Lin Ming
2012-07-29
1
-26
/
+25
*
ipv4: fix debug info in tnode_new
Lin Ming
2012-07-29
1
-1
/
+1
*
ipv4: Remove tb_peers from fib_table.
David S. Miller
2012-07-12
1
-3
/
+0
*
inet: Add inetpeer tree roots to the FIB tables.
David S. Miller
2012-06-11
1
-0
/
+3
*
net: Remove casts to same type
Joe Perches
2012-06-04
1
-7
/
+6
*
ipv4: Do not use dead fib_info entries.
David S. Miller
2012-05-10
1
-0
/
+2
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
net: Convert printks to pr_<level>
Joe Perches
2012-03-11
1
-3
/
+2
*
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
2012-01-12
1
-5
/
+5
*
net: ipv4: export fib_lookup and fib_table_lookup
Florian Westphal
2011-12-04
1
-0
/
+1
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
2011-08-02
1
-6
/
+6
*
ipv4: save cpu cycles from check_leaf()
Eric Dumazet
2011-07-18
1
-6
/
+6
*
Add appropriate <linux/prefetch.h> include for prefetch users
Paul Gortmaker
2011-05-22
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-05-20
1
-45
/
+65
|
\
|
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-05-05
1
-3
/
+0
|
|
\
|
*
|
ipv4: Call fib_select_default() only when actually necessary.
David S. Miller
2011-04-14
1
-0
/
+7
|
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-04-11
1
-1
/
+1
|
|
\
\
|
*
|
|
fib: add __rcu annotations
Eric Dumazet
2011-03-31
1
-45
/
+58
*
|
|
|
net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu()
Lai Jiangshan
2011-05-07
1
-6
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
ipv4: don't spam dmesg with "Using LC-trie" messages
Alexey Dobriyan
2011-05-01
1
-3
/
+0
|
|
/
|
/
|
*
|
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
|
/
*
ipv4: do not ignore route errors
Julian Anastasov
2011-03-25
1
-2
/
+2
*
ipv4: Fix nexthop caching wrt. scoping.
David S. Miller
2011-03-24
1
-8
/
+4
*
ipv4: match prefsrc when deleting routes
Julian Anastasov
2011-03-22
1
-0
/
+2
*
ipv4: Pass ipv4 flow objects into fib_lookup() paths.
David S. Miller
2011-03-12
1
-6
/
+6
*
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
2011-03-12
1
-1
/
+1
*
ipv4: Inline fib_semantic_match into check_leaf
David S. Miller
2011-03-07
1
-8
/
+43
*
ipv4: Avoid use of signed integers in fib_trie code.
David S. Miller
2011-02-17
1
-5
/
+5
*
ipv4: Fix fib_trie build in some configurations.
David S. Miller
2011-02-02
1
-60
/
+60
*
ipv4: Update some fib_hash centric interface names.
David S. Miller
2011-02-01
1
-3
/
+2
*
ipv4: Consolidate all default route selection implementations.
David S. Miller
2011-01-31
1
-74
/
+0
*
ipv4: Remember FIB alias list head and table in lookup results.
David S. Miller
2011-01-31
1
-4
/
+4
*
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
[next]