aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
Commit message (Expand)AuthorAge
* net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2016-10-27
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-15
* ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-17
* route: move lwtunnel state to dst_entryJiri Benc2015-08-20
* ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-21
* ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-25
* ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-25
* ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-25
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-25
* ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-01
* ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2015-05-01
* net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2015-01-05
* ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-07
* ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-07
* ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-30
* ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-27
* ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-04
|\
| * ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa2013-10-25
* | ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2013-09-27
* | ip*.h: Remove extern from function prototypesJoe Perches2013-09-21
|/
* ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-01
* ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-20
* ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明2013-01-17
* ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2012-11-08
* ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-03
* ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel2012-10-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-28
|\
| * ipv6: use net->rt_genid to check dst validityNicolas Dichtel2012-09-18
* | ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2012-09-05
|/
* ipv6: Store route neighbour in rt6_info struct.David S. Miller2012-07-05
* 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
* | inet: Add inetpeer tree roots to the FIB tables.David S. Miller2012-06-11
* | inet: Hide route peer accesses behind helpers.David S. Miller2012-06-11
|/
* ipv6: clean up rt6_clean_expiresJiri Bohac2012-04-17
* ipv6: fix rt6_update_expiresJiri Bohac2012-04-17
* ipv6: fix problem with expired dst cacheGao feng2012-04-13
* 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
* ipv6: Get rid of rt6i_nexthop macro.David S. Miller2011-07-18
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-24
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter2011-04-15
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-12
* inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller2011-02-10
* ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller2010-11-30
* net-next: remove useless union keywordChangli Gao2010-06-11