summaryrefslogtreecommitdiff
path: root/vlandev.c
Commit message (Expand)AuthorAgeFilesLines
* vlandev: propagate topology changesFelix Fietkau2022-12-301-0/+4
* bridge: allow adding/removing VLANs to configured member ports via hotplugFelix Fietkau2021-06-041-9/+12
* netifd: fix a typo in vlandev hotplug supportFelix Fietkau2020-12-141-1/+1
* 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
* wireless: fix passing bridge name for vlan hotplug pass-throughFelix Fietkau2020-11-181-2/+2
* vlandev: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau2020-10-281-0/+66
* vlandev: support setting ingress/egress QoS mappingsPau Espin Pedrol2020-05-211-0/+72
* device: gracefully handle device names exceeding IFNAMESIZHans Dedecker2018-08-141-1/+7
* vlandev: Rework 8021ad/8021q detection based on vlandevice typeHans Dedecker2016-09-261-9/+4
* vlandev: Register 8021ad and 8021q s device typesHans Dedecker2016-09-261-3/+14
* device: Move the different device type registrations to the device type fileHans Dedecker2016-09-261-1/+6
* device: prepare for adding device handlers dynamicallyArne Kappen2016-08-261-3/+4
* device: Don't process link events anymore in device user specific callback ha...Hans Dedecker2015-11-041-8/+0
* netifd: Keep reference to a config copy in device type specific reload handle...Hans Dedecker2015-02-171-0/+3
* device: make link status detection optional for vlan devicesFelix Fietkau2014-10-201-0/+1
* Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco2014-06-111-0/+255