aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink
Commit message (Expand)AuthorAgeFilesLines
...
* netlink: underscore snl_get_genl_family_info() to discourage its useGleb Smirnoff2025-01-201-13/+23
* netlink: provide snl(3) API for variable length raw data attributeGleb Smirnoff2025-01-201-6/+8
* libpfctl: use snl_f_p_empty instead of declaring own empty arrayKristof Provost2025-01-161-0/+1
* netlink: small cleanup of generic snl(3)Gleb Smirnoff2025-01-161-8/+23
* netlink: snl_create_msg_request() may fail due to ENOMEMGleb Smirnoff2025-01-161-1/+5
* netlink: avoid underflow of groups bitset indexGleb Smirnoff2025-01-131-6/+3
* netlink: restore the ability to delete PINNED routesAndrey V. Elsukov2025-01-111-1/+2
* netlink: some refactoring of NETLINK_GENERIC layerGleb Smirnoff2025-01-114-300/+273
* netlink: snl_create_genl_msg_request() may fail due to ENOMEMGleb Smirnoff2025-01-111-4/+12
* netlink: fix size comparisonGleb Smirnoff2025-01-111-1/+2
* netlink: add snl(3) primitive to obtain group IDGleb Smirnoff2025-01-111-0/+18
* netlink: augment group writer with priv(9) argumentGleb Smirnoff2025-01-1111-21/+29
* netlink.h: Align macro declarations with tabsGleb Popov2024-12-101-7/+7
* netlink: Use __align_up() instead of homegrown roundup2 macroGleb Popov2024-12-101-1/+1
* netlink: Pop NLMSG_ALIGNTO and NLMSG_ALIGN out of the #ifndef _KERNEL blockGleb Popov2024-12-101-4/+3
* netlink: Do not cast to int in NLMSG_HDRLEN and _NLMSG_LENGleb Popov2024-12-101-3/+3
* netlink: use nitems() and roundup(2) from param.hGleb Smirnoff2024-12-039-29/+23
* netlink: use proper argument types in genl_register_family()Gleb Smirnoff2024-12-032-7/+6
* netlink: use correct uint16_t type for attribute type & lengthGleb Smirnoff2024-12-032-20/+26
* netlink: use size_t through the allocation KPIGleb Smirnoff2024-12-036-20/+21
* netlink: check buffer length fits into u_intGleb Smirnoff2024-12-031-0/+3
* netlink: refactor writer initialization KPIGleb Smirnoff2024-12-0312-78/+76
* netlink: use bitset(9)Gleb Smirnoff2024-12-032-4/+5
* netlink: consistently use uint16_t for family idGleb Smirnoff2024-12-034-6/+6
* netlink/route: Fix the argument list for rtnl_handle_iflink()Mark Johnston2024-11-221-1/+1
* netlink: Don't directly access ifnet membersJustin Hibbits2024-11-131-1/+3
* netinet: correct SIOCDIFADDR{,_IN6} calls to use {,in6_}ifreqKonrad Witaszczyk2024-07-221-3/+3
* netlink: Wrap long linesMark Johnston2024-07-141-9/+11
* netlink/route: provide pre-2.6.19 Linux compat shimGleb Smirnoff2024-06-201-1/+6
* netlink/route: reformat comment to fit 80 charsGleb Smirnoff2024-06-201-3/+4
* netlink: pass the correct arguments for SIOCDIFADDR and SIOCDIFADDR_IN6Kristof Provost2024-06-061-2/+2
* netlink: Fix C++ compile errorscnbatch2024-05-253-22/+23
* pf: convert DIOCGETSTATUS to netlinkKristof Provost2024-04-292-0/+17
* linux: make linux_netlink_p->msg_from_linux be able to failGleb Smirnoff2024-03-292-14/+10
* netlink: fix route protocol constant values to match LinuxMarek Zarychta2024-03-111-2/+2
* netlink: add bool type supportKristof Provost2024-02-283-0/+19
* netlink: fix castsKristof Provost2024-02-281-1/+1
* netlink: Don't use a zero-length arrayJohn Baldwin2024-02-271-3/+13
* sys/netlink/route/iface.c: remove an extra semicolonrilysh2024-02-031-1/+1
* pf: implement addrule via netlinkKristof Provost2024-02-021-0/+12
* netlink(4): Fix a typo in a source code commentGordon Bergling2024-01-221-1/+1
* netlink.h: s/typeof/__typeofLexi Winter2024-01-221-1/+1
* pflow: import from OpenBSDKristof Provost2024-01-161-1/+5
* netlink: fix bug with socket buffer character counter underflowGleb Smirnoff2024-01-111-1/+3
* netlink: avoid putting empty mbufs on the socket queueGleb Smirnoff2024-01-113-8/+12
* netlink: improve edge case when reading out truncated last nlmsg in nbGleb Smirnoff2024-01-111-4/+16
* netlink: fix regression with group writersGleb Smirnoff2024-01-094-7/+11
* netlink: just return EOPNOTSUPP on shutdown(2)Gleb Smirnoff2024-01-091-10/+0
* netlink: Add sysctl descriptions for net.netlink treeEd Maste2024-01-081-2/+4
* netlink: remove stale commentGleb Smirnoff2024-01-021-4/+0