ensure hotplug devices are marked as present in the add path - they are not cleaned...
[project/netifd.git] / device.c
2012-07-12 Felix Fietkauadd some debug messages for device user count
2012-07-05 Felix Fietkauwhen specifying hotplug devices that already have exist...
2012-07-05 Felix Fietkaualias: use a callback for managing device presence...
2012-07-05 Felix Fietkausplit alias support into a separate source file for...
2012-07-05 Felix Fietkaufix ifname for alias+vlan chains
2012-07-05 Felix Fietkaudevice: initialize dev->set_state for virtual devices
2012-07-05 Felix Fietkaudevice: export device_broadcast_event
2012-06-14 Felix Fietkauignore mac80211 devices specified in /etc/config/network
2012-06-07 Felix Fietkaudevice: make device_set_disabled inline, add device_set...
2012-06-04 Felix Fietkaudevice: show a bit more info if the device is not present
2012-05-04 Felix Fietkauadd copyright headers
2012-03-23 Felix Fietkaumove l3 device tracking to interface core to enforce...
2012-03-19 Felix Fietkaumove device cleanup to common code, fixes use-after...
2012-03-19 Felix Fietkaufix a memory leak
2012-03-03 Felix Fietkaudevice: differentiate between DEV_CONFIG_APPLIED (no...
2012-03-03 Felix Fietkaudo not bring down hotplug devices
2012-03-03 Felix Fietkaupreserve interface main hotplug device on reload
2012-02-28 Felix Fietkaufix mac address parsing
2012-01-23 Felix Fietkaualways call device_set_disabled, even if the "enabled...
2012-01-22 Felix Fietkaushow mtu, macaddr and txqueuelen from cached device...
2012-01-22 Felix Fietkaumove device settings to a separate struct
2012-01-19 Felix Fietkauexport carrier status in device stats
2012-01-19 Felix Fietkauallow devices to be disabled through a config option
2011-12-04 Felix Fietkaufix use-after-free on device free codepath due to recur...
2011-10-26 Felix Fietkaurecognize stacked interfaces (e.g. dsa) and handle...
2011-10-20 Felix Fietkaudo not clear device state for devices created by proto...
2011-10-19 Felix Fietkaufix device_lock
2011-10-19 Felix Fietkaurework device hotplug handling some more, add device_lo...
2011-10-19 Felix Fietkaurework and fix hotplug interface handling
2011-10-18 Felix Fietkauapply device settings to simple devices with config...
2011-10-18 Felix Fietkauadd support for alias devices, which are activated...
2011-10-18 Felix Fietkaudirectly pass the device name to the device create...
2011-10-11 Felix Fietkauimplement a new ubus object "network.device", add a...
2011-10-09 Felix Fietkaufix clearing device state, trigger it on device_init()
2011-10-06 Felix Fietkauonly free unused devices after the final config init
2011-10-06 Felix Fietkauonly show the "Create new device.." message if there...
2011-10-06 Felix Fietkaudevice reload, use config_check_equal instead of config...
2011-10-06 Felix Fietkaufix parsing settings for devices on reload
2011-10-06 Felix Fietkaufix refcount bugs when dev->set_state fails
2011-10-06 Felix Fietkaualways recreate devices by default if the config attrib...
2011-10-05 Felix Fietkaufix a double free / use after free
2011-10-05 Felix Fietkauprevent deletion devices that are part of the current...
2011-10-05 Felix Fietkaurecreate devices if the type does not match
2011-10-05 Felix Fietkaudelete devices before recreating them
2011-10-05 Felix Fietkauadd debug messages for device config changes
2011-10-05 Felix Fietkaurename a variable for clarity
2011-10-05 Felix Fietkaudevice: duplicate the config earlier to avoid using...
2011-10-05 Felix Fietkauadd a debug message when a device is created
2011-10-05 Felix Fietkauallow temporary duplicates of devices
2011-10-05 Felix Fietkauuse device_(add|remove)_user when replacing devices
2011-10-05 Felix Fietkaurename check_device_state to device_check_state
2011-10-04 Felix Fietkaurework debugging code, add debugging levels
2011-10-03 Felix Fietkaufix device reload with no previous config
2011-10-02 Felix Fietkaumore changes for config reload handling
2011-10-02 Felix Fietkauuse a common function for creating devices that avoids...
2011-09-24 Felix Fietkaufix a compile error on non-linux systems
2011-09-22 Steven Barthfix compilation with GCC 4.6 on Linux
2011-09-11 Felix Fietkauuse DPRINTF instead of fprintf(stderr)
2011-09-05 Felix Fietkauremove code duplication
2011-09-05 Felix Fietkauimprove interface for cleaning up unused devices
2011-09-04 Felix Fietkaumake device_claim/device_release operate on the device_...
2011-09-04 Felix Fietkauuse list_add_tail instead of list_add
2011-09-04 Felix Fietkaumake bridge configuration more dynamic
2011-07-29 Felix Fietkaus/broadcast_device_event/device_broadcast_event/
2011-07-29 Felix Fietkaus/release_device/device_release/
2011-07-29 Felix Fietkaus/claim_device/device_claim/
2011-07-29 Felix Fietkaus/init_virtual_device/device_init_virtual/
2011-07-29 Felix Fietkaus/init_device/device_init/
2011-07-29 Felix Fietkaus/get_device/device_get/
2011-07-29 Felix Fietkaus/cleanup_device/device_cleanup/
2011-07-29 Felix Fietkaus/set_device_present/device_set_present/
2011-07-29 Felix Fietkaus/add_device_user/device_add_user/
2011-07-29 Felix Fietkaus/remove_device_user/device_remove_user/g
2011-07-29 Felix Fietkaus/free_device/device_free/g
2011-07-29 Felix Fietkaus/cleanup_devices/device_free_all/
2011-07-29 Felix Fietkauuse uci_to_blob for creating devices
2011-04-13 Felix Fietkauadd a __init define for constructors
2011-04-13 Felix Fietkaumake avl_strcmp globally visible
2011-04-05 Felix Fietkauadd code for cleaning up unused devices mentioned in...
2011-04-05 Felix Fietkauadd a helper function for freeing a device
2011-04-03 Felix Fietkauinterface -> device
2011-04-03 Felix Fietkauinitialize device names earlier
2011-03-29 Felix Fietkaumove the device event broadcasts outside of the set_sta...
2011-03-27 Felix Fietkauadd a function for adding a virtual device (not tracked...
2011-03-27 Felix FietkauInitial import