summaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Fix incorrect TOS in route get replyIdo Schimmel2024-07-181-0/+1
* net: ipv4: Add a sysctl to set multipath hash seedPetr Machata2024-06-131-1/+22
* net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata2024-06-131-0/+7
* inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet2024-02-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-0/+1
|\
| * ipv4/fib: send notify when delete source address routesHangbin Liu2023-10-031-0/+1
* | ipv4: Annotate struct fib_info with __counted_byKees Cook2023-10-021-1/+1
|/
* net: fib: avoid warn splat in flow dissectorFlorian Westphal2023-08-311-1/+4
* ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault2022-04-121-1/+1
* ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault2022-04-121-1/+1
* ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2022-02-081-1/+2
* inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet2021-12-081-0/+2
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-021-1/+1
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-241-1/+1
* net: convert fib_treeref from int to refcount_tYajun Deng2021-07-301-1/+1
* ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel2021-05-181-0/+43
* IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-091-1/+2
* ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-05-271-0/+10
* ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2020-05-271-0/+2
* net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-221-1/+0
* net: add net available in build_stateAlexander Aring2020-03-301-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-151-0/+4
* ipv4: Encapsulate function arguments in a structIdo Schimmel2020-01-151-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-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/+0
* | 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/+3
* ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-041-0/+5