aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_message_parser.h
Commit message (Expand)AuthorAgeFilesLines
* netlink: fix unsigned overflow on a truncated messageGleb Smirnoff2026-05-201-0/+6
* netlink: factor out compatibility code from inlined functionGleb Smirnoff2026-05-201-21/+8
* nlmsg_report_err_msg: add __printflike annotationLexi Winter2025-07-151-1/+2
* netlink: consistently use unsigned types in the parserGleb Smirnoff2025-01-291-24/+18
* netlink: style(9) pass over message parsing codeGleb Smirnoff2025-01-291-34/+43
* netlink: use nitems() and roundup(2) from param.hGleb Smirnoff2024-12-031-6/+6
* netlink: add bool type supportKristof Provost2024-02-281-0/+2
* pflow: import from OpenBSDKristof Provost2024-01-161-1/+5
* netlink: descend into nested parsers when verifyingKristof Provost2023-10-171-0/+8
* netlink: add attr parser utility functionsKristof Provost2023-10-171-0/+6
* netlink: Align allocations on __max_align_t, not uint64_t.John Baldwin2023-08-101-2/+2
* netlink: add an optional post-process hook to the message parsers.Alexander V. Chernikov2023-05-151-17/+22
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* netlink: add nlattr_get_uint8() function to pack u8 attributes.Alexander V. Chernikov2023-04-251-0/+2
* carp: support unicastKristof Provost2023-03-201-0/+4
* netlink: return optional metadata with the operation result.Alexander V. Chernikov2023-02-091-0/+4
* netlink: fix OOB write when creating attribute bitmask.Alexander V. Chernikov2023-01-211-10/+6
* netlink: fix compatibility with older netlink applications.Alexander V. Chernikov2023-01-161-3/+13
* netlink: improve interface handlingAlexander V. Chernikov2022-12-141-5/+23
* netlink: fix build without INVARIANTSAlexander V. Chernikov2022-10-011-0/+2
* netlink: make test-includes happy by hiding most of the headerAlexander V. Chernikov2022-10-011-0/+2
* netlink: add netlink supportAlexander V. Chernikov2022-10-011-0/+270