summaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_message_parser.h
AgeCommit message (Expand)Author
2025-07-15nlmsg_report_err_msg: add __printflike annotationLexi Winter
2025-01-29netlink: consistently use unsigned types in the parserGleb Smirnoff
2025-01-29netlink: style(9) pass over message parsing codeGleb Smirnoff
2024-12-03netlink: use nitems() and roundup(2) from param.hGleb Smirnoff
2024-02-28netlink: add bool type supportKristof Provost
2024-01-16pflow: import from OpenBSDKristof Provost
2023-10-17netlink: descend into nested parsers when verifyingKristof Provost
2023-10-17netlink: add attr parser utility functionsKristof Provost
2023-08-10netlink: Align allocations on __max_align_t, not uint64_t.John Baldwin
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-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
2023-01-16netlink: fix compatibility with older netlink applications.Alexander V. Chernikov
2022-12-14netlink: improve interface handlingAlexander V. Chernikov
2022-10-01netlink: fix build without INVARIANTSAlexander V. Chernikov
2022-10-01netlink: make test-includes happy by hiding most of the headerAlexander V. Chernikov
2022-10-01netlink: add netlink supportAlexander V. Chernikov