summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
13 daysinterface: add restart supportHEADmasterJohn Crispin
13 daysinterface: add carrier_loss_delay optionJohn Crispin
13 daysdevice: add broadcast_flood bridge port settingJohn Crispin
13 daysbuild: prefer libnl-tiny and fix LIBNL detection on reconfigureFelix Fietkau
13 dayssystem-linux: guard PSE port priority for older kernel headersFelix Fietkau
14 daysinterface-ip: skip offlink handling on point-to-point linksFelix Fietkau
2026-06-15interface: detach hotplug members on reassignmentFelix Fietkau
2026-06-09system-linux: detach device from stale bridge before adding itFelix Fietkau
2026-06-09bridge: attempt delbr unconditionally on bridge destroyFelix Fietkau
2026-06-09bridge: remove kernel member on teardown regardless of device claim stateFelix Fietkau
2026-06-09netifd: fix const-discard warnings in attr/devtype parsingDaniel Golle
2026-04-23ethtool: avoid unneeded ioctlMarkus Stockhausen
2026-04-23system-linux: gate ethtool reapply on apply_maskFelix Fietkau
2026-04-21device: live-apply pure-sysctl config changes without teardownFelix Fietkau
2026-04-21device: centralise device-attr diff handling in device_set_configFelix Fietkau
2026-04-21device: realign DEV_OPT_* bits with DEV_ATTR_* enum positionsFelix Fietkau
2026-02-26bridge: skip present toggle in bridge_free_member() when device is activeFelix Fietkau
2026-02-23global: add support for PSE-PD controlCarlo Szelinsky
2026-02-15examples: sync wireless scripts with openwrtFelix Fietkau
2026-02-15proto-ucode: add ucode proto handler scriptsFelix Fietkau
2026-02-15proto-ucode: add ucode protocol handler infrastructureFelix Fietkau
2026-02-15proto: add config_load callback to proto_handlerFelix Fietkau
2026-02-15proto-ext: extract shared protocol handler code from proto-shell.cFelix Fietkau
2026-02-10interface-ip: fix fortify build errorFelix Fietkau
2025-10-20system-linux: only parse device status for AF_UNSPEC link messagesFelix Fietkau
2025-10-20system-linux: handle RTM_DELLINK events for device state trackingFelix Fietkau
2025-10-20veth: delete device before creation to handle stale stateFelix Fietkau
2025-10-06config: fix overriding bridge-vlan sections via procd dataFelix Fietkau
2025-09-30system: add logging wrappers for basic system functionsFelix Fietkau
2025-09-30bridge: fix reload when ports refer to aliased vlans on another bridgeFelix Fietkau
2025-09-30interface: fix reload for devices that point to vlan aliasesFelix Fietkau
2025-09-12netifd: fix misplaced ")"Felix Fietkau
2025-08-14bridge: fix changing the vlan local flag at runtimeFelix Fietkau
2025-08-12examples: sync wireless.ucFelix Fietkau
2025-08-12config: add support for defining interfaces via procd dataFelix Fietkau
2025-08-12config: add support for defining devices via procd dataFelix Fietkau
2025-08-12global: use blobmsg_parse_attrFelix Fietkau
2025-08-12interface: avoid memleaks on invalid interfacesFelix Fietkau
2025-08-12ubus: fix type check in procd ubus data callbackFelix Fietkau
2025-08-06examples: sync scripts with openwrtFelix Fietkau
2025-08-06ucode: fix passing network vlan on handle_linkFelix Fietkau
2025-08-03system-linux: add variable initialization to avoid compiler warnings on older gccFelix Fietkau
2025-08-03ucode: add missing return code checks for fchdir/chdirFelix Fietkau
2025-08-02wireless: add MLO support to example scriptsFelix Fietkau
2025-08-02wireless: replace with ucode scriptsFelix Fietkau
2025-06-11update example mac80211 script and wireless configFelix Fietkau
2025-06-11scripts: fix dummy mode on systems where libubox is in /usr/localFelix Fietkau
2025-06-11CMakeLists.txt: bump minimum required versionFelix Fietkau
2025-06-11system-dummy: add missing vrf functionsFelix Fietkau
2025-05-23netifd: iprule add sport and dportegc112