summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern2019-04-031-20/+32
* ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern2019-04-031-59/+107
* ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-031-4/+21
* net: Use common nexthop init and release helpersDavid Ahern2019-03-291-21/+39
* net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-291-1/+6
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-114/+115
* ipv4: Create cleanup helper for fib_nhDavid Ahern2019-03-291-12/+17
* ipv4: Create init helper for fib_nhDavid Ahern2019-03-291-89/+91
* ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern2019-03-291-24/+7
* ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern2019-03-291-6/+9
* ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-011-1/+1
* net: Add extack argument to ip_fib_metrics_initDavid Ahern2018-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-0/+50
|\
| * net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-101-0/+50
* | net: Move free of fib_metrics to helperDavid Ahern2018-10-041-4/+2
* | net: common metrics init helper for FIB entriesDavid Ahern2018-10-041-20/+7
* | net/ipv4: Add extack message that dev is required for ONLINKDavid Ahern2018-08-311-1/+3
|/
* net: metrics: add proper netlink validationEric Dumazet2018-06-051-0/+2
* net: Move fib_convert_metrics to metrics fileDavid Ahern2018-04-171-41/+2
* route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-011-9/+11
* net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern2018-03-041-1/+1
* ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu2018-02-281-1/+1
* inet: whitespace cleanupStephen Hemminger2018-02-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-191-0/+5
|\
| * fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-02-161-0/+5
* | net/ipv4: Unexport fib_multipath_hash and fib_select_pathDavid Ahern2018-02-131-1/+0
* | net/ipv4: Simplify fib_select_pathDavid Ahern2018-02-131-6/+5
|/
* ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
* tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-6/+10
|\
| * fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal2017-11-031-6/+10
* | net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern2017-09-291-3/+3
* | net: ipv4: remove fib_weightDavid Ahern2017-09-291-9/+0
|/
* ipv4: do metrics match when looking up and deleting a routeXin Long2017-08-231-0/+34
* ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2017-08-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-5/+7
|\
| * ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-151-5/+7
* | net: core: Make the FIB notification chain genericIdo Schimmel2017-08-031-4/+5
* | ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel2017-08-021-0/+2
|/
* ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel2017-07-311-1/+1
* net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-171-4/+2
* ipv4: call dst_dev_put() properlyWei Wang2017-06-171-0/+2
* ipv4: take dst->__refcnt when caching dst in fibWei Wang2017-06-171-1/+4
* net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-9/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-261-7/+10
|\
| * ipv4: add reference counting to metricsEric Dumazet2017-05-261-7/+10
* | net: ipv4: Add extack messages for route add failuresDavid Ahern2017-05-221-22/+93
* | net: ipv4: Plumb extack through route add functionsDavid Ahern2017-05-221-9/+13
|/
* net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov2017-03-211-8/+3