summaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h
Commit message (Expand)AuthorAgeFilesLines
* ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-05-261-0/+10
* ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2020-05-261-0/+2
* net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-211-1/+0
* net: add net available in build_stateAlexander Aring2020-03-291-2/+3
* net: ip_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-2/+2
* ipv4: Add "offload" and "trap" indications to routesIdo Schimmel2020-01-141-0/+4
* ipv4: Encapsulate function arguments in a structIdo Schimmel2020-01-141-0/+9
* ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-0/+10
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-041-3/+6
* net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko2019-10-041-1/+1
* net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-041-1/+1
* net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-051-2/+2
* 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/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-041-0/+4
* | ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-041-4/+11
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-041-6/+0
* | ipv4: Rename and export nh_update_mtuDavid Ahern2019-05-221-0/+1
* | ipv4: export fib_info_update_nh_saddrDavid Ahern2019-05-221-1/+2
* | ipv4: export fib_flushDavid Ahern2019-05-221-0/+1
* | ipv4: export fib_check_nhDavid Ahern2019-05-221-0/+2
* | ipv4: Add function to send route updatesDavid Ahern2019-05-221-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-231-4/+4
* ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2019-04-081-0/+2
* ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-081-0/+1
* ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern2019-04-081-1/+4
* ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-081-2/+3
* net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-081-4/+3
* ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-031-0/+5
* ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-031-26/+21
* 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-121-0/+1
|\
| * net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-101-0/+1
* | rtnetlink: Update fib dumps for strict data checkingDavid Ahern2018-10-081-0/+2
* | net/ipv4: Move device validation to helperDavid Ahern2018-09-201-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
|\