aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: consider TOS in fib_select_defaultJulian Anastasov2015-07-241-11/+25
* ipv4: fib_select_default should match the prefixJulian Anastasov2015-07-241-0/+5
* ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek2015-06-281-2/+2
* net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-06-241-5/+28
* net: track link-status of ipv4 nexthopsAndy Gospodarek2015-06-241-13/+47
* ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing2015-05-021-4/+0
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-12/+12
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-4/+4
* net: Kill hold_net release_netEric W. Biederman2015-03-121-2/+1
* fib_trie: Convert fib_alias to hlist from listAlexander Duyck2015-02-271-2/+2
* fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck2015-01-251-18/+0
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-051-2/+12
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2014-10-141-1/+1
* ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2014-09-051-3/+5
* ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich2014-05-071-1/+1
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-161-0/+1
* ipv4: make fib_detect_death staticStephen Hemminger2013-12-281-2/+3
* fib: Use const struct nl_info * in rtmsg_fibJoe Perches2013-10-181-1/+1
* ipv4: use next hop exceptions also for input routesTimo Teräs2013-06-281-1/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-14/+9
* ipv4: 16 slots in initial fib_info hash tableEric Dumazet2012-10-221-1/+1
* ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov2012-10-081-0/+2
* ipv4: add a fib_type to fib_infoEric Dumazet2012-10-041-0/+2
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-4/+4
* ipv4: Cache routes in nexthop exception entries.David S. Miller2012-07-311-18/+21
* ipv4: percpu nh_rth_output cacheEric Dumazet2012-07-311-1/+19
* ipv4: Restore old dst_free() behavior.Eric Dumazet2012-07-311-4/+17
* net: ipv4: fix RCU races on dst refcountsEric Dumazet2012-07-301-2/+2
* ipv4: Fix input route performance regression.David S. Miller2012-07-261-2/+2
* ipv4: Cache input routes in fib_info nexthops.David S. Miller2012-07-201-0/+2
* ipv4: Cache output routes in fib_info nexthops.David S. Miller2012-07-201-0/+2
* ipv4: fix rcu splatEric Dumazet2012-07-171-2/+2
* ipv4: Add FIB nexthop exceptions.David S. Miller2012-07-171-0/+23
* ipv4: Enforce max MTU metric at route insertion time.David S. Miller2012-07-101-0/+2
* ipv4: Avoid overhead when no custom FIB rules are installed.David S. Miller2012-07-051-3/+3
* ipv4: Elide fib_validate_source() completely when possible.David S. Miller2012-06-291-0/+10
* ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.David S. Miller2012-06-171-1/+6
* ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang2012-05-241-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | ipv4: Stop using NLA_PUT*().David S. Miller2012-04-021-21/+26
|/
* net: Convert printks to pr_<level>Joe Perches2012-03-111-1/+1
* ipv4: Fix fib_info->fib_metrics leakYan, Zheng2011-09-161-1/+9
* net,rcu: convert call_rcu(fc_rport_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-11/+1
* ipv4: Fix nexthop caching wrt. scoping.David S. Miller2011-03-241-7/+8
* ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller2011-03-241-21/+11
* ipv4: fix fib metricsEric Dumazet2011-03-241-1/+1
* ipv4: Use flowi4 in FIB layer.David S. Miller2011-03-121-7/+7