aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink
Commit message (Expand)AuthorAgeFilesLines
* netlink: Don't directly access ifnet membersJustin Hibbits2025-12-261-1/+3
* netlink: Don't overwrite existing data in a linear buffer in snl_writerJohn Baldwin2025-12-191-11/+9
* netlink: in snl_init_writer() don't overwrite error in case of failureBruno Silvestre2025-11-211-3/+3
* netlink: Fully clear parser state between messagesDag-Erling Smørgrav2025-08-061-0/+1
* nlmsg_report_err_msg: add __printflike annotationLexi Winter2025-07-191-1/+2
* jail: add allow.routing jail permissionLexi Winter2025-05-211-0/+2
* netlink/route: validate family attributeGleb Smirnoff2025-03-311-3/+3
* netlink/route: fix fib number validation in old Linux compat modeGleb Smirnoff2025-03-311-3/+3
* netlink/route: fix nlattr_get_multipath() to check lengthGleb Smirnoff2025-03-311-10/+22
* netlink: Fix getting route scope of interface's IPv4 addressesZhenlei Huang2025-03-101-2/+2
* netlink: restore the ability to delete PINNED routesAndrey V. Elsukov2025-01-211-1/+2
* netlink/route: Fix the argument list for rtnl_handle_iflink()Mark Johnston2024-11-281-1/+1
* netlink: Wrap long linesMark Johnston2024-07-221-9/+11
* netlink/route: provide pre-2.6.19 Linux compat shimGleb Smirnoff2024-06-251-1/+6
* netlink: Fix C++ compile errorscnbatch2024-06-123-22/+23
* netlink: Don't use a zero-length arrayJohn Baldwin2024-04-081-3/+13
* netlink.h: s/typeof/__typeofLexi Winter2024-04-081-1/+1
* netlink: fix route protocol constant values to match LinuxMarek Zarychta2024-03-181-2/+2
* netlink: fix adding an interface routeKUROSAWA Takahiro2024-03-141-3/+8
* netlink: fix castsKristof Provost2024-03-081-1/+1
* netlink(4): Fix a typo in a source code commentGordon Bergling2024-01-251-1/+1
* netlink: Add sysctl descriptions for net.netlink treeEd Maste2024-01-121-2/+4
* netlink: fix debug text typo in message parserIgor Ostapenko2024-01-071-1/+1
* netlink: fix snl_writer and linear_buffer re-allocation logicIgor Ostapenko2023-12-271-7/+11
* netlink: fix potential llentry lock leak in newneigh handlerR. Christian McDonald2023-11-011-12/+10
* netlink: cope with growing requestsKristof Provost2023-10-241-1/+1
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-1612-22/+0
* netlink: fix accessing freed memoryBjoern A. Zeeb2023-10-061-4/+9
* netlink: add unregister call in cleanupLin Ma2023-09-252-0/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1612-12/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* netlink: Align allocations on __max_align_t, not uint64_t.John Baldwin2023-08-102-4/+5
* netinet[6]: make in[6]_control use ucred instead of td.Alexander V. Chernikov2023-07-011-4/+4
* netlink: convert to IfAPI.Alexander V. Chernikov2023-06-165-80/+93
* netlink: dump interface capabilities with other interface data.Alexander V. Chernikov2023-06-166-1/+176
* kern: Move devctl_systems[] out of sys/sys/devctl.hEd Maste2023-06-081-0/+23
* netlink: fix compilation withous INET6Gleb Smirnoff2023-06-021-2/+0
* netlink: use netlink mbufs in the mbuf chains.Alexander V. Chernikov2023-06-023-11/+273
* nlsysevent: add default command to the eventsBaptiste Daroussin2023-06-022-5/+14
* nlsysevent: deduplicate the code and split into smaller functionsBaptiste Daroussin2023-06-021-15/+28
* nlsysevent: rename variables for clarity of the codeBaptiste Daroussin2023-06-021-18/+18
* nlsysevent: specify all netlink header the same wayBaptiste Daroussin2023-06-021-2/+1
* nlsysevent: add a genetlink(4) module to report kernel eventsBaptiste Daroussin2023-06-012-0/+208
* ifnet: consistently call hooks when the interface gets up.Alexander V. Chernikov2023-06-011-3/+1
* netlink: use custom uma zone for the mbuf storage.Alexander V. Chernikov2023-06-013-9/+81
* netlink: fix ifconfig P2P inet ADDR ADDR netmask 255.255.255.255 additionAlexander V. Chernikov2023-05-311-56/+76
* netlink: fix buildAlexander V. Chernikov2023-05-271-2/+2
* netlink: add snl(3) support for listing genetlink multicast groupsAlexander V. Chernikov2023-05-271-9/+46
* netlink: use newly-added snl(3) array parsing for handling multipathAlexander V. Chernikov2023-05-271-29/+8
* netlink: add snl(3) support for parsing unknown-size arraysAlexander V. Chernikov2023-05-272-25/+116