summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net-next: remove useless union keywordChangli Gao2010-06-101-6/+4
* ipv6 fib: Make rt6_info{} more cache-line aware.YOSHIFUJI Hideaki / 吉藤英明2010-04-011-13/+16
* ipv6: use standard lists for FIB walksAlexey Dobriyan2010-02-181-1/+1
* ipv6: fib: fix crash when changing large fib while dumping itPatrick McHardy2010-02-121-0/+2
* net: cleanup include/netEric Dumazet2009-11-041-10/+5
* xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2009-07-301-0/+6
* [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespaceDaniel Lezcano2008-03-041-1/+2
* [NETNS][IPV6] ip6_fib - add net to gc timer parameterDaniel Lezcano2008-03-031-1/+2
* [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespacesDaniel Lezcano2008-03-031-1/+2
* [NETNS][IPV6] ip6_fib - make it per network namespaceDaniel Lezcano2008-03-031-4/+5
* [IPV6] Minor cleanup: remove unused definitions in net/ip6_fib.hRami Rosen2008-02-071-13/+0
* [XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA2008-01-281-1/+1
* [IPV6]: route6 remove ifdef for fib_rulesDaniel Lezcano2008-01-281-1/+11
* [IPV6]: Make fib6_rules_init to return an error code.Daniel Lezcano2008-01-281-1/+1
* [IPV6]: Make fib6_init to return an error code.Daniel Lezcano2008-01-281-1/+1
* [IPV6]: Move nfheader_len into rt6_infoHerbert Xu2008-01-281-3/+8
* [IPV6] XFRM: Fix connected socket to use transformation.Noriaki TAKAMIYA2007-10-101-0/+4
* [IPv6]: Use rtnl registration interfaceThomas Graf2007-04-251-2/+0
* [IPV6]: Fix routing round-robin locking.David S. Miller2007-03-251-0/+1
* [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointerEric Dumazet2007-02-101-1/+0
* [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREESKim Nordlund2006-12-131-2/+2
* [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2006-12-021-0/+5
* [IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flagsYOSHIFUJI Hideaki2006-09-221-3/+0