summaryrefslogtreecommitdiff
path: root/sys/net/route
AgeCommit message (Expand)Author
2025-12-04net: routing table attach never failsGleb Smirnoff
2025-10-13net: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-06-05route: fix rtentry double freeKristof Provost
2025-03-02routing: do not allow PINNED routes to be overridenAndrey V. Elsukov
2025-02-28routing: set net.route.multipath=0 when kernel doesn't have ROUTE_MPATHAndrey V. Elsukov
2024-12-10routing: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer typeZhenlei Huang
2024-11-12Fix failure to add an interface prefix route when route with the sameAlexander V. Chernikov
2024-08-02fibs: Suppress the WARNING message for setups with multiple fibsZhenlei Huang
2024-07-14route: Wrap long linesMark Johnston
2024-02-05fib_algo(4): Lower level of algorithm switching messages to LOG_INFOMarius Strobl
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-10-18net/route: properly brace the RT_LOG() macroGleb Smirnoff
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-05ddb: Rework macros to make it easier to add new command tables.John Baldwin
2023-05-17routing: fix panic triggered by the 'gr_idx != 0' assert in nhg codeAlexander V. Chernikov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-25routing: add iterator-based nhop traversal KPI.Alexander V. Chernikov
2023-04-25routing: add rt_tables_get_rnh_safe() that doesn't panic when af/fib isAlexander V. Chernikov
2023-04-02netlink: allow exact-match route lookups via RTM_GETROUTE.Alexander V. Chernikov
2023-03-26routing: add public rt_is_exportable() version to check ifAlexander V. Chernikov
2023-02-24netlink: fix NOINET6 build.Alexander V. Chernikov
2023-02-23netlink: fix addition of blackhole/reject routes.Alexander V. Chernikov
2023-02-17routing: always pass rtentry to add_route_flags().Alexander V. Chernikov
2023-02-12fibs: restrict jail_attach(2) if process fibnum >= numfibs in the jail.Alexander V. Chernikov
2023-01-24ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits
2022-12-30routing: add missed RIB_WUNLOCK in the add_route_flags().Alexander V. Chernikov
2022-12-21routing: Use NET_EPOCH_[CALL|WAIT] macrosZhenlei Huang
2022-12-09netlink: add interface notification on link status / flags change.Alexander V. Chernikov
2022-12-02netlink: store user-provided rtm_protocolAlexander V. Chernikov
2022-12-02routing: provide dedicated function for nhgrp creation and linking.Alexander V. Chernikov
2022-10-01netlink: add netlink supportAlexander V. Chernikov
2022-09-08routing: constantify nh/nhg argument in <nhop|nhgrp>_get_origin().Alexander V. Chernikov
2022-09-08routing: add abitity to set the protocol that installed route/nexthop.Alexander V. Chernikov
2022-09-05routing: allow logging framework to be used outside of the subsystemAlexander V. Chernikov
2022-08-29domains: use queue(9) SLIST for linked list of domainsGleb Smirnoff
2022-08-29routing: constantify @rc in rib_decompose_notification().Alexander V. Chernikov
2022-08-29Revert "routing: install prefix and loopback routes using new nhop-based KPI."Alexander V. Chernikov
2022-08-29routing: improve multiline debugAlexander V. Chernikov
2022-08-29routing: extend nhop(9) kpiAlexander V. Chernikov
2022-08-29routing: fix rib_add_route_px()Alexander V. Chernikov
2022-08-29routing: add ability to store opaque indentifiers in nhops/nhgsAlexander V. Chernikov
2022-08-29routing: add rib_add_default_route() wrapperAlexander V. Chernikov
2022-08-29routing: install prefix and loopback routes using new nhop-based KPI.Alexander V. Chernikov
2022-08-12routing: add rib_match_gw() helperAlexander V. Chernikov
2022-08-11routing: fix non-debug buildMateusz Guzik
2022-08-11routing: populate fibs with interface routes after growing net.fibs.Alexander V. Chernikov