summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
Commit message (Expand)AuthorAgeFilesLines
* 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-261-0/+1
* | ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2013-09-271-4/+2Star
* | ip*.h: Remove extern from function prototypesJoe Perches2013-09-211-30/+23Star
|/
* 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/+12Star
* ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-2/+0Star
* ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2012-11-091-1/+0Star
* 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/+2Star
|\
| * ipv6: use net->rt_genid to check dst validityNicolas Dichtel2012-09-181-3/+2Star
* | 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/+0Star
|\
| * Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2012-06-161-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-161-0/+2
|\|
| * ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2012-06-161-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-181-1/+1
* ipv6: fix rt6_update_expiresJiri Bohac2012-04-181-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-291-3/+0Star
* ipv6: Get rid of rt6i_nexthop macro.David S. Miller2011-07-181-1/+0Star
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-3/+0Star
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-4/+4
* ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter2011-04-161-0/+2
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-131-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-111-6/+4Star
* ipv6 fib: Make rt6_info{} more cache-line aware.YOSHIFUJI Hideaki / 吉藤英明2010-04-021-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/+5Star
* xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2009-07-311-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-041-1/+2
* [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespacesDaniel Lezcano2008-03-041-1/+2
* [NETNS][IPV6] ip6_fib - make it per network namespaceDaniel Lezcano2008-03-041-4/+5
* [IPV6] Minor cleanup: remove unused definitions in net/ip6_fib.hRami Rosen2008-02-081-13/+0Star
* [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