summaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_message_parser.c
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-29netlink: consistently use unsigned types in the parserGleb Smirnoff
2025-01-29netlink: use u_int as argument for ifnet_byindex()Gleb Smirnoff
2025-01-29netlink: style(9) pass over message parsing codeGleb Smirnoff
2024-02-28netlink: add bool type supportKristof Provost
2024-02-28netlink: fix castsKristof Provost
2023-12-18netlink: fix debug text typo in message parserIgor Ostapenko
2023-10-17netlink: add attr parser utility functionsKristof Provost
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-12netlink: reduce default log levelsKristof Provost
2023-04-25netlink: add nlattr_get_uint8() function to pack u8 attributes.Alexander V. Chernikov
2023-03-20carp: support unicastKristof Provost
2023-02-09netlink: return optional metadata with the operation result.Alexander V. Chernikov
2023-01-21netlink: fix OOB write when creating attribute bitmask.Alexander V. Chernikov
2022-12-14netlink: improve interface handlingAlexander V. Chernikov
2022-10-01netlink: add netlink supportAlexander V. Chernikov