summaryrefslogtreecommitdiff
path: root/device.h
Commit message (Expand)AuthorAgeFilesLines
* netifd: Support for configurable default packet steering behaviorHans Dedecker2015-05-121-0/+3
* interface: allow an interface to specify device configs even when there are o...Felix Fietkau2015-04-191-0/+3
* device: add support for removing interface config on reloadFelix Fietkau2015-04-181-0/+1
* device: remove DEV_ATTR_IFNAME, it is unusedFelix Fietkau2015-04-171-1/+0
* device: add support for configuring RPS/XPS (enabled by default if available)Felix Fietkau2015-03-221-0/+4
* netifd:Make sure interface device config is also cachedHans Dedecker2015-03-191-3/+0
* netifd: Add option to configure base_reachable_time_ms for each deviceHans Dedecker2015-02-091-9/+13
* device: move config apply handling to a helper functionFelix Fietkau2015-01-241-0/+3
* netifd: Add mldversion config supportSteven Barth2014-12-231-0/+3
* netifd: Add igmpversion config supportHans Dedecker2014-12-081-0/+3
* netifd: Add acceptlocal config supportHans Dedecker2014-11-191-0/+3
* netifd: Add rpfilter config supportHans Dedecker2014-11-191-0/+3
* device: make link status detection optional for vlan devicesFelix Fietkau2014-10-201-0/+2
* netifd : Line up device.h include guardHans Dedecker2014-10-121-2/+2
* netifd-device: add support for promisc settingMartin Hundebøll2014-09-171-0/+3
* bridge: enable multicast_to_unicast on all wireless bridge portsFelix Fietkau2014-06-291-0/+1
* Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco2014-06-111-0/+1
* netifd: Add interface config support to enable/disable IPv6 in the kernel per...Hans Dedecker2014-04-261-0/+3
* netifd: Reload proto on topology changeHelmut Schaa2014-03-211-0/+3
* netifd: Link layer state awareness support on device levelHans Dedecker2014-02-271-0/+4
* Revert "netifd: Link layer state support on device level"Felix Fietkau2013-12-141-4/+0
* netifd: Link layer state support on device levelHans Dedecker2013-12-081-0/+4
* netifd: Code style line/clean upHans Dedecker2013-12-081-1/+1
* device: add macvlan supportFelix Fietkau2013-10-031-1/+2
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-2/+2
* device: use safe_list for device event, fixes some hang issuesFelix Fietkau2013-04-151-3/+4
* device: protect device event broadcast against simultaneous deletions of mult...Felix Fietkau2013-02-101-0/+4
* alias: use a callback for managing device presence state, track alias deps in...Felix Fietkau2012-07-051-0/+2
* split alias support into a separate source file for better readabilityFelix Fietkau2012-07-051-0/+1
* fix ifname for alias+vlan chainsFelix Fietkau2012-07-051-0/+4
* device: export device_broadcast_eventFelix Fietkau2012-07-051-0/+1
* device: make device_set_disabled inline, add device_set_deferredFelix Fietkau2012-06-071-1/+16
* add copyright headersFelix Fietkau2012-05-041-0/+13
* parse tunnel devices from configFelix Fietkau2012-03-151-0/+1
* device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...Felix Fietkau2012-03-041-0/+1
* save and restore previous device settings when overriding them via configFelix Fietkau2012-01-221-0/+1
* move device settings to a separate structFelix Fietkau2012-01-221-6/+8
* allow devices to be disabled through a config optionFelix Fietkau2012-01-191-0/+4
* fix use-after-free on device free codepath due to recursion issues, and fix d...Felix Fietkau2011-12-041-6/+1
* add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau2011-11-041-0/+1
* recognize stacked interfaces (e.g. dsa) and handle their dependenciesFelix Fietkau2011-10-261-27/+30
* do not clear device state for devices created by proto-up with address-extern...Felix Fietkau2011-10-201-1/+2
* rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau2011-10-191-0/+5
* apply device settings to simple devices with config specified from the interf...Felix Fietkau2011-10-191-0/+4
* add support for alias devices, which are activated based on hotplug events co...Felix Fietkau2011-10-181-0/+1
* directly pass the device name to the device create functionFelix Fietkau2011-10-181-2/+1
* implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau2011-10-111-1/+3
* prevent deletion devices that are part of the current configurationFelix Fietkau2011-10-061-0/+6
* rename a variable for clarityFelix Fietkau2011-10-051-0/+3
* rename check_device_state to device_check_stateFelix Fietkau2011-10-051-1/+1