summaryrefslogtreecommitdiff
path: root/sys/netlink/route/rt.c
AgeCommit message (Expand)Author
2025-05-12jail: add allow.routing jail permissionLexi Winter
2025-01-29netlink/route: validate family attributeGleb Smirnoff
2025-01-29netlink/route: fix fib number validation in old Linux compat modeGleb Smirnoff
2025-01-29netlink/route: fix nlattr_get_multipath() to check lengthGleb Smirnoff
2025-01-11netlink: restore the ability to delete PINNED routesAndrey V. Elsukov
2025-01-10netlink: augment group writer with priv(9) argumentGleb Smirnoff
2024-12-03netlink: use nitems() and roundup(2) from param.hGleb Smirnoff
2024-12-03netlink: refactor writer initialization KPIGleb Smirnoff
2024-06-20netlink/route: provide pre-2.6.19 Linux compat shimGleb Smirnoff
2024-01-02netlink: use protocol specific receive bufferGleb Smirnoff
2023-11-28netlink: fix adding an interface routeKUROSAWA Takahiro
2023-10-13netlink: move NETLINK define to opt_global.hKristof Provost
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-16netlink: convert to IfAPI.Alexander V. Chernikov
2023-05-15netlink: add an optional post-process hook to the message parsers.Alexander V. Chernikov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-12netlink: reduce default log levelsKristof Provost
2023-04-17netlink: fix operations with link-local routes/gateways.Alexander V. Chernikov
2023-04-09netlink: improve source ifa selection algorithm when adding routes.Alexander V. Chernikov
2023-04-09netlink: set prefix-related flags to the created nexthop.Alexander V. Chernikov
2023-04-02netlink: allow exact-match route lookups via RTM_GETROUTE.Alexander V. Chernikov
2023-03-30netlink: Fix adding routes with nexthops on p2p interfaces.Alexander V. Chernikov
2023-03-27netlink: add netlink KPI to the kernel by defaultAlexander V. Chernikov
2023-03-27netlink: remove forgotten debug message in handle_rtm_getroute().Alexander V. Chernikov
2023-03-26netlink: allow netlink sockets in non-vnet jails.Alexander V. Chernikov
2023-02-23netlink: fix addition of blackhole/reject routes.Alexander V. Chernikov
2023-02-21netlink: clear IPv6 embedded scope when dumping route gateways.Alexander V. Chernikov
2023-02-20netlink: fix IPv6 route addition with link-local gatewayAlexander V. Chernikov
2023-02-17netlink: validate rtable value in RTM_<NEW|DEL|GET>ROUTE.Alexander V. Chernikov
2023-01-29netlink: allow path weight manipulations for single-path routes.Alexander V. Chernikov
2023-01-28netlink: export nextop group kernel index when dumping multipath route.Alexander V. Chernikov
2023-01-26netlink: Zero-initialize writer structures allocated on the stackMark Johnston
2022-12-23netlink: allow netlink to be build in the kernelAlexander V. Chernikov