aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink
Commit message (Expand)AuthorAgeFilesLines
* netlink/route: extend pre-2.6.19 Linux compat shim to del/getrouteOlivier Cochard2026-05-291-3/+11
* netlink: Check permissions for interface flag changesEd Maste2026-05-291-1/+10
* netlink: Use early exit pattern in _nl_modify_ifp_genericEd Maste2026-05-291-28/+25
* rtnetlink: Fix weight overflow in RTA_MULTIPATHPouria Mousavizadeh Tehrani2026-05-281-2/+3
* netlink: Fix RTM_GETROUTE loop for RT_TABLE_UNSPECEd Maste2026-05-251-1/+1
* netlink: Avoid potential undefined behaviourEd Maste2026-05-231-5/+3
* netlink: Check for NULL return from npt_alloc()Ed Maste2026-05-233-0/+9
* netlink: Fix interface type matchEd Maste2026-05-221-1/+1
* netlink: Avoid undefined behaviourEd Maste2026-05-221-2/+2
* netlink: Fix lock leak in nl_find_nhopEd Maste2026-05-221-1/+1
* netlink: Add RTA_PRIORITY support (metric)Pouria Mousavizadeh Tehrani2026-05-203-3/+20
* netlink: fix unsigned overflow on a truncated messageGleb Smirnoff2026-05-201-0/+6
* netlink: factor out compatibility code from inlined functionGleb Smirnoff2026-05-202-21/+40
* rtnetlink: Align RTA_MULTIPATH length validation in nlattr_getPouria Mousavizadeh Tehrani2026-05-131-2/+2
* rtnetlink: Check for allocation failure in nlattr_get_multipath()Pouria Mousavizadeh Tehrani2026-05-131-0/+4
* netlink: Fix RTA_MULTIPATH on RTM_GETROUTEPouria Mousavizadeh Tehrani2026-04-301-9/+33
* fix typo: lenght -> length in netlink commentFelipe Matarazzo2026-04-301-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