aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
AgeCommit message (Expand)Author
2018-04-12route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long
2018-03-08fib_semantics: Don't match route with mismatching tclassidStefano Brivio
2017-12-19ipv4: fib: Fix metrics match when deleting a routePhil Sutter
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal
2017-09-29net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern
2017-09-29net: ipv4: remove fib_weightDavid Ahern
2017-08-23ipv4: do metrics match when looking up and deleting a routeXin Long
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel
2017-08-02ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel
2017-07-04net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang
2017-06-17ipv4: call dst_dev_put() properlyWei Wang
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-26ipv4: add reference counting to metricsEric Dumazet
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern
2017-03-21net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov
2017-02-08ipv4: fib: Notify about nexthop status changesIdo Schimmel
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-12net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11net: ipv4: Fix multipath selection with vrfDavid Ahern
2017-01-06net: ipv4: make fib_select_default staticDavid Ahern
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-03ipv4: fib: Export free_fib_info()Ido Schimmel
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-06net: Don't delete routes in different VRFsMark Tomlinson
2016-08-19net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet
2016-07-11ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni
2016-04-11net: ipv4: Consider failed nexthops in multipath routesDavid Ahern
2015-11-04net: Fix prefsrc lookupsDavid Ahern
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-02ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni
2015-11-01ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov
2015-11-01ipv4: fix to not remove local route on link downJulian Anastasov
2015-10-16net: Fix suspicious RCU usage in fib_rebalanceDavid Ahern
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern
2015-10-05ipv4: Fix compilation errors in fib_rebalancePeter Nørlund
2015-10-05ipv4: L3 hash-based multipathPeter Nørlund