summaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_module.c
AgeCommit message (Expand)Author
2025-02-04netlink: initialize VNET context with VNET_SYSINIT()Gleb Smirnoff
2024-12-03netlink: refactor writer initialization KPIGleb Smirnoff
2024-01-02netlink: use protocol specific receive bufferGleb Smirnoff
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-13netlink: move NETLINK define to opt_global.hKristof Provost
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-01netlink: use custom uma zone for the mbuf storage.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-28route: show originator PID in netlink monitorAlexander V. Chernikov
2023-04-28netlink: fix netlink interface operations when netlink is loaded as a module.Alexander V. Chernikov
2023-04-25netlink: add netlink interfaces to if_cloneAlexander V. Chernikov
2023-03-27netlink: add netlink KPI to the kernel by defaultAlexander V. Chernikov
2023-01-30netlink: add "netlink" to the list of kernel featuresAlexander V. Chernikov
2022-10-01netlink: Fix build without VIMAGEJung-uk Kim
2022-10-01netlink: add netlink supportAlexander V. Chernikov