summaryrefslogtreecommitdiff
path: root/sys/netlink
AgeCommit message (Expand)Author
6 daysif_geneve: Add Support for Geneve (RFC8926)Pouria Mousavizadeh Tehrani
6 daysif_clone: Make ifnet_detach_sxlock opaque to consumersZhenlei Huang
2026-03-27routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani
2026-02-28snl: Remove duplicate rta_expires member in route parserPouria Mousavizadeh Tehrani
2026-02-26rtnetlink: Add support for nexthop expiration in new/get routePouria Mousavizadeh Tehrani
2026-02-18if_gre: Add netlink support with testsPouria Mousavizadeh Tehrani
2026-02-16netlink: force uninline of nl_receive_message()Gleb Smirnoff
2026-02-03sockets: let protocols be responsible for socket buffer mutexesGleb Smirnoff
2026-01-25netlink: make compile without VIMAGEBjoern A. Zeeb
2026-01-24netlink: use caller's credentials in rtnl_handle_newlinkPouria Mousavizadeh Tehrani
2026-01-22tests/ktest_netlink_message_writer: remove INVARIANTS requirementSiva Mahadevan
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