summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-19/+26
|\
| * ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa2015-01-271-19/+26
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+0
* | net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2015-01-051-33/+36
* | net: fib6: fib6_commit_metrics: fix potential NULL pointer dereferenceDaniel Borkmann2015-01-051-7/+6
|/
* ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa2014-10-071-17/+30
* ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-071-7/+6
* ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa2014-10-071-6/+6
* ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-10/+13
* ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-40/+31
* ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-301-0/+20
* net: ipv6: fib: don't sleep inside atomic lockBenjamin Block2014-08-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-1/+2
|\
| * ipv6: fib: fix fib dump restartKumar Sundararajan2014-04-241-1/+2
* | ipv6: remove parameter rt from fib6_prune_clones()Duan Jiong2014-05-121-7/+5
|/
* ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen2014-03-291-15/+15
* ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen2014-03-291-8/+10
* ipv6: fix checkpatch errors comments and spaceWang Yufen2014-03-291-14/+12
* ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-271-3/+44
* ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-021-3/+3
* 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-161-4/+12
|\
| * ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa2013-08-071-4/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-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/+8
* | 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-121-4/+11
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-8/+4
* 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-281-14/+6
* 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-251-2/+2
|\
| * ipv6: fib: fix fib dump restartEric Dumazet2012-06-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-161-11/+7
|\ \ | |/
| * Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2012-06-161-11/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-151-7/+11
|\ \ | |/
| * ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2012-06-151-7/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-121-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/+4
* ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller2012-01-271-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-281-5/+5
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
OpenPOWER on IntegriCloud