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