summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
AgeCommit message (Expand)Author
2019-04-08ipv4: Refactor fib_check_nhDavid Ahern
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern
2019-04-03ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern
2019-04-03ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-03-29net: Use common nexthop init and release helpersDavid Ahern
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern
2019-03-29ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern
2019-02-01ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-04net: Move free of fib_metrics to helperDavid Ahern
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern
2018-08-31net/ipv4: Add extack message that dev is required for ONLINKDavid Ahern
2018-06-05net: metrics: add proper netlink validationEric Dumazet
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern
2018-04-01route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long
2018-03-04net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu
2018-02-28inet: whitespace cleanupStephen Hemminger
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-16fib_semantics: Don't match route with mismatching tclassidStefano Brivio
2018-02-13net/ipv4: Unexport fib_multipath_hash and fib_select_pathDavid Ahern
2018-02-13net/ipv4: Simplify fib_select_pathDavid Ahern
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