Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-27 | netifd: Add old style vlan devices to device list | Hans Dedecker | |
Just like other device types old vlan style devices are added to the device list which means they're displayed when the device list is displayed via ubus. Additionally global device setting config like default packet steering behavior is now also applied for old style vlan devices when doing a network reload. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2015-01-24 | Revert "vlan: reset device state on init" | Felix Fietkau | |
This is causing a regression with some VLAN configurations This reverts commit a4445215e06ee3056427effbef617f4525ee1836. | |||
2015-01-24 | vlan: reset device state on init | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2014-10-20 | device: make link status detection optional for vlan devices | Felix Fietkau | |
Fixes a race condition that triggers endless link loss / detect calls when VLAN devices are created. Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2014-06-18 | netifd: Check device_claim return code in all cases | Hans Dedecker | |
Fixes observed issue a tunnel interface is reported as up although device_claim failed Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2014-03-21 | netifd: Reload proto on topology change | Helmut Schaa | |
Introduce a new device event "topology change" that gets signaled by bridges on adding/removing members. On "topology changes" the proto handlers are requested to "renew" which is most useful for DHCP. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> | |||
2014-02-27 | netifd: Link layer state awareness support on interface level | Hans Dedecker | |
The link layer state is monitored for a given interface; an interface will be setup when both enabled and link layer active. Likewise an interface will be teared down when either disabled or link layer down. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-14 | Revert "netifd: Link layer state support on device level" | Felix Fietkau | |
This reverts commit c439b52400978dd3799c66e1f632ee68d2c7c9eb. | |||
2013-12-08 | netifd: Link layer state support on device level | Hans Dedecker | |
Patch implements link layer state awareness (aka carrier detection) in netifd on device level. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-09-25 | vlan: set the name of vlan devices earlier | Nathan Hintz | |
Set the device name earlier so that the logging done inside of 'device_init_virtual' can print the name of the device being initialized (instead of an empty string). Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> | |||
2013-04-15 | device: use safe_list for device event, fixes some hang issues | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-07-05 | fix ifname for alias+vlan chains | Felix Fietkau | |
2012-07-05 | make vlan devices virtual to avoid avl tree issues with changing ifnames ↵ | Felix Fietkau | |
when bound to alias interfaces | |||
2012-07-05 | vlan.c: prevent segfault in get_vlan_device_chain() if the base device does ↵ | Jo-Philipp Wich | |
not exist | |||
2012-05-04 | add copyright headers | Felix Fietkau | |
2011-10-19 | apply device settings to simple devices with config specified from the ↵ | Felix Fietkau | |
interface section (legacy format compatibility), but only if no other config was provided | |||
2011-10-06 | always recreate devices by default if the config attribute list is not the ↵ | Felix Fietkau | |
default one | |||
2011-10-05 | rename a variable for clarity | Felix Fietkau | |
2011-09-04 | make device_claim/device_release operate on the device_user instead of the ↵ | Felix Fietkau | |
device to avoid refcount bugs | |||
2011-07-29 | s/release_device/device_release/ | Felix Fietkau | |
2011-07-29 | s/claim_device/device_claim/ | Felix Fietkau | |
2011-07-29 | s/init_device/device_init/ | Felix Fietkau | |
2011-07-29 | s/get_device/device_get/ | Felix Fietkau | |
2011-07-29 | s/cleanup_device/device_cleanup/ | Felix Fietkau | |
2011-07-29 | s/set_device_present/device_set_present/ | Felix Fietkau | |
2011-07-29 | s/add_device_user/device_add_user/ | Felix Fietkau | |
2011-07-29 | s/remove_device_user/device_remove_user/g | Felix Fietkau | |
2011-03-28 | remove an unnecessary inline | Felix Fietkau | |
2011-03-27 | Initial import | Felix Fietkau | |