summaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h
Commit message (Expand)AuthorAgeFilesLines
* fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-241-0/+2
* ipv4: Allow routes to use nexthop objectsDavid Ahern2019-06-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-051-0/+4
* | ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-051-4/+11
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-051-6/+0Star
* | ipv4: Rename and export nh_update_mtuDavid Ahern2019-05-231-0/+1
* | ipv4: export fib_info_update_nh_saddrDavid Ahern2019-05-231-1/+2
* | ipv4: export fib_flushDavid Ahern2019-05-231-0/+1
* | ipv4: export fib_check_nhDavid Ahern2019-05-231-0/+2
* | ipv4: Add function to send route updatesDavid Ahern2019-05-231-0/+2
|/
* ipv4: Move exception bucket to nh_commonDavid Ahern2019-05-051-1/+1
* ipv4: Move cached routes to fib_nh_commonDavid Ahern2019-05-051-2/+4
* net: Change nhc_flags to unsigned charDavid Ahern2019-04-241-4/+4
* ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2019-04-091-0/+2
* ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-091-0/+1
* ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern2019-04-091-1/+4
* ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-091-2/+3
* net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-091-4/+3Star
* ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-041-0/+5
* ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-041-26/+21Star
* net: Use common nexthop init and release helpersDavid Ahern2019-03-291-0/+4
* net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-291-10/+31
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-12/+12
* ipv4: Create cleanup helper for fib_nhDavid Ahern2019-03-291-0/+1
* ipv4: Create init helper for fib_nhDavid Ahern2019-03-291-0/+4
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-151-1/+1
* net: Don't return invalid table id error when dumping all familiesDavid Ahern2018-10-241-0/+1
* net: Enable kernel side filtering of route dumpsDavid Ahern2018-10-161-1/+1
* net/ipv4: Plumb support for filtering route dumpsDavid Ahern2018-10-161-1/+1
* net: Add struct for fib dump filterDavid Ahern2018-10-161-1/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-131-0/+1
|\
| * net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-111-0/+1
* | rtnetlink: Update fib dumps for strict data checkingDavid Ahern2018-10-081-0/+2
* | net/ipv4: Move device validation to helperDavid Ahern2018-09-211-0/+1
|/
* net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern2018-05-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+1
|\
| * ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-141-0/+1
* | 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-03-011-1/+26
* | inet: whitespace cleanupStephen Hemminger2018-02-281-1/+1
|/
* net: ipv4: remove fib_weightDavid Ahern2017-09-291-3/+0Star
* net: fib_rules: Implement notification logic in coreIdo Schimmel2017-08-041-12/+12
* net: core: Make the FIB notification chain genericIdo Schimmel2017-08-041-22/+8Star
* ipv4: fib: Remove unused functionsIdo Schimmel2017-08-031-13/+0Star
* net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
* net: ipv4: Add extack message for invalid prefix or lengthDavid Ahern2017-05-301-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-271-5/+5
|\
| * ipv4: add reference counting to metricsEric Dumazet2017-05-261-5/+5