summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern2017-02-041-1/+3
* net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2016-10-271-0/+2
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+2
* ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-171-1/+2
* route: move lwtunnel state to dst_entryJiri Benc2015-08-201-1/+0
* ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-211-0/+3
* ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-251-1/+2
* ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-251-0/+3
* ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-251-0/+3
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-251-0/+5
* ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-011-31/+0
* ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2015-05-011-9/+1
* net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2015-01-051-3/+7
* ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-1/+1
* ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-4/+14
* ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-301-4/+1
* ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-271-1/+2
* ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-0/+1
|\
| * ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa2013-10-251-0/+1
* | ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2013-09-271-4/+2
* | ip*.h: Remove extern from function prototypesJoe Perches2013-09-211-30/+23
|/
* ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-011-1/+1
* ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-201-27/+12
* ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-2/+0
* ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2012-11-081-1/+0
* ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-031-0/+9
* ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel2012-10-231-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-3/+2
|\
| * ipv6: use net->rt_genid to check dst validityNicolas Dichtel2012-09-181-3/+2
* | ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2012-09-051-0/+1
|/
* ipv6: Store route neighbour in rt6_info struct.David S. Miller2012-07-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-161-2/+0
|\
| * Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2012-06-161-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-151-0/+2
|\|
| * ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2012-06-151-0/+2
* | inet: Add inetpeer tree roots to the FIB tables.David S. Miller2012-06-111-0/+1
* | inet: Hide route peer accesses behind helpers.David S. Miller2012-06-111-1/+31
|/
* ipv6: clean up rt6_clean_expiresJiri Bohac2012-04-171-1/+1
* ipv6: fix rt6_update_expiresJiri Bohac2012-04-171-2/+8
* ipv6: fix problem with expired dst cacheGao feng2012-04-131-0/+42
* IPv6: Avoid taking write lock for /proc/net/ipv6_routeJosh Hunt2011-12-301-0/+4
* ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2011-12-281-3/+0
* ipv6: Get rid of rt6i_nexthop macro.David S. Miller2011-07-171-1/+0
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-3/+0
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-4/+4
* ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter2011-04-151-0/+2
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-2/+2
* inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller2011-02-101-0/+1
* ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller2010-11-301-0/+2