aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink/route
Commit message (Expand)AuthorAgeFilesLines
* netlink: Fix RTM_GETROUTE loop for RT_TABLE_UNSPECEd Maste42 hours1-1/+1
* netlink: Check for NULL return from npt_alloc()Ed Maste4 days2-0/+7
* netlink: Fix interface type matchEd Maste5 days1-1/+1
* netlink: Fix lock leak in nl_find_nhopEd Maste5 days1-1/+1
* netlink: Add RTA_PRIORITY support (metric)Pouria Mousavizadeh Tehrani7 days2-3/+16
* 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
* 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
* rtnetlink: Add support for nexthop expiration in new/get routePouria Mousavizadeh Tehrani2026-02-261-1/+11
* if_gre: Add netlink support with testsPouria Mousavizadeh Tehrani2026-02-181-0/+23
* 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
* 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
* lltable: use own lockGleb Smirnoff2025-12-081-3/+2
* linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff2025-12-081-0/+2
* 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: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handlerMuhammad Saheed2025-08-181-4/+8
* jail: add allow.routing jail permissionLexi Winter2025-05-121-0/+2
* netlink: Fix getting route scope of interface's IPv4 addressesZhenlei Huang2025-03-071-2/+2
* netlink: initialize VNET context with VNET_SYSINIT()Gleb Smirnoff2025-02-051-6/+0
* 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
* netlink/route: fix nlattr_get_multipath() to check lengthGleb Smirnoff2025-01-291-10/+22
* netlink: restore the ability to delete PINNED routesAndrey V. Elsukov2025-01-111-1/+2
* netlink: augment group writer with priv(9) argumentGleb Smirnoff2025-01-114-7/+9
* netlink: use nitems() and roundup(2) from param.hGleb Smirnoff2024-12-034-4/+4
* netlink: refactor writer initialization KPIGleb Smirnoff2024-12-034-16/+20
* netlink/route: Fix the argument list for rtnl_handle_iflink()Mark Johnston2024-11-221-1/+1
* netlink: Don't directly access ifnet membersJustin Hibbits2024-11-131-1/+3
* netinet: correct SIOCDIFADDR{,_IN6} calls to use {,in6_}ifreqKonrad Witaszczyk2024-07-221-3/+3
* netlink/route: provide pre-2.6.19 Linux compat shimGleb Smirnoff2024-06-201-1/+6
* netlink/route: reformat comment to fit 80 charsGleb Smirnoff2024-06-201-3/+4
* netlink: pass the correct arguments for SIOCDIFADDR and SIOCDIFADDR_IN6Kristof Provost2024-06-061-2/+2
* netlink: fix route protocol constant values to match LinuxMarek Zarychta2024-03-111-2/+2
* sys/netlink/route/iface.c: remove an extra semicolonrilysh2024-02-031-1/+1
* netlink(4): Fix a typo in a source code commentGordon Bergling2024-01-221-1/+1
* netlink: use protocol specific receive bufferGleb Smirnoff2024-01-021-4/+2
* netlink: fix adding an interface routeKUROSAWA Takahiro2023-11-281-3/+8
* netlink: fix potential llentry lock leak in newneigh handlerR. Christian McDonald2023-10-231-12/+10
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-135-9/+0
* netlink: fix accessing freed memoryBjoern A. Zeeb2023-10-051-4/+9
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-5/+0