summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* config: initialize bridge and bridge vlans before other devicesFelix Fietkau2020-11-181-3/+7
* wireless: fix passing bridge name for vlan hotplug pass-throughFelix Fietkau2020-11-186-12/+26
* system-linux: only overwrite dev->present state on check_state for simple dev...Felix Fietkau2020-11-131-2/+4
* bridge: only overwrite implicit vlan assignment if vlans are configuredFelix Fietkau2020-11-052-9/+23
* system-dummy: set present state only for simple devicesFelix Fietkau2020-11-051-1/+3
* bridge: fix use-after-free bug on bridge member freeFelix Fietkau2020-11-051-0/+4
* bridge: preserve hotplug ports on vlan update if config is unchangedFelix Fietkau2020-11-051-1/+3
* bridge: show vlans in device statusFelix Fietkau2020-10-281-3/+51
* vlandev: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau2020-10-281-0/+66
* vlan: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau2020-10-281-0/+74
* bridge: add support for defining port member vlans via hotplug opsFelix Fietkau2020-10-287-11/+120
* interface: proto_ip: order by address index firstYousong Zhou2020-10-222-4/+10
* device_addr: record address index as in the blobYousong Zhou2020-10-222-0/+3
* proto: rework parse_addr to return struct device_addrYousong Zhou2020-10-221-11/+15
* build: find and use libnl header dirsYousong Zhou2020-10-221-2/+6
* system-linux: initialize ifreq struct before using itAlin Nastac2020-10-101-0/+2
* netifd: vxlan: add aging and maxaddress optionsJohannes Kimmel2020-09-123-0/+14
* netifd: vxlan: add most missing boolean optionsJohannes Kimmel2020-09-123-3/+25
* netifd: vxlan: refactor mapping of boolean attrsJohannes Kimmel2020-09-121-10/+14
* netifd: vxlan: handle srcport rangeJohannes Kimmel2020-09-123-0/+30
* netifd-wireless: parse 'osen' encryptionDaniel Golle2020-09-081-0/+6