summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-16extdev: remove unused functionFelix Fietkau
2021-05-16fix unannotated fall-through warningsFelix Fietkau
2021-04-03netifd: add possibility to switch off route configFlorian Eckert
2021-04-03netifd: bridge: set default value for igmp_snoopZheng Qian
2021-03-31system-linux: add device options used by wpadDaniel Golle
2021-03-31system-linux: reorder sysctl functionsDaniel Golle
2021-03-31extdev: add support for external device handlersArne Kappen
2021-03-31handler: add mechanism to generate external device handler stubsArne Kappen
2021-03-31device: remove left-over commentArne Kappen
2021-01-11interface-ip: add unreachable route if address is offlinkHans Dedecker
2021-01-09interface-ip: coding style fixesHans Dedecker
2021-01-05netifd: wireless: default to GCMP WPA cipher on 802.11adDaniel Golle
2020-12-28wireless: add support for not killing processes on teardownFelix Fietkau
2020-12-14netifd: fix a typo in vlandev hotplug supportFelix Fietkau
2020-12-13netifd: add segment routing supportNick Hainke
2020-11-30config: parse default mac address from board.jsonFelix Fietkau
2020-11-30system-linux: move device settings handling to device.cFelix Fietkau
2020-11-30system-linux: simplify mask check in system_if_apply_settingsFelix Fietkau
2020-11-30system-dummy: print configured mac addressFelix Fietkau
2020-11-26vlandev: support bridge-vlan aliases in the vid config parameterFelix Fietkau
2020-11-26vlandev: dump vlan id in device statusFelix Fietkau
2020-11-23system-linux: add retry for adding member devices to a bridgeFelix Fietkau
2020-11-23system-linux: implement full device present state management for force-external devicesFelix Fietkau
2020-11-20bridge-vlan: add support for defining aliases for vlan idsFelix Fietkau
2020-11-20interface: do not force link-ext hotplug interfaces to present by defaultFelix Fietkau
2020-11-18config: initialize bridge and bridge vlans before other devicesFelix Fietkau
2020-11-18wireless: fix passing bridge name for vlan hotplug pass-throughFelix Fietkau
2020-11-13system-linux: only overwrite dev->present state on check_state for simple devicesFelix Fietkau
2020-11-05bridge: only overwrite implicit vlan assignment if vlans are configuredFelix Fietkau
2020-11-05system-dummy: set present state only for simple devicesFelix Fietkau
2020-11-05bridge: fix use-after-free bug on bridge member freeFelix Fietkau
2020-11-05bridge: preserve hotplug ports on vlan update if config is unchangedFelix Fietkau
2020-10-28bridge: show vlans in device statusFelix Fietkau
2020-10-28vlandev: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau
2020-10-28vlan: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau
2020-10-28bridge: add support for defining port member vlans via hotplug opsFelix Fietkau
2020-10-22interface: proto_ip: order by address index firstYousong Zhou
2020-10-22device_addr: record address index as in the blobYousong Zhou
2020-10-22proto: rework parse_addr to return struct device_addrYousong Zhou
2020-10-22build: find and use libnl header dirsYousong Zhou
2020-10-10system-linux: initialize ifreq struct before using itAlin Nastac
2020-09-12netifd: vxlan: add aging and maxaddress optionsJohannes Kimmel
2020-09-12netifd: vxlan: add most missing boolean optionsJohannes Kimmel
2020-09-12netifd: vxlan: refactor mapping of boolean attrsJohannes Kimmel
2020-09-12netifd: vxlan: handle srcport rangeJohannes Kimmel
2020-09-08netifd-wireless: parse 'osen' encryptionDaniel Golle
2020-08-10interface-ip: clear host bits of the device prefixHans Dedecker
2020-08-07bridge: flush vlan list on bridge freeFelix Fietkau
2020-07-27device: look up full device name before traversing vlan chainFelix Fietkau
2020-07-19config: enable bridge vlan filtering by default for bridges that define VLANsFelix Fietkau