device: fix DEV_OPT_SENDREDIRECTS definition
[project/netifd.git] / device.h
2017-01-17 Hans Dedeckerdevice: fix DEV_OPT_SENDREDIRECTS definition
2017-01-10 Daniel Gollenetifd: Add sendredirects config support
2016-09-26 Hans Dedeckerbridge: Make bridge_device_type static
2016-09-26 Hans Dedeckerdevice: Move the different device type registrations...
2016-09-14 Hans Dedeckerbridge: Allow setting multicast_fast_leave_option
2016-08-26 Arne Kappendevice: add device handler list
2016-08-26 Arne Kappendevice: prepare for adding device handlers dynamically
2016-06-06 Hans Dedeckerdevice: Fix dotted vlan interface staying down
2016-06-06 Hans Dedeckerdevice: Fix device find failure in avl list due to...
2016-06-01 Alin Năstacnetifd: Add option to configure gc_stale_time for each...
2016-05-22 Linus Lüssingbridge: make learning and unicast-flood configurable...
2016-02-01 Hans Dedeckerdevice: Support multicast config option
2015-11-17 Felix Fietkaudevice: preserve orig_settings flags for querying devic...
2015-11-04 Hans Dedeckerdevice: Don't process link events anymore in device...
2015-09-10 Felix Fietkauwireless: fix mcast_to_ucast handling, only apply it...
2015-08-25 Linus Lüssingbridge: Allow setting multicast_router option
2015-08-25 Linus Lüssingbridge: Allow setting multicast_to_unicast option
2015-08-25 Linus Lüssingbridge: Fix multicast_to_unicast feature by hairpin...
2015-08-25 Yousong ZhouChanges for more readability.
2015-07-03 Hans Dedeckernetifd: Add dadtransmits config option
2015-06-24 Steven BarthAdd mtu6 option to override IPv6 MTU
2015-05-12 Hans Dedeckernetifd: Support for configurable default packet steerin...
2015-04-19 Felix Fietkauinterface: allow an interface to specify device configs...
2015-04-18 Felix Fietkaudevice: add support for removing interface config on...
2015-04-17 Felix Fietkaudevice: remove DEV_ATTR_IFNAME, it is unused
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-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-10-20 Felix Fietkaudevice: make link status detection optional for vlan...
2014-10-12 Hans Dedeckernetifd : Line up device.h include guard
2014-09-17 Martin Hundebøllnetifd-device: add support for promisc setting
2014-06-29 Felix Fietkaubridge: enable multicast_to_unicast on all wireless...
2014-06-11 Gioacchino MazzurcoAdd vlan 802.1q/802.1ad support as netifd devices
2014-04-26 Hans Dedeckernetifd: Add interface config support to enable/disable...
2014-03-21 Helmut Schaanetifd: Reload proto on topology change
2014-02-27 Hans Dedeckernetifd: Link layer state awareness support on device...
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: add macvlan support
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
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-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: export device_broadcast_event
2012-06-07 Felix Fietkaudevice: make device_set_disabled inline, add device_set...
2012-05-04 Felix Fietkauadd copyright headers
2012-03-14 Felix Fietkauparse tunnel devices from config
2012-03-03 Felix Fietkaudevice: differentiate between DEV_CONFIG_APPLIED (no...
2012-01-22 Felix Fietkausave and restore previous device settings when overridi...
2012-01-22 Felix Fietkaumove device settings to a separate struct
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-11-04 Felix Fietkauadd a hotplug op for preparing an interface bridge...
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 Fietkaurework device hotplug handling some more, add device_lo...
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-05 Felix Fietkauprevent deletion devices that are part of the current...
2011-10-05 Felix Fietkaurename a variable for clarity
2011-10-05 Felix Fietkaurename check_device_state to device_check_state
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-05 Felix Fietkaumove ip related functions and data structures to a...
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 Fietkaumake bridge configuration more dynamic
2011-07-29 Felix Fietkaureorder function
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-05-02 Felix Fietkaumove interface address handling to the device module...
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-05 Felix Fietkauadd low level configuration for devices
2011-03-28 Felix Fietkauremove some comments - will be better described in...
2011-03-27 Felix Fietkauadd a callback for dumping device status information
2011-03-27 Felix Fietkauadd a function for adding a virtual device (not tracked...
2011-03-27 Felix FietkauInitial import