system: fix typo in returning address length.
[project/netifd.git] / device.c
2015-05-12 Hans Dedeckernetifd: Support for configurable default packet steerin...
2015-04-17 Felix Fietkaudevice: remove DEV_ATTR_IFNAME, it is unused
2015-03-22 Felix Fietkaudevice: fix default initialization for RPS/XPS
2015-03-22 Felix Fietkaudevice: add support for configuring RPS/XPS (enabled...
2015-03-19 Hans Dedeckernetifd:Make sure interface device config is also cached
2015-02-09 Hans Dedeckernetifd: Add option to configure base_reachable_time_ms...
2015-01-24 Felix Fietkaudevice: force changes to be applied via state change...
2015-01-24 Felix Fietkaudevice: simplify config blob memory allocation handling
2015-01-23 Felix Fietkaudevice: move config apply handling to a helper function
2014-12-23 Steven Barthnetifd: Add mldversion config support
2014-12-08 Hans Dedeckernetifd: Add igmpversion config support
2014-11-19 Hans Dedeckernetifd: Add acceptlocal config support
2014-11-19 Hans Dedeckernetifd: Add rpfilter config support
2014-11-19 Hans Dedeckernetifd: Fix device ifindex overwrite when processing...
2014-09-17 Martin Hundebøllnetifd-device: add support for promisc setting
2014-07-30 Hans Dedeckernetifd: Set device down based on being a non external...
2014-06-26 Felix Fietkaudevice: fall back to simple interface status check...
2014-05-06 Felix Fietkaudevice: prevent interface up/down calls for external...
2014-04-26 Hans Dedeckernetifd: Add interface config support to enable/disable...
2014-03-11 Hans Dedeckernetifd: Fix bridge MTU setting when a bridge member...
2014-02-27 Hans Dedeckernetifd: Link layer state awareness support on device...
2013-12-16 Felix Fietkaudevice: prevent callbacks to device users that have...
2013-12-14 Felix FietkauRevert "netifd: Link layer state support on device...
2013-12-08 Hans Dedeckernetifd: Link layer state support on device level
2013-12-08 Hans Dedeckernetifd: Code style line/clean up
2013-10-03 Felix Fietkaudevice.c: report device type when claim fails
2013-10-03 Felix Fietkaudevice_add_user: return immediately if the new device...
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-06-10 Felix Fietkauconfig: replace config_memdup with blob_memdup from...
2013-04-15 Felix Fietkaudevice: use safe_list for device event, fixes some...
2013-02-10 Felix Fietkaudevice: protect device event broadcast against simultan...
2012-09-28 Jo-Philipp Wichdevice.c: use format_macaddr() helper to convert mac...
2012-07-12 Felix Fietkaudo not recreate or restart external devices on settings...
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/
next