aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix the arp error in some casesguodeqing2020-06-301-1/+1
* ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2019-11-121-1/+1
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-181-0/+50
* ipv4: Fix error return value in fib_convert_metrics()Ben Hutchings2018-07-111-1/+1
* net: metrics: add proper netlink validationEric Dumazet2018-06-131-0/+2
* route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-131-9/+11
* fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-03-111-0/+5
* ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-301-5/+7
* ipv4: add reference counting to metricsEric Dumazet2017-06-071-7/+10
* net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-02-041-4/+7
* net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-151-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-2/+6
|\
| * net: Don't delete routes in different VRFsMark Tomlinson2016-09-061-2/+6
* | net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet2016-08-191-1/+2
|/
* ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov2016-07-111-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-0/+2
|\
| * net/route: enforce hoplimit max valuePaolo Abeni2016-05-141-0/+2
* | net: ipv4: Consider failed nexthops in multipath routesDavid Ahern2016-04-111-5/+29
|/
* net: Fix prefsrc lookupsDavid Ahern2015-11-041-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-3/+15
|\
| * ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov2015-11-011-0/+7
| * ipv4: fix to not remove local route on link downJulian Anastasov2015-11-011-3/+8
* | ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni2015-11-021-1/+2
* | net: Fix suspicious RCU usage in fib_rebalanceDavid Ahern2015-10-161-2/+2
* | net: Refactor path selection in __ip_route_output_key_hashDavid Ahern2015-10-071-0/+21
* | ipv4: Fix compilation errors in fib_rebalancePeter Nørlund2015-10-051-2/+2
* | ipv4: L3 hash-based multipathPeter Nørlund2015-10-051-65/+75
|/
* net: Make table id type u32David Ahern2015-09-011-1/+1
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-1/+5
* fib, fib6: reject invalid feature bitsDaniel Borkmann2015-08-311-0/+2
* net: fib: move metrics parsing to a helperFlorian Westphal2015-08-311-30/+41
* lwt: Add cfg argument to build_stateTom Herbert2015-08-241-7/+10
* net: Fix nexthop lookupsDavid Ahern2015-08-201-1/+8
* ipv4: Make fib_encap_match staticYing Xue2015-08-201-3/+3
* lwtunnel: fix memory leakJiri Benc2015-08-181-4/+6
* ipv4: fix refcount leak in fib_check_nh()Eric Dumazet2015-08-161-1/+2
* net: Use passed in table for nexthop lookupsDavid Ahern2015-08-131-2/+11
* net: Add routes to the table associated with the deviceDavid Ahern2015-08-131-6/+19
* net: Fix up inet_addr_type checksDavid Ahern2015-08-131-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-11/+30
|\
| * 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
* | lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2015-07-271-5/+4
* | ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov2015-07-261-1/+3
* | ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-211-1/+95
|/
* 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