summaryrefslogtreecommitdiff
path: root/sys/netlink/route
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-08lltable: use own lockGleb Smirnoff
2025-12-08linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff
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-18netlink: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handlerMuhammad Saheed
2025-05-12jail: add allow.routing jail permissionLexi Winter
2025-03-07netlink: Fix getting route scope of interface's IPv4 addressesZhenlei Huang
2025-02-04netlink: initialize VNET context with VNET_SYSINIT()Gleb 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-11netlink: restore the ability to delete PINNED routesAndrey V. Elsukov
2025-01-10netlink: augment group writer with priv(9) argumentGleb Smirnoff
2024-12-03netlink: use nitems() and roundup(2) from param.hGleb Smirnoff
2024-12-03netlink: refactor writer initialization KPIGleb Smirnoff
2024-11-22netlink/route: Fix the argument list for rtnl_handle_iflink()Mark Johnston
2024-11-13netlink: Don't directly access ifnet membersJustin Hibbits
2024-07-22netinet: correct SIOCDIFADDR{,_IN6} calls to use {,in6_}ifreqKonrad Witaszczyk
2024-06-20netlink/route: provide pre-2.6.19 Linux compat shimGleb Smirnoff
2024-06-20netlink/route: reformat comment to fit 80 charsGleb Smirnoff
2024-06-06netlink: pass the correct arguments for SIOCDIFADDR and SIOCDIFADDR_IN6Kristof Provost
2024-03-11netlink: fix route protocol constant values to match LinuxMarek Zarychta
2024-02-02sys/netlink/route/iface.c: remove an extra semicolonrilysh
2024-01-22netlink(4): Fix a typo in a source code commentGordon Bergling
2024-01-02netlink: use protocol specific receive bufferGleb Smirnoff
2023-11-28netlink: fix adding an interface routeKUROSAWA Takahiro
2023-10-23netlink: fix potential llentry lock leak in newneigh handlerR. Christian McDonald
2023-10-13netlink: move NETLINK define to opt_global.hKristof Provost
2023-10-05netlink: fix accessing freed memoryBjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-01netinet[6]: make in[6]_control use ucred instead of td.Alexander V. Chernikov
2023-06-16netlink: convert to IfAPI.Alexander V. Chernikov
2023-06-16netlink: dump interface capabilities with other interface data.Alexander V. Chernikov
2023-06-02netlink: fix compilation withous INET6Gleb Smirnoff
2023-06-01ifnet: consistently call hooks when the interface gets up.Alexander V. Chernikov
2023-05-31netlink: fix ifconfig P2P inet ADDR ADDR netmask 255.255.255.255 additionAlexander V. Chernikov
2023-05-27netlink: fix bulding with NOINET6Alexander V. Chernikov
2023-05-27netlink: call IPv6 hook after the ifaddr operation when ifp is broughtAlexander V. Chernikov
2023-05-22netlink: call IPv6 hook when adding IPv4 addresses.Alexander V. Chernikov
2023-05-20netlink: Move an INET-only variable under #if.John Baldwin
2023-05-20netlink: automatically generate broadcast for IPv4 ifa if not set.Alexander V. Chernikov
2023-05-16netlink: add support for adding/deleting interface addressesAlexander V. Chernikov
2023-05-15netlink: add an optional post-process hook to the message parsers.Alexander V. Chernikov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-12netlink: reduce default log levelsKristof Provost