aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink
Commit message (Expand)AuthorAgeFilesLines
* 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
* netlink: fix bulding with NOINET6Alexander V. Chernikov2023-05-271-0/+2
* netlink: call IPv6 hook after the ifaddr operation when ifp is broughtAlexander V. Chernikov2023-05-271-6/+7
* netlink: call IPv6 hook when adding IPv4 addresses.Alexander V. Chernikov2023-05-221-1/+6
* netlink: Move an INET-only variable under #if.John Baldwin2023-05-201-0/+2
* netlink: automatically generate broadcast for IPv4 ifa if not set.Alexander V. Chernikov2023-05-201-7/+27
* netlink: add IPv4/IPv6 attribute writers using in[6]_addr instead ofAlexander V. Chernikov2023-05-191-0/+12
* netlink: add support for adding/deleting interface addressesAlexander V. Chernikov2023-05-162-20/+328
* netlink: add an optional post-process hook to the message parsers.Alexander V. Chernikov2023-05-154-53/+95
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1233-33/+33
* netlink: reduce default log levelsKristof Provost2023-05-1213-13/+13
* netlink: provide original interface lladdr in the interface dump.Alexander V. Chernikov2023-05-103-3/+40
* netlink: export more IPv6 ifa infoAlexander V. Chernikov2023-05-103-6/+75