summaryrefslogtreecommitdiff
path: root/vlan.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: Fix multiple -Wsign-compare warningsHauke Mehrtens2023-02-191-2/+2
* treewide: correctly apply IFNAMSIZ limitJo-Philipp Wich2022-11-171-2/+2
* vlan: fix device vlan alias handlingFelix Fietkau2021-07-141-8/+23
* device: do not treat devices with non-digit characters after . as vlan devicesFelix Fietkau2021-06-191-12/+14
* bridge: allow adding/removing VLANs to configured member ports via hotplugFelix Fietkau2021-06-041-9/+12
* bridge-vlan: add support for defining aliases for vlan idsFelix Fietkau2020-11-201-8/+14
* wireless: fix passing bridge name for vlan hotplug pass-throughFelix Fietkau2020-11-181-2/+2
* vlan: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau2020-10-281-0/+74
* vlan: initialize device ifname earlier at creation timeFelix Fietkau2020-07-181-16/+12
* device: gracefully handle device names exceeding IFNAMESIZHans Dedecker2018-08-141-8/+14
* netifd: make sure the vlan ifname fits into the bufferJohn Crispin2018-07-271-0/+3
* vlan: use alloca to get rid of IFNAMSIZE in vlan_dev_set_name()Hans Dedecker2018-07-171-2/+4
* replace fall throughs in switch/cases where possible with simple code changesAlexander Couzens2018-07-111-3/+3
* device: prepare for adding device handlers dynamicallyArne Kappen2016-08-261-1/+1
* device: Fix device find failure in avl list due to device name changeHans Dedecker2016-06-061-4/+7
* vlan: Fix possible segfaultHans Dedecker2016-02-011-0/+2
* device: Don't process link events anymore in device user specific callback ha...Hans Dedecker2015-11-041-6/+0
* netifd: Add old style vlan devices to device listHans Dedecker2015-05-271-1/+1
* Revert "vlan: reset device state on init"Felix Fietkau2015-01-241-3/+0
* vlan: reset device state on initFelix Fietkau2015-01-241-0/+3
* device: make link status detection optional for vlan devicesFelix Fietkau2014-10-201-0/+1
* netifd: Check device_claim return code in all casesHans Dedecker2014-06-181-1/+1
* netifd: Reload proto on topology changeHelmut Schaa2014-03-211-0/+4
* netifd: Link layer state awareness support on interface levelHans Dedecker2014-02-271-3/+10
* Revert "netifd: Link layer state support on device level"Felix Fietkau2013-12-141-10/+3
* netifd: Link layer state support on device levelHans Dedecker2013-12-081-3/+10
* vlan: set the name of vlan devices earlierNathan Hintz2013-09-251-3/+3
* device: use safe_list for device event, fixes some hang issuesFelix Fietkau2013-04-151-1/+1
* fix ifname for alias+vlan chainsFelix Fietkau2012-07-051-1/+11
* make vlan devices virtual to avoid avl tree issues with changing ifnames when...Felix Fietkau2012-07-051-1/+1
* vlan.c: prevent segfault in get_vlan_device_chain() if the base device does n...Jo-Philipp Wich2012-07-051-1/+1
* add copyright headersFelix Fietkau2012-05-041-0/+13
* apply device settings to simple devices with config specified from the interf...Felix Fietkau2011-10-191-0/+1
* always recreate devices by default if the config attribute list is not the de...Felix Fietkau2011-10-061-0/+1
* rename a variable for clarityFelix Fietkau2011-10-051-7/+7
* make device_claim/device_release operate on the device_user instead of the de...Felix Fietkau2011-09-041-3/+3
* s/release_device/device_release/Felix Fietkau2011-07-291-2/+2
* s/claim_device/device_claim/Felix Fietkau2011-07-291-1/+1
* s/init_device/device_init/Felix Fietkau2011-07-291-1/+1
* s/get_device/device_get/Felix Fietkau2011-07-291-1/+1
* s/cleanup_device/device_cleanup/Felix Fietkau2011-07-291-1/+1
* s/set_device_present/device_set_present/Felix Fietkau2011-07-291-2/+2
* s/add_device_user/device_add_user/Felix Fietkau2011-07-291-1/+1
* s/remove_device_user/device_remove_user/gFelix Fietkau2011-07-291-1/+1
* remove an unnecessary inlineFelix Fietkau2011-03-281-1/+1
* Initial importFelix Fietkau2011-03-271-0/+156