aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-09-17ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu1-1/+2
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-1/+0
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu1-0/+3
2015-05-25ipv6: Create percpu rt6_infoMartin KaFai Lau1-1/+2
2015-05-25ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau1-0/+3
2015-05-25ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau1-0/+3
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau1-0/+5
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau1-31/+0
2015-05-01ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau1-9/+1
2015-01-05net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal1-3/+7
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa1-1/+1
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa1-4/+14
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa1-4/+1
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček1-1/+2
2014-01-02ipv6: remove prune parameter for fib6_clean_allLi RongQing1-1/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-10-25ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa1-0/+1
2013-09-27ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa1-4/+2
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches1-30/+23
2013-08-01ipv6: prevent fib6_run_gc() contentionMichal Kubeček1-1/+1
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明1-27/+12
2013-01-17ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明1-2/+0
2012-11-08ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing1-1/+0
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang1-0/+9
2012-10-23ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel1-0/+10
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2012-09-18ipv6: use net->rt_genid to check dst validityNicolas Dichtel1-3/+2
2012-09-05ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel1-0/+1
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller1-0/+2
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route"David S. Miller1-2/+0
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-06-15ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf1-0/+2
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller1-0/+1
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller1-1/+31
2012-04-17ipv6: clean up rt6_clean_expiresJiri Bohac1-1/+1
2012-04-17ipv6: fix rt6_update_expiresJiri Bohac1-2/+8
2012-04-13ipv6: fix problem with expired dst cacheGao feng1-0/+42
2011-12-30IPv6: Avoid taking write lock for /proc/net/ipv6_routeJosh Hunt1-0/+4
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller1-3/+0
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller1-1/+0
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller1-3/+0
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-4/+4
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-0/+2
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-2/+2
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller1-0/+1
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller1-0/+2
2010-06-10net-next: remove useless union keywordChangli Gao1-6/+4
2010-04-01ipv6 fib: Make rt6_info{} more cache-line aware.YOSHIFUJI Hideaki / 吉藤英明1-13/+16