summaryrefslogtreecommitdiff
path: root/sys/netlink
AgeCommit message (Expand)Author
2025-12-21net: add ifnet_rename_event EVENTHANDLER(9) for interface renamingGleb Smirnoff
2025-12-18net: split ifnet_arrival_event into two eventsGleb Smirnoff
2025-12-10netlink: Don't overwrite existing data in a linear buffer in snl_writerJohn Baldwin
2025-12-09Revert "netlink: Fix overallocation of netlink message buffers"John Baldwin
2025-12-08lltable: use own lockGleb Smirnoff
2025-12-08linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff
2025-11-24netlink: Fix overallocation of netlink message buffersJohn Baldwin
2025-11-08netlink: plug lock leak in genl_register_family()Bruno Silvestre
2025-10-06netlink: in snl_init_writer() don't overwrite error in case of failureBruno Silvestre
2025-09-25pf: export expiration time as time_tKristof Provost
2025-08-26netlink: Bypass refcounting when setting promiscuityAymeric Wibo
2025-08-26netlink: Handle `ifhwioctl(SIOCSIFMTU)` failureAymeric Wibo
2025-08-25netlink: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handlerMuhammad Saheed
2025-08-23netlink/route: Support modifying IFLA_ADDRESS with RTM_NEWLINKMuhammad Saheed
2025-08-22Revert "netlink: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handler"Aymeric Wibo
2025-08-22netlink: do not pass writer to the Linux translation layerGleb Smirnoff
2025-08-18netlink: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handlerMuhammad Saheed
2025-07-31netlink: Fully clear parser state between messagesDag-Erling Smørgrav
2025-07-15nlmsg_report_err_msg: add __printflike annotationLexi Winter
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-12jail: add allow.routing jail permissionLexi Winter
2025-04-11netlink: Move static arrays of parsers into tests that use themJohn Baldwin
2025-03-07netlink: Fix getting route scope of interface's IPv4 addressesZhenlei Huang
2025-02-28netlink: refuse a send(2) that is larger than socket bufferGleb Smirnoff
2025-02-05netlink: with debugging log event when a socket is stuckGleb Smirnoff
2025-02-05netlink: fix a panic with verbose debugging printfsGleb Smirnoff
2025-02-05netlink: provide genl_unregister_group()Gleb Smirnoff
2025-02-05netlink: refactor KPI for generic Netlink modulesGleb Smirnoff
2025-02-04netlink: don't store an extra pointer to so_credGleb Smirnoff
2025-02-04netlink: rename functions that manipulate group membership of a pcbGleb Smirnoff
2025-02-04netlink: initialize VNET context with VNET_SYSINIT()Gleb Smirnoff
2025-02-04netlink: remove _pru_ prefix from protosw method namesGleb Smirnoff
2025-02-04netlink: make struct genl_family and genl_group privateGleb Smirnoff
2025-01-29netlink/route: validate family attributeGleb Smirnoff
2025-01-29netlink/route: fix fib number validation in old Linux compat modeGleb Smirnoff
2025-01-29netlink/route: fix nlattr_get_multipath() to check lengthGleb Smirnoff
2025-01-29netlink: consistently use unsigned types in the parserGleb Smirnoff
2025-01-29netlink: use u_int as argument for ifnet_byindex()Gleb Smirnoff
2025-01-29netlink: style(9) pass over message parsing codeGleb Smirnoff
2025-01-20netlink: fix buildGleb Smirnoff
2025-01-20netlink: provide snl_clone() to create a secondary snl stateGleb Smirnoff
2025-01-20netlink: underscore snl_get_genl_family_info() to discourage its useGleb Smirnoff
2025-01-20netlink: provide snl(3) API for variable length raw data attributeGleb Smirnoff
2025-01-16libpfctl: use snl_f_p_empty instead of declaring own empty arrayKristof Provost
2025-01-15netlink: small cleanup of generic snl(3)Gleb Smirnoff
2025-01-15netlink: snl_create_msg_request() may fail due to ENOMEMGleb Smirnoff
2025-01-13netlink: avoid underflow of groups bitset indexGleb Smirnoff
2025-01-11netlink: restore the ability to delete PINNED routesAndrey V. Elsukov
2025-01-10netlink: some refactoring of NETLINK_GENERIC layerGleb Smirnoff
2025-01-10netlink: snl_create_genl_msg_request() may fail due to ENOMEMGleb Smirnoff