aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip6_fib.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2013-10-25ipv6: reset dst.expires value when clearing expire flagGravatar Hannes Frederic Sowa 1-0/+1
2013-09-27ipv6: avoid high order memory allocations for /proc/net/ipv6_routeGravatar Hannes Frederic Sowa 1-4/+2
2013-09-21ip*.h: Remove extern from function prototypesGravatar Joe Perches 1-30/+23
2013-08-01ipv6: prevent fib6_run_gc() contentionGravatar Michal Kubeček 1-1/+1
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-27/+12
2013-01-17ipv6: Complete neighbour entry removal from dst_entry.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-2/+0
2012-11-08ipv6: remove rt6i_peer_genid from rt6_info and its handlerGravatar Li RongQing 1-1/+0
2012-11-03ipv6: introduce ip6_rt_put()Gravatar Amerigo Wang 1-0/+9
2012-10-23ipv6: add support of equal cost multipath (ECMP)Gravatar Nicolas Dichtel 1-0/+10
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+2
2012-09-18ipv6: use net->rt_genid to check dst validityGravatar Nicolas Dichtel 1-3/+2
2012-09-05ipv6: fix handling of blackhole and prohibit routesGravatar Nicolas Dichtel 1-0/+1
2012-07-05ipv6: Store route neighbour in rt6_info struct.Gravatar David S. Miller 1-0/+2
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+0
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...Gravatar David S. Miller 1-2/+0
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2012-06-15ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeGravatar Thomas Graf 1-0/+2
2012-06-11inet: Add inetpeer tree roots to the FIB tables.Gravatar David S. Miller 1-0/+1
2012-06-11inet: Hide route peer accesses behind helpers.Gravatar David S. Miller 1-1/+31
2012-04-17ipv6: clean up rt6_clean_expiresGravatar Jiri Bohac 1-1/+1
2012-04-17ipv6: fix rt6_update_expiresGravatar Jiri Bohac 1-2/+8
2012-04-13ipv6: fix problem with expired dst cacheGravatar Gao feng 1-0/+42
2011-12-30IPv6: Avoid taking write lock for /proc/net/ipv6_routeGravatar Josh Hunt 1-0/+4
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.Gravatar David S. Miller 1-3/+0
2011-07-17ipv6: Get rid of rt6i_nexthop macro.Gravatar David S. Miller 1-1/+0
2011-04-24net: Remove __KERNEL__ cpp checks from include/netGravatar David S. Miller 1-3/+0
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-4/+4
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionGravatar Daniel Walter 1-0/+2
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-2/+2
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.Gravatar David S. Miller 1-0/+1
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.Gravatar David S. Miller 1-0/+2
2010-06-10net-next: remove useless union keywordGravatar Changli Gao 1-6/+4
2010-04-01ipv6 fib: Make rt6_info{} more cache-line aware.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-13/+16
2010-02-18ipv6: use standard lists for FIB walksGravatar Alexey Dobriyan 1-1/+1
2010-02-12ipv6: fib: fix crash when changing large fib while dumping itGravatar Patrick McHardy 1-0/+2
2009-11-04net: cleanup include/netGravatar Eric Dumazet 1-10/+5
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshGravatar Neil Horman 1-0/+6
2008-03-04[NETNS][IPV6] rt6_info - move rt6_info structure inside the namespaceGravatar Daniel Lezcano 1-1/+2
2008-03-03[NETNS][IPV6] ip6_fib - add net to gc timer parameterGravatar Daniel Lezcano 1-1/+2
2008-03-03[NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespacesGravatar Daniel Lezcano 1-1/+2
2008-03-03[NETNS][IPV6] ip6_fib - make it per network namespaceGravatar Daniel Lezcano 1-4/+5
2008-02-07[IPV6] Minor cleanup: remove unused definitions in net/ip6_fib.hGravatar Rami Rosen 1-13/+0
2008-01-28[XFRM] IPv6: Fix dst/routing check at transformation.Gravatar Masahide NAKAMURA 1-1/+1
2008-01-28[IPV6]: route6 remove ifdef for fib_rulesGravatar Daniel Lezcano 1-1/+11
2008-01-28[IPV6]: Make fib6_rules_init to return an error code.Gravatar Daniel Lezcano 1-1/+1
2008-01-28[IPV6]: Make fib6_init to return an error code.Gravatar Daniel Lezcano 1-1/+1
2008-01-28[IPV6]: Move nfheader_len into rt6_infoGravatar Herbert Xu 1-3/+8
2007-10-10[IPV6] XFRM: Fix connected socket to use transformation.Gravatar Noriaki TAKAMIYA 1-0/+4
2007-04-25[IPv6]: Use rtnl registration interfaceGravatar Thomas Graf 1-2/+0