summaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fix definition of FIB_TABLE_HASHSZDenis V. Lunev2013-03-131-7/+5
* ipv4: add a fib_type to fib_infoEric Dumazet2012-10-041-0/+1
* ipv4: Cache routes in nexthop exception entries.David S. Miller2012-07-311-0/+1
* ipv4: percpu nh_rth_output cacheEric Dumazet2012-07-311-1/+2
* ipv4: Restore old dst_free() behavior.Eric Dumazet2012-07-311-2/+2
* ipv4: Cache input routes in fib_info nexthops.David S. Miller2012-07-201-0/+1
* ipv4: Cache output routes in fib_info nexthops.David S. Miller2012-07-201-0/+2
* ipv4: use seqlock for nh_exceptionsJulian Anastasov2012-07-191-1/+1
* ipv4: Add FIB nexthop exceptions.David S. Miller2012-07-171-0/+18
* ipv4: Don't store a rule pointer in fib_result.David S. Miller2012-07-131-9/+3
* ipv4: Remove tb_peers from fib_table.David S. Miller2012-07-121-1/+0
* ipv4: Fix crashes in fib_rules_tclass().David S. Miller2012-07-101-0/+1
* ipv4: Avoid overhead when no custom FIB rules are installed.David S. Miller2012-07-051-4/+32
* ipv4: Elide fib_validate_source() completely when possible.David S. Miller2012-06-291-0/+5
* ipv4: Adjust in_dev handling in fib_validate_source()David S. Miller2012-06-281-1/+1
* ipv4: Kill rt->rt_spec_dst, no longer used.David S. Miller2012-06-281-1/+1
* ipv4: Create and use fib_compute_spec_dst() helper.David S. Miller2012-06-281-0/+1
* inet: Add inetpeer tree roots to the FIB tables.David S. Miller2012-06-111-5/+7
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* ipv4: Call fib_select_default() only when actually necessary.David S. Miller2011-04-141-1/+2
* fib_validate_source(): pass sk_buff instead of markMichael Smith2011-04-101-3/+3
* ipv4: Fix nexthop caching wrt. scoping.David S. Miller2011-03-241-3/+3
* ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller2011-03-241-2/+10
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-121-3/+3
* ipv4: Kill flowi arg to fib_select_multipath()David S. Miller2011-03-101-1/+1
* ipv4: Fix scope value used in route src-address caching.David S. Miller2011-03-081-0/+1
* ipv4: Cache source address in nexthop entries.David S. Miller2011-03-071-2/+5
* ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller2011-02-171-1/+1
* ipv4: Mark fib_combine_itag()'s 'res' arg as const.David S. Miller2011-02-171-1/+1
* ipv4: Update some fib_hash centric interface names.David S. Miller2011-02-011-3/+3
* ipv4: Consolidate all default route selection implementations.David S. Miller2011-01-311-5/+1
* ipv4: Remember FIB alias list head and table in lookup results.David S. Miller2011-01-311-0/+3
* ipv4: Allocate fib metrics dynamically.David S. Miller2011-01-281-1/+1
* netfilter: fix Kconfig dependenciesPatrick McHardy2011-01-141-3/+3
* fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov2010-10-281-0/+2
* fib: RCU conversion of fib_lookup()Eric Dumazet2010-10-051-13/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-1/+2
|\
| * net: Fix RPF to work with policy routingjamal2009-10-291-1/+2
* | ipv4: fib table algorithm performance improvementStephen Hemminger2009-10-051-11/+14
|/
* ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h.Rami Rosen2009-05-031-2/+0
* ipv4: remove unused member in fib_table.Rami Rosen2009-04-271-1/+0
* [IPV4]: Fix compile error building without CONFIG_FS_PROCLi Zefan2008-02-051-0/+8
* [NETNS]: Lookup in FIB semantic hashes taking into account the namespace.Denis V. Lunev2008-01-311-1/+1
* [NETNS]: Add a namespace mark to fib_info.Denis V. Lunev2008-01-311-0/+1
* [IPV4]: fib_sync_down rework.Denis V. Lunev2008-01-311-1/+2
* [NETNS]: Add netns parameter to fib_select_default.Denis V. Lunev2008-01-281-1/+2
* [IPV4]: Consolidate fib_select_default.Denis V. Lunev2008-01-281-9/+1
* [IPV4]: Declarations cleanup in ip_fib.h.Denis V. Lunev2008-01-281-3/+1
* [NETNS]: Add netns parameter to fib_lookup.Denis V. Lunev2008-01-281-4/+5
* [IPV4]: fib hash|trie initializationStephen Hemminger2008-01-281-2/+3