summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* interface-ip: clear host bits of the device prefixHans Dedecker2020-08-101-1/+5
* bridge: flush vlan list on bridge freeFelix Fietkau2020-08-071-0/+1
* device: look up full device name before traversing vlan chainFelix Fietkau2020-07-271-2/+3
* config: enable bridge vlan filtering by default for bridges that define VLANsFelix Fietkau2020-07-191-0/+47
* bridge: add support for VLAN filteringFelix Fietkau2020-07-194-1/+373
* bridge: add support for adding vlans to a bridgeJohn Crispin2020-07-184-0/+65
* bridge: add support for turning on vlan_filteringJohn Crispin2020-07-184-1/+16
* system-dummy: fix resolving ifindexFelix Fietkau2020-07-181-2/+2
* device: do not check state from within device_initFelix Fietkau2020-07-181-1/+6
* vlan: initialize device ifname earlier at creation timeFelix Fietkau2020-07-181-16/+12
* utils: fix check_pid_path to work with deleted file as wellKarel Kočí2020-07-111-3/+8
* system-linux: improve handling of device renameKristian Evensen2020-06-061-1/+6
* interface-ip: fix build on non-linux systemsFelix Fietkau2020-06-041-0/+2
* system-dummy: fix missing returnFelix Fietkau2020-06-041-0/+2
* netifd: wireless: add support for tracking wifi-station sectionsJohn Crispin2020-06-044-4/+200
* netifd: wireless: add support for tracking wifi-vlan sectionsJohn Crispin2020-06-044-17/+337
* vlandev: support setting ingress/egress QoS mappingsPau Espin Pedrol2020-05-213-1/+105