summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* system-linux: fix deletion of ip tunnels (FS#4058)openwrt-21.02Hans Dedecker2021-11-174-48/+23
* bridge: fix regression in bringing up bridge portsFelix Fietkau2021-07-261-4/+5
* wireless: add back regular virtual interfaces on hotplug-add events as wellFelix Fietkau2021-07-231-5/+8
* bridge: check bridge port vlan membership on link-up eventsFelix Fietkau2021-07-235-5/+225
* vlan: fix device vlan alias handlingFelix Fietkau2021-07-141-8/+23
* bridge: fix hotplug vlan overwrite on big-endian systemsFelix Fietkau2021-07-131-1/+1
* bridge: bring up pre-existing vlans on hotplug as wellFelix Fietkau2021-06-231-5/+5
* bridge: fix enabling hotplug-added VLANs on the bridge portFelix Fietkau2021-06-221-0/+5
* wireless: handle WDS per-sta devicesFelix Fietkau2021-06-193-7/+44
* device: do not treat devices with non-digit characters after . as vlan devicesFelix Fietkau2021-06-193-16/+24
* examples: make dummy wireless vif names shorterFelix Fietkau2021-06-191-1/+4
* ubus: add a dummy mode ubus call to simulate hotplug eventsFelix Fietkau2021-06-191-0/+36
* device: move hotplug handling logic from system-linux.c to device.cFelix Fietkau2021-06-193-34/+18
* bridge: fix setting pvid for updated vlansFelix Fietkau2021-06-173-1/+23
* wireless: add some comments to functionsAlexander Couzens2021-06-081-0/+42
* bridge: allow adding/removing VLANs to configured member ports via hotplugFelix Fietkau2021-06-046-27/+80
* wireless: pass the real network ifname to the setup scriptFelix Fietkau2021-06-042-1/+4
* bridge: fix dynamic delete of hotplug vlansFelix Fietkau2021-06-021-1/+3
* bridge: dynamically create vlans for hotplug membersFelix Fietkau2021-06-021-1/+28
* interface: support "device" attribute and deprecate "ifname"Rafał Miłecki2021-05-262-11/+16
* scripts/netifd-wireless.sh: add support for specifying the operating bandFelix Fietkau2021-05-241-14/+14
* config: fix ifname->ports compat renameFelix Fietkau2021-05-201-4/+11
* bridge: rename "ifname" attribute to "ports"Rafał Miłecki2021-05-182-9/+30
* wireless: fix memory corruption bug when using vlans/station entries in the c...Felix Fietkau2021-05-181-1/+2
* device: add support for configuring devices with external auth handlerFelix Fietkau2021-05-175-23/+113
* extdev: remove unused functionFelix Fietkau2021-05-161-7/+0
* fix unannotated fall-through warningsFelix Fietkau2021-05-162-4/+5
* netifd: add possibility to switch off route configFlorian Eckert2021-04-031-0/+5
* netifd: bridge: set default value for igmp_snoopZheng Qian2021-04-031-0/+2
* system-linux: add device options used by wpadDaniel Golle2021-03-313-0/+156
* system-linux: reorder sysctl functionsDaniel Golle2021-03-311-5/+5
* extdev: add support for external device handlersArne Kappen2021-03-316-1/+1417
* handler: add mechanism to generate external device handler stubsArne Kappen2021-03-312-0/+119
* device: remove left-over commentArne Kappen2021-03-311-3/+0
* interface-ip: add unreachable route if address is offlinkHans Dedecker2021-01-111-0/+69
* interface-ip: coding style fixesHans Dedecker2021-01-091-1/+2
* netifd: wireless: default to GCMP WPA cipher on 802.11adDaniel Golle2021-01-051-1/+7
* wireless: add support for not killing processes on teardownFelix Fietkau2020-12-283-1/+8
* netifd: fix a typo in vlandev hotplug supportFelix Fietkau2020-12-141-1/+1
* netifd: add segment routing supportNick Hainke2020-12-133-0/+51
* config: parse default mac address from board.jsonFelix Fietkau2020-11-3011-26/+141
* system-linux: move device settings handling to device.cFelix Fietkau2020-11-302-10/+10
* system-linux: simplify mask check in system_if_apply_settingsFelix Fietkau2020-11-301-16/+18
* system-dummy: print configured mac addressFelix Fietkau2020-11-301-0/+4
* vlandev: support bridge-vlan aliases in the vid config parameterFelix Fietkau2020-11-261-5/+31
* vlandev: dump vlan id in device statusFelix Fietkau2020-11-261-0/+1
* system-linux: add retry for adding member devices to a bridgeFelix Fietkau2020-11-231-2/+11
* system-linux: implement full device present state management for force-extern...Felix Fietkau2020-11-231-4/+1
* bridge-vlan: add support for defining aliases for vlan idsFelix Fietkau2020-11-205-10/+35
* interface: do not force link-ext hotplug interfaces to present by defaultFelix Fietkau2020-11-201-1/+2