aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_message_parser.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: Check for NULL return from npt_alloc()Ed Maste2026-05-231-0/+2
* netlink: factor out compatibility code from inlined functionGleb Smirnoff2026-05-201-0/+32
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* netlink: consistently use unsigned types in the parserGleb Smirnoff2025-01-291-19/+23
* netlink: use u_int as argument for ifnet_byindex()Gleb Smirnoff2025-01-291-6/+13
* netlink: style(9) pass over message parsing codeGleb Smirnoff2025-01-291-42/+71
* netlink: add bool type supportKristof Provost2024-02-281-0/+11
* netlink: fix castsKristof Provost2024-02-281-1/+1
* netlink: fix debug text typo in message parserIgor Ostapenko2023-12-181-1/+1
* netlink: add attr parser utility functionsKristof Provost2023-10-171-0/+42
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* 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: add nlattr_get_uint8() function to pack u8 attributes.Alexander V. Chernikov2023-04-251-1/+13
* carp: support unicastKristof Provost2023-03-201-0/+25
* netlink: return optional metadata with the operation result.Alexander V. Chernikov2023-02-091-0/+19
* netlink: fix OOB write when creating attribute bitmask.Alexander V. Chernikov2023-01-211-3/+13
* netlink: improve interface handlingAlexander V. Chernikov2022-12-141-7/+13
* netlink: add netlink supportAlexander V. Chernikov2022-10-011-0/+472