aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [IPV6]: Fix build warning.David S. Miller2007-05-311-1/+0
* [IPV6] ROUTE: No longer handle ::/0 specially.YOSHIFUJI Hideaki2007-05-311-8/+0
* [IPv6]: Use rtnl registration interfaceThomas Graf2007-04-251-1/+3
* [IPV6]: Fix routing round-robin locking.David S. Miller2007-03-251-0/+8
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-111-33/+33
|\
| * [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointerEric Dumazet2007-02-101-10/+10
| * [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-23/+23
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
|/
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* [IPV6]: Misc endianness annotations.Al Viro2006-12-021-4/+4
* [IPv6] fib: initialize tb6_lock in common place to give lockdep a keyThomas Graf2006-10-211-3/+6
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-221-3/+1
* [IPV6] ROUTE: Add credits about subtree fixes.YOSHIFUJI Hideaki2006-09-221-0/+1
* [IPV6] ROUTE: Purge clones on other trees when deleting a route.YOSHIFUJI Hideaki2006-09-221-2/+12
* [IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use.YOSHIFUJI Hideaki2006-09-221-11/+9
* [IPV6] ROUTE: Allow searching subtree only.YOSHIFUJI Hideaki2006-09-221-1/+1
* [IPV6] ROUTE: Make sure we do not exceed args in fib6_lookup_1().YOSHIFUJI Hideaki2006-09-221-7/+16
* [IPV6] ROUTE: Fix looking up a route on subtree.YOSHIFUJI Hideaki2006-09-221-24/+15
* [IPV6] ROUTE: Prune clones from main tree as well.YOSHIFUJI Hideaki2006-09-221-1/+1
* [IPV6] ROUTE: Make sure we have fn->leaf when adding a node on subtree.YOSHIFUJI Hideaki2006-09-221-6/+26
* [IPv6] route: FIB6 configuration using struct fib6_configThomas Graf2006-09-221-10/+9
* [IPV6] ip6_fib.c: make code staticAdrian Bunk2006-09-221-5/+24
* [IPV6]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-221-20/+151
* [NET]: Make code static.Adrian Bunk2006-09-221-3/+3
* [IPV6]: Policy Routing RulesThomas Graf2006-09-221-11/+10
* [IPV6]: Multiple Routing TablesThomas Graf2006-09-221-4/+140
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [IPV6]: ROUTE: Eliminate lock for default route pointer.YOSHIFUJI Hideaki2006-03-201-1/+0
* [IPV6]: Put addr_diff() into common header for future use.YOSHIFUJI Hideaki2005-11-081-52/+2
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-1/+1
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-1/+1
* [IPV6]: V6 route events reported with wrong netlink PID and seq numberJamal Hadi Salim2005-06-211-9/+10
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1225