aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+50
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+50
2018-10-04net: Move free of fib_metrics to helperDavid Ahern1-4/+2
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern1-20/+7
2018-08-31net/ipv4: Add extack message that dev is required for ONLINKDavid Ahern1-1/+3
2018-06-05net: metrics: add proper netlink validationEric Dumazet1-0/+2
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern1-41/+2
2018-04-01route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long1-9/+11
2018-03-04net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern1-1/+1
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu1-1/+1
2018-02-28inet: whitespace cleanupStephen Hemminger1-1/+1
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-02-16fib_semantics: Don't match route with mismatching tclassidStefano Brivio1-0/+5
2018-02-13net/ipv4: Unexport fib_multipath_hash and fib_select_pathDavid Ahern1-1/+0
2018-02-13net/ipv4: Simplify fib_select_pathDavid Ahern1-6/+5
2017-12-19ipv4: fib: Fix metrics match when deleting a routePhil Sutter1-2/+6
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+10
2017-11-03fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal1-6/+10
2017-09-29net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern1-3/+3
2017-09-29net: ipv4: remove fib_weightDavid Ahern1-9/+0
2017-08-23ipv4: do metrics match when looking up and deleting a routeXin Long1-0/+34
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet1-2/+2
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel1-4/+5
2017-08-02ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel1-0/+2
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel1-1/+1
2017-07-04net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang1-4/+2
2017-06-17ipv4: call dst_dev_put() properlyWei Wang1-0/+2
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang1-1/+4
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-9/+11
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10
2017-05-26ipv4: add reference counting to metricsEric Dumazet1-7/+10
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern1-22/+93
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern1-9/+13
2017-03-21net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov1-8/+3
2017-02-08ipv4: fib: Notify about nexthop status changesIdo Schimmel1-0/+33
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern1-19/+8
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2017-01-12net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern1-4/+7
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2017-01-11net: ipv4: Fix multipath selection with vrfDavid Ahern1-2/+7
2017-01-06net: ipv4: make fib_select_default staticDavid Ahern1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-03ipv4: fib: Export free_fib_info()Ido Schimmel1-0/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2016-09-06net: Don't delete routes in different VRFsMark Tomlinson1-2/+6