summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_netlink.c
AgeCommit message (Expand)Author
2025-12-08linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff
2025-09-11Revert "linux: fix reporting NL_RTM_DELLINK to Netlink sockets"Gleb Smirnoff
2025-08-22netlink: do not pass writer to the Linux translation layerGleb Smirnoff
2025-08-22linux: fix reporting NL_RTM_DELLINK to Netlink socketsGleb Smirnoff
2024-05-28linux: allow RTM_GETADDR without full ifaddrmsg argumentGleb Smirnoff
2024-03-29linux: make linux_netlink_p->msg_from_linux be able to failGleb Smirnoff
2024-02-27netlink: restore original buffer if nlmsgs_to_linux() failsGleb Smirnoff
2024-01-02netlink: use protocol specific receive bufferGleb Smirnoff
2023-10-13netlink: move NETLINK define to opt_global.hKristof Provost
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-03iflib(9): Remove support for cloning pseudo interfacesMarius Strobl
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-12netlink: reduce default log levelsKristof Provost
2023-04-17net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff
2023-03-27netlink: fix linux module build w/ netlink.Alexander V. Chernikov
2023-02-23linux(4): Fixup the interface name translation in netlinkDmitry Chagin
2023-02-23linux(4): Use predefined constant instead of hardcoded valueDmitry Chagin
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2022-10-27netlink: use (void) for function definitions with no argumentsEd Maste
2022-10-01linuxolator: add netlink supportAlexander V. Chernikov