aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink
Commit message (Expand)AuthorAgeFilesLines
* netlink: Fix RTA_MULTIPATH on RTM_GETROUTEPouria Mousavizadeh Tehrani11 days1-9/+33
* fix typo: lenght -> length in netlink commentFelipe Matarazzo12 days1-1/+1
* netlink: fix LINT-NOVIMAGE buildKristof Provost2026-04-231-0/+1
* pf: only allow a subset of netlink calls when securelevel is setKristof Provost2026-04-212-0/+10
* if_geneve: Add Support for Geneve (RFC8926)Pouria Mousavizadeh Tehrani2026-04-131-0/+44
* if_clone: Make ifnet_detach_sxlock opaque to consumersZhenlei Huang2026-04-131-3/+0
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani2026-03-272-28/+16
* snl: Remove duplicate rta_expires member in route parserPouria Mousavizadeh Tehrani2026-02-271-1/+0
* rtnetlink: Add support for nexthop expiration in new/get routePouria Mousavizadeh Tehrani2026-02-262-1/+13
* if_gre: Add netlink support with testsPouria Mousavizadeh Tehrani2026-02-181-0/+23
* netlink: force uninline of nl_receive_message()Gleb Smirnoff2026-02-161-1/+1
* sockets: let protocols be responsible for socket buffer mutexesGleb Smirnoff2026-02-031-2/+8
* netlink: make compile without VIMAGEBjoern A. Zeeb2026-01-251-0/+1
* netlink: use caller's credentials in rtnl_handle_newlinkPouria Mousavizadeh Tehrani2026-01-241-2/+10
* tests/ktest_netlink_message_writer: remove INVARIANTS requirementSiva Mahadevan2026-01-222-6/+1
* net: add ifnet_rename_event EVENTHANDLER(9) for interface renamingGleb Smirnoff2025-12-221-11/+25
* net: split ifnet_arrival_event into two eventsGleb Smirnoff2025-12-181-1/+1
* netlink: Don't overwrite existing data in a linear buffer in snl_writerJohn Baldwin2025-12-101-11/+9
* Revert "netlink: Fix overallocation of netlink message buffers"John Baldwin2025-12-091-16/+11
* lltable: use own lockGleb Smirnoff2025-12-081-3/+2
* linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff2025-12-084-2/+7
* netlink: Fix overallocation of netlink message buffersJohn Baldwin2025-11-241-11/+16
* netlink: plug lock leak in genl_register_family()Bruno Silvestre2025-11-081-1/+3
* netlink: in snl_init_writer() don't overwrite error in case of failureBruno Silvestre2025-10-071-3/+3
* pf: export expiration time as time_tKristof Provost2025-09-252-0/+17
* netlink: Bypass refcounting when setting promiscuityAymeric Wibo2025-08-251-7/+10
* netlink: Handle `ifhwioctl(SIOCSIFMTU)` failureAymeric Wibo2025-08-251-1/+6
* netlink: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handlerMuhammad Saheed2025-08-251-3/+6
* netlink/route: Support modifying IFLA_ADDRESS with RTM_NEWLINKMuhammad Saheed2025-08-233-0/+20
* Revert "netlink: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handler"Aymeric Wibo2025-08-221-8/+4
* netlink: do not pass writer to the Linux translation layerGleb Smirnoff2025-08-222-7/+8
* netlink: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handlerMuhammad Saheed2025-08-181-4/+8
* netlink: Fully clear parser state between messagesDag-Erling Smørgrav2025-07-311-0/+1
* nlmsg_report_err_msg: add __printflike annotationLexi Winter2025-07-151-1/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* jail: add allow.routing jail permissionLexi Winter2025-05-121-0/+2
* netlink: Move static arrays of parsers into tests that use themJohn Baldwin2025-04-113-16/+0
* netlink: Fix getting route scope of interface's IPv4 addressesZhenlei Huang2025-03-071-2/+2
* netlink: refuse a send(2) that is larger than socket bufferGleb Smirnoff2025-02-281-0/+3
* netlink: with debugging log event when a socket is stuckGleb Smirnoff2025-02-051-0/+1
* netlink: fix a panic with verbose debugging printfsGleb Smirnoff2025-02-051-6/+6
* netlink: provide genl_unregister_group()Gleb Smirnoff2025-02-054-0/+40
* netlink: refactor KPI for generic Netlink modulesGleb Smirnoff2025-02-054-174/+106
* netlink: don't store an extra pointer to so_credGleb Smirnoff2025-02-053-5/+2
* netlink: rename functions that manipulate group membership of a pcbGleb Smirnoff2025-02-051-12/+17
* netlink: initialize VNET context with VNET_SYSINIT()Gleb Smirnoff2025-02-055-116/+47
* netlink: remove _pru_ prefix from protosw method namesGleb Smirnoff2025-02-051-8/+8
* netlink: make struct genl_family and genl_group privateGleb Smirnoff2025-02-042-46/+41
* netlink/route: validate family attributeGleb Smirnoff2025-01-291-3/+3
* netlink/route: fix fib number validation in old Linux compat modeGleb Smirnoff2025-01-291-3/+3