summaryrefslogtreecommitdiff
path: root/device.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: Fix bridge MTU setting when a bridge member is addedHans Dedecker2014-03-111-1/+1
* netifd: Link layer state awareness support on device levelHans Dedecker2014-02-271-2/+27
* device: prevent callbacks to device users that have been cleaned up alreadyFelix Fietkau2013-12-161-0/+4
* Revert "netifd: Link layer state support on device level"Felix Fietkau2013-12-141-27/+2
* netifd: Link layer state support on device levelHans Dedecker2013-12-081-2/+27
* netifd: Code style line/clean upHans Dedecker2013-12-081-6/+6
* device.c: report device type when claim failsFelix Fietkau2013-10-031-1/+1
* device_add_user: return immediately if the new device is the same as the old ...Felix Fietkau2013-10-031-0/+3
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-3/+3
* config: replace config_memdup with blob_memdup from libuboxFelix Fietkau2013-06-101-1/+1
* device: use safe_list for device event, fixes some hang issuesFelix Fietkau2013-04-151-43/+38
* device: protect device event broadcast against simultaneous deletions of mult...Felix Fietkau2013-02-101-6/+19
* device.c: use format_macaddr() helper to convert mac addresses to strings, et...Jo-Philipp Wich2012-09-281-1/+1
* do not recreate or restart external devices on settings changes, apply them a...Felix Fietkau2012-07-121-0/+4
* add some debug messages for device user countFelix Fietkau2012-07-121-0/+13
* when specifying hotplug devices that already have existing configured devices...Felix Fietkau2012-07-051-1/+6
* alias: use a callback for managing device presence state, track alias deps in...Felix Fietkau2012-07-051-3/+19
* split alias support into a separate source file for better readabilityFelix Fietkau2012-07-051-107/+0
* fix ifname for alias+vlan chainsFelix Fietkau2012-07-051-1/+8
* device: initialize dev->set_state for virtual devicesFelix Fietkau2012-07-051-3/+3
* device: export device_broadcast_eventFelix Fietkau2012-07-051-1/+1
* ignore mac80211 devices specified in /etc/config/networkFelix Fietkau2012-06-141-0/+3
* device: make device_set_disabled inline, add device_set_deferredFelix Fietkau2012-06-071-13/+12
* device: show a bit more info if the device is not presentFelix Fietkau2012-06-041-1/+4
* add copyright headersFelix Fietkau2012-05-041-0/+13
* move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau2012-03-231-0/+3
* move device cleanup to common code, fixes use-after-free in tunnel codeFelix Fietkau2012-03-191-3/+1
* fix a memory leakFelix Fietkau2012-03-191-0/+1
* device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...Felix Fietkau2012-03-041-2/+3
* do not bring down hotplug devicesFelix Fietkau2012-03-031-1/+2
* preserve interface main hotplug device on reloadFelix Fietkau2012-03-031-0/+3
* fix mac address parsingFelix Fietkau2012-02-281-1/+1
* always call device_set_disabled, even if the "enabled" attribute is not presentFelix Fietkau2012-01-231-3/+4
* show mtu, macaddr and txqueuelen from cached device settingsFelix Fietkau2012-01-221-0/+27
* move device settings to a separate structFelix Fietkau2012-01-221-7/+8
* export carrier status in device statsFelix Fietkau2012-01-191-0/+2
* allow devices to be disabled through a config optionFelix Fietkau2012-01-191-2/+28
* fix use-after-free on device free codepath due to recursion issues, and fix d...Felix Fietkau2011-12-041-3/+16
* recognize stacked interfaces (e.g. dsa) and handle their dependenciesFelix Fietkau2011-10-261-10/+34
* do not clear device state for devices created by proto-up with address-extern...Felix Fietkau2011-10-201-4/+5
* fix device_lockFelix Fietkau2011-10-191-1/+1
* rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau2011-10-191-0/+19
* rework and fix hotplug interface handlingFelix Fietkau2011-10-191-2/+4
* apply device settings to simple devices with config specified from the interf...Felix Fietkau2011-10-191-6/+6
* add support for alias devices, which are activated based on hotplug events co...Felix Fietkau2011-10-181-3/+105
* directly pass the device name to the device create functionFelix Fietkau2011-10-181-11/+2
* implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau2011-10-111-0/+33
* fix clearing device state, trigger it on device_init()Felix Fietkau2011-10-091-0/+1
* only free unused devices after the final config initFelix Fietkau2011-10-061-1/+1
* only show the "Create new device.." message if there is no old deviceFelix Fietkau2011-10-061-2/+2