aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route
Commit message (Expand)AuthorAgeFilesLines
* routing: Fix table sizesDag-Erling Smørgrav5 days1-9/+9
* sys/socket.h: Fix AF_MAXDag-Erling Smørgrav2026-08-043-4/+4
* routing: Remove unused rib_head membersPouria Mousavizadeh Tehrani2026-07-301-4/+2
* netlink: Add RTA_PREFSRC supportPouria Mousavizadeh Tehrani2026-07-281-3/+4
* routing: Include <sys/eventhandler.h> in nhop_ctl.hPouria Mousavizadeh Tehrani2026-07-131-0/+1
* routing: Replace unreachable nhops in nhgrpPouria Mousavizadeh Tehrani2026-07-113-8/+74
* routing: Subscribe nhops to ifnet link eventsPouria Mousavizadeh Tehrani2026-07-113-9/+68
* routing: Enable hash_outbound during nhgrp allocationPouria Mousavizadeh Tehrani2026-06-112-14/+7
* routing: Add support for metricPouria Mousavizadeh Tehrani2026-05-206-25/+86
* routing: Expire nhops inside the nhgrpPouria Mousavizadeh Tehrani2026-04-301-5/+22
* routing: Implement merge of nhgrp in new multipath routePouria Mousavizadeh Tehrani2026-04-303-1/+106
* routing: Use a better error number in sysctl_fibs()Mark Johnston2026-04-181-1/+1
* routing: Initialize V_rt_numfibs earlier during bootMark Johnston2026-04-181-8/+16
* nd6: Add support for route information (RFC 4191)Pouria Mousavizadeh Tehrani2026-04-161-0/+1
* routing: Fix use-after-free in finalize_nhopPouria Mousavizadeh Tehrani2026-04-141-2/+2
* net/route: Add an eventhandler for rt_numfibs changesMark Johnston2026-03-301-1/+3
* routing: Include opt_route.h in route_ctl.cPouria Mousavizadeh Tehrani2026-03-271-0/+1
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani2026-03-2712-77/+12
* 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