aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_message_parser.h
Commit message (Expand)AuthorAgeFilesLines
* 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