summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety netHannes Frederic Sowa2013-09-271-0/+14
* ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2013-09-271-19/+172
* net: fib: fib6_add: fix potential NULL pointer dereferenceDaniel Borkmann2013-09-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-171-4/+12
|\
| * ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa2013-08-081-4/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-041-12/+13
|\|
| * ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2013-08-011-1/+5
| * ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-011-11/+8Star
* | net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1fan.du2013-07-241-8/+8
|/
* ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa2013-07-131-4/+11
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+4Star
* ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel2012-10-231-0/+57
* ipv6: return errno pointers consistently for fib6_add_1()Lin Ming2012-09-291-14/+6Star
* ipv6: fix return value check in fib6_add()Wei Yongjun2012-09-211-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-261-2/+2
|\
| * ipv6: fib: fix fib dump restartEric Dumazet2012-06-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-161-11/+7Star
|\|
| * Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2012-06-161-11/+7Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-161-7/+11
|\|
| * ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2012-06-161-7/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-131-1/+1
|\|
| * ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf2012-06-071-1/+1
* | inet: Add inetpeer tree roots to the FIB tables.David S. Miller2012-06-111-0/+5
|/
* net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-161-2/+3
* net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-161-10/+10
* ipv6: fix problem with expired dst cacheGao feng2012-04-131-5/+4Star
* ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller2012-01-281-5/+14
* IPv6: Avoid taking write lock for /proc/net/ipv6_routeJosh Hunt2011-12-301-0/+20
* ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2011-12-291-5/+5
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* ipv6: Various cleanups in ip6_route.cDavid S. Miller2011-12-031-59/+56Star
* ipv6: Use pr_warn() in ip6_fib.cDavid S. Miller2011-11-171-10/+10
* IPV6 Fix a crash when trying to replace non existing routeMatti Vaittinen2011-11-171-7/+14
* IPv6: Removing unnecessary NULL checks.Matti Vaittinen2011-11-151-4/+3Star
* IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn abou...Matti Vaittinen2011-11-141-15/+94
* cleanup: remove unnecessary include.Kevin Wilson2011-10-201-4/+0Star
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2011-08-031-1/+1
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-1/+1
* ipv6: Get rid of rt6i_nexthop macro.David S. Miller2011-07-181-1/+1
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-101-1/+2
* net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2011-05-031-1/+3
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-8/+8
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-131-2/+2
* fib: avoid false sharing on fib_table_hashEric Dumazet2010-10-161-3/+6
* net-next: remove useless union keywordChangli Gao2010-06-111-15/+15
* net: Fix various endianness glitchesEric Dumazet2010-04-211-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | ipv6 fib: Use "Sweezle" to optimize addr_bit_test().YOSHIFUJI Hideaki / 吉藤英明2010-03-311-2/+13
|/
* ipv6: use standard lists for FIB walksAlexey Dobriyan2010-02-181-13/+4Star