aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni1-0/+10
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-3/+6
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko1-1/+1
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-1/+1
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp1-2/+2
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio1-0/+2
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern1-0/+4
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-4/+11
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-6/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern1-0/+1
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern1-1/+2
2019-05-22ipv4: export fib_flushDavid Ahern1-0/+1
2019-05-22ipv4: export fib_check_nhDavid Ahern1-0/+2
2019-05-22ipv4: Add function to send route updatesDavid Ahern1-0/+2
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern1-1/+1
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern1-2/+4
2019-04-23net: Change nhc_flags to unsigned charDavid Ahern1-4/+4
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern1-0/+2
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+1
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern1-1/+4
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern1-2/+3
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern1-4/+3
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern1-0/+5
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-26/+21
2019-03-29net: Use common nexthop init and release helpersDavid Ahern1-0/+4
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern1-10/+31
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-12/+12
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern1-0/+1
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern1-0/+4
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel1-1/+1
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern1-0/+1
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern1-1/+1
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern1-1/+1
2018-10-16net: Add struct for fib dump filterDavid Ahern1-1/+12
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+1
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern1-0/+2
2018-09-20net/ipv4: Move device validation to helperDavid Ahern1-0/+1
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern1-0/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca1-0/+1
2018-03-04net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern1-1/+1
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu1-1/+26
2018-02-28inet: whitespace cleanupStephen Hemminger1-1/+1
2017-09-29net: ipv4: remove fib_weightDavid Ahern1-3/+0
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel1-12/+12
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel1-22/+8