aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAge
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-27
* net: Change nhc_flags to unsigned charDavid Ahern2019-04-23
* lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2019-04-23
* net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-23
* ipv4: Handle RTA_GATEWAY set to 0David Ahern2019-04-10
* ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2019-04-08
* ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-08
* ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern2019-04-08
* ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern2019-04-08
* ipv4: Add fib_check_nh_v6_gwDavid Ahern2019-04-08
* ipv4: Refactor fib_check_nhDavid Ahern2019-04-08
* ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern2019-04-08
* ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-08
* net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-08
* ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-04
* ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern2019-04-04
* ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern2019-04-04
* ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-04
* net: Use common nexthop init and release helpersDavid Ahern2019-03-29
* net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-29
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-29
* ipv4: Create cleanup helper for fib_nhDavid Ahern2019-03-29
* ipv4: Create init helper for fib_nhDavid Ahern2019-03-29
* ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern2019-03-29
* ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern2019-03-29
* ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-01
* net: Add extack argument to ip_fib_metrics_initDavid Ahern2018-11-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-13
|\
| * net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-11
* | net: Move free of fib_metrics to helperDavid Ahern2018-10-05
* | net: common metrics init helper for FIB entriesDavid Ahern2018-10-05
* | net/ipv4: Add extack message that dev is required for ONLINKDavid Ahern2018-09-01
|/
* net: metrics: add proper netlink validationEric Dumazet2018-06-05
* net: Move fib_convert_metrics to metrics fileDavid Ahern2018-04-17
* route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-01
* net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern2018-03-04
* ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu2018-02-28
* inet: whitespace cleanupStephen Hemminger2018-02-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-19
|\
| * fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-02-16
* | net/ipv4: Unexport fib_multipath_hash and fib_select_pathDavid Ahern2018-02-13
* | net/ipv4: Simplify fib_select_pathDavid Ahern2018-02-13
|/
* ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-19
* tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-03
|\
| * fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal2017-11-03
* | net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern2017-09-29
* | net: ipv4: remove fib_weightDavid Ahern2017-09-29
|/
* ipv4: do metrics match when looking up and deleting a routeXin Long2017-08-23
* ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2017-08-18