index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_fib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-10
net-next: remove useless union keyword
Changli Gao
1
-15
/
+15
2010-04-20
net: Fix various endianness glitches
Eric Dumazet
1
-1
/
+2
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-03-30
ipv6 fib: Use "Sweezle" to optimize addr_bit_test().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+13
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-18
ipv6: use standard lists for FIB walks
Alexey Dobriyan
1
-13
/
+4
2010-02-12
ipv6: fib: fix crash when changing large fib while dumping it
Patrick McHardy
1
-2
/
+27
2010-01-17
net: spread __net_init, __net_exit
Alexey Dobriyan
1
-3
/
+3
2009-07-30
xfrm: select sane defaults for xfrm[4|6] gc_thresh
Neil Horman
1
-11
/
+5
2009-01-13
ipv6: Fix fib6_dump_table walker leak
Herbert Xu
1
-7
/
+8
2008-08-14
netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...
Brian Haley
1
-0
/
+1
2008-07-25
net: convert BUG_TRAP to generic WARN_ON
Ilpo Järvinen
1
-15
/
+16
2008-07-22
ipv6: icmp6_dst_gc return change
Stephen Hemminger
1
-2
/
+1
2008-07-22
ipv6: use kcalloc
Stephen Hemminger
1
-3
/
+3
2008-07-22
ipv6: use spin_trylock_bh
Stephen Hemminger
1
-3
/
+1
2008-07-22
ipv6: use round_jiffies
Stephen Hemminger
1
-2
/
+3
2008-07-22
netns: dont alloc ipv6 fib timer list
Stephen Hemminger
1
-27
/
+13
2008-07-21
ipv6: use timer pending
Stephen Hemminger
1
-6
/
+6
2008-06-11
net: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-04-21
[NETNS]: The ip6_fib_timer can work with garbage on net namespace stop.
Pavel Emelyanov
1
-1
/
+1
2008-04-18
[IPV6]: Fix dangling references on error in fib6_add().
David S. Miller
1
-0
/
+4
2008-03-26
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-03-04
[NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace
Daniel Lezcano
1
-21
/
+24
2008-03-04
[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer
Daniel Lezcano
1
-9
/
+9
2008-03-03
[NETNS][IPV6] rt6_stats - make the stats per network namespace
Benjamin Thery
1
-17
/
+15
2008-03-03
[NETNS][IPV6] rt6_stats - dynamically allocate the routes statistics
Daniel Lezcano
1
-7
/
+15
2008-03-03
[NETNS][IPV6] ip6_fib - clean node use namespace
Benjamin Thery
1
-10
/
+15
2008-03-03
[NETNS][IPV6] ip6_fib - gc timer per namespace
Daniel Lezcano
1
-28
/
+28
2008-03-03
[NETNS][IPV6] ip6_fib - dynamically allocate gc-timer
Daniel Lezcano
1
-12
/
+21
2008-03-03
[NETNS][IPV6] ip6_fib - add net to gc timer parameter
Daniel Lezcano
1
-8
/
+16
2008-03-03
[NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces
Daniel Lezcano
1
-3
/
+4
2008-03-03
[NETNS][IPV6] ip6_fib - make it per network namespace
Daniel Lezcano
1
-68
/
+93
2008-03-03
[NETNS][IPV6] ip6_fib - dynamically allocate the fib tables
Daniel Lezcano
1
-23
/
+48
2008-03-04
[IPV6]: Make ndisc_dst_alloc() common for later use.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-02-18
[IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route.
Pavel Emelyanov
1
-1
/
+1
2008-01-28
[NETNS]: Add netns to nl_info structure.
Denis V. Lunev
1
-1
/
+3
2008-01-28
[NETNS][IPV6]: Make sysctls route per namespace.
Daniel Lezcano
1
-5
/
+9
2008-01-28
[IPV6]: Remove useless code from fib6_del_route().
Gui Jianfeng
1
-3
/
+0
2008-01-28
[IPV6]: Always pass a valid nl_info to inet6_rt_notify.
Denis V. Lunev
1
-1
/
+2
2008-01-28
[IPV6] route6/fib6: Don't panic a kmem_cache_create.
Daniel Lezcano
1
-1
/
+4
2008-01-28
[IPV6]: Make fib6_init to return an error code.
Daniel Lezcano
1
-3
/
+11
2008-01-28
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
Denis V. Lunev
1
-0
/
+4
2007-10-10
[IPv6]: use container_of() macro in fib6_clean_node()
Benjamin Thery
1
-1
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-05-31
[IPV6]: Fix build warning.
David S. Miller
1
-1
/
+0
2007-05-31
[IPV6] ROUTE: No longer handle ::/0 specially.
YOSHIFUJI Hideaki
1
-8
/
+0
2007-04-25
[IPv6]: Use rtnl registration interface
Thomas Graf
1
-1
/
+3
2007-03-25
[IPV6]: Fix routing round-robin locking.
David S. Miller
1
-0
/
+8
2007-02-11
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-33
/
+33
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
1
-2
/
+1
[next]