aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_message_writer.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: augment group writer with priv(9) argumentGleb Smirnoff2025-01-111-1/+2
* netlink: use correct uint16_t type for attribute type & lengthGleb Smirnoff2024-12-031-2/+6
* netlink: use size_t through the allocation KPIGleb Smirnoff2024-12-031-7/+7
* netlink: refactor writer initialization KPIGleb Smirnoff2024-12-031-9/+15
* netlink: avoid putting empty mbufs on the socket queueGleb Smirnoff2024-01-111-2/+9
* netlink: fix regression with group writersGleb Smirnoff2024-01-091-0/+7
* netlink: use protocol specific receive bufferGleb Smirnoff2024-01-021-551/+87
* netlink: uninline some KPI functions that work with struct nl_writerGleb Smirnoff2024-01-021-0/+52
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-131-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* netlink: use netlink mbufs in the mbuf chains.Alexander V. Chernikov2023-06-021-11/+44
* netlink: use custom uma zone for the mbuf storage.Alexander V. Chernikov2023-06-011-7/+71
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* netlink: reduce default log levelsKristof Provost2023-05-121-1/+1
* netlink: make netlink work correctly on CHERI.Alexander V. Chernikov2023-04-141-18/+21
* netlink: add netlink KPI to the kernel by defaultAlexander V. Chernikov2023-03-271-10/+12
* netlink: make nlattr_add_in[6]_addr inlineAlexander V. Chernikov2023-03-271-14/+0
* carp: support unicastKristof Provost2023-03-201-0/+14
* netlink: return optional metadata with the operation result.Alexander V. Chernikov2023-02-091-4/+2
* netlink: Fix indentation in netlink_message_writer.cMark Johnston2023-01-171-68/+67
* netlink: Make the writers function table static and constMark Johnston2023-01-171-2/+2
* netlink: Zero-initialize mbuf messagesMark Johnston2023-01-171-0/+1
* netlink: suppress sending NLMSG_ERROR if NLMSG_DONE is already sentAlexander V. Chernikov2022-11-301-0/+4
* netlink: add netlink supportAlexander V. Chernikov2022-10-011-0/+686