aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route
Commit message (Expand)AuthorAgeFilesLines
* net: routing table attach never failsGleb Smirnoff2025-12-041-5/+1
* net: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* route: fix rtentry double freeKristof Provost2025-06-051-2/+1
* routing: do not allow PINNED routes to be overridenAndrey V. Elsukov2025-03-021-1/+1
* routing: set net.route.multipath=0 when kernel doesn't have ROUTE_MPATHAndrey V. Elsukov2025-02-281-1/+2
* routing: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer typeZhenlei Huang2024-12-091-2/+2
* Fix failure to add an interface prefix route when route with the sameAlexander V. Chernikov2024-11-122-10/+13
* fibs: Suppress the WARNING message for setups with multiple fibsZhenlei Huang2024-08-011-5/+0
* route: Wrap long linesMark Johnston2024-07-141-13/+23
* fib_algo(4): Lower level of algorithm switching messages to LOG_INFOMarius Strobl2024-02-051-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* net/route: properly brace the RT_LOG() macroGleb Smirnoff2023-10-191-4/+5
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1611-12/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1610-20/+0
* ddb: Rework macros to make it easier to add new command tables.John Baldwin2023-07-051-2/+2
* routing: fix panic triggered by the 'gr_idx != 0' assert in nhg codeAlexander V. Chernikov2023-05-171-5/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1217-17/+17
* routing: add iterator-based nhop traversal KPI.Alexander V. Chernikov2023-04-252-0/+63
* routing: add rt_tables_get_rnh_safe() that doesn't panic when af/fib isAlexander V. Chernikov2023-04-252-0/+13
* netlink: allow exact-match route lookups via RTM_GETROUTE.Alexander V. Chernikov2023-04-022-4/+16
* routing: add public rt_is_exportable() version to check ifAlexander V. Chernikov2023-03-262-0/+26
* netlink: fix NOINET6 build.Alexander V. Chernikov2023-02-241-0/+4
* netlink: fix addition of blackhole/reject routes.Alexander V. Chernikov2023-02-231-0/+23
* routing: always pass rtentry to add_route_flags().Alexander V. Chernikov2023-02-171-1/+13
* fibs: restrict jail_attach(2) if process fibnum >= numfibs in the jail.Alexander V. Chernikov2023-02-121-0/+34
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-246-1/+5
* routing: add missed RIB_WUNLOCK in the add_route_flags().Alexander V. Chernikov2022-12-301-0/+1
* routing: Use NET_EPOCH_[CALL|WAIT] macrosZhenlei Huang2022-12-217-16/+9
* netlink: add interface notification on link status / flags change.Alexander V. Chernikov2022-12-091-0/+2
* netlink: store user-provided rtm_protocolAlexander V. Chernikov2022-12-021-0/+1
* routing: provide dedicated function for nhgrp creation and linking.Alexander V. Chernikov2022-12-022-11/+77
* netlink: add netlink supportAlexander V. Chernikov2022-10-011-0/+7
* routing: constantify nh/nhg argument in <nhop|nhgrp>_get_origin().Alexander V. Chernikov2022-09-083-5/+5
* routing: add abitity to set the protocol that installed route/nexthop.Alexander V. Chernikov2022-09-086-1/+38
* routing: allow logging framework to be used outside of the subsystemAlexander V. Chernikov2022-09-051-3/+6
* domains: use queue(9) SLIST for linked list of domainsGleb Smirnoff2022-08-301-3/+3
* routing: constantify @rc in rib_decompose_notification().Alexander V. Chernikov2022-08-292-4/+4
* Revert "routing: install prefix and loopback routes using new nhop-based KPI."Alexander V. Chernikov2022-08-292-109/+87
* routing: improve multiline debugAlexander V. Chernikov2022-08-296-57/+59
* routing: extend nhop(9) kpiAlexander V. Chernikov2022-08-297-42/+102
* routing: fix rib_add_route_px()Alexander V. Chernikov2022-08-291-17/+3
* routing: add ability to store opaque indentifiers in nhops/nhgsAlexander V. Chernikov2022-08-299-11/+41
* routing: add rib_add_default_route() wrapperAlexander V. Chernikov2022-08-292-2/+58
* routing: install prefix and loopback routes using new nhop-based KPI.Alexander V. Chernikov2022-08-292-87/+111
* routing: add rib_match_gw() helperAlexander V. Chernikov2022-08-122-3/+21
* routing: fix non-debug buildMateusz Guzik2022-08-111-1/+1
* routing: populate fibs with interface routes after growing net.fibs.Alexander V. Chernikov2022-08-116-3/+149