summaryrefslogtreecommitdiffhomepage
path: root/device.h
AgeCommit message (Expand)Author
2015-11-17device: preserve orig_settings flags for querying device statusFelix Fietkau
2015-11-04device: Don't process link events anymore in device user specific callback ha...Hans Dedecker
2015-09-10wireless: fix mcast_to_ucast handling, only apply it to AP modeFelix Fietkau
2015-08-25bridge: Allow setting multicast_router optionLinus Lüssing
2015-08-25bridge: Allow setting multicast_to_unicast optionLinus Lüssing
2015-08-25bridge: Fix multicast_to_unicast feature by hairpin+isolateLinus Lüssing
2015-08-25Changes for more readability.Yousong Zhou
2015-07-03netifd: Add dadtransmits config optionHans Dedecker
2015-06-24Add mtu6 option to override IPv6 MTUSteven Barth
2015-05-12netifd: Support for configurable default packet steering behaviorHans Dedecker
2015-04-19interface: allow an interface to specify device configs even when there are o...Felix Fietkau
2015-04-18device: add support for removing interface config on reloadFelix Fietkau
2015-04-17device: remove DEV_ATTR_IFNAME, it is unusedFelix Fietkau
2015-03-22device: add support for configuring RPS/XPS (enabled by default if available)Felix Fietkau
2015-03-19netifd:Make sure interface device config is also cachedHans Dedecker
2015-02-09netifd: Add option to configure base_reachable_time_ms for each deviceHans Dedecker
2015-01-24device: move config apply handling to a helper functionFelix Fietkau
2014-12-23netifd: Add mldversion config supportSteven Barth
2014-12-08netifd: Add igmpversion config supportHans Dedecker
2014-11-19netifd: Add acceptlocal config supportHans Dedecker
2014-11-19netifd: Add rpfilter config supportHans Dedecker
2014-10-20device: make link status detection optional for vlan devicesFelix Fietkau
2014-10-12netifd : Line up device.h include guardHans Dedecker
2014-09-17netifd-device: add support for promisc settingMartin Hundebøll
2014-06-29bridge: enable multicast_to_unicast on all wireless bridge portsFelix Fietkau
2014-06-11Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco
2014-04-26netifd: Add interface config support to enable/disable IPv6 in the kernel per...Hans Dedecker
2014-03-21netifd: Reload proto on topology changeHelmut Schaa
2014-02-27netifd: Link layer state awareness support on device levelHans Dedecker
2013-12-14Revert "netifd: Link layer state support on device level"Felix Fietkau
2013-12-08netifd: Link layer state support on device levelHans Dedecker
2013-12-08netifd: Code style line/clean upHans Dedecker
2013-10-03device: add macvlan supportFelix Fietkau
2013-06-10config: use the new uci_blob library codeFelix Fietkau
2013-04-15device: use safe_list for device event, fixes some hang issuesFelix Fietkau
2013-02-10device: protect device event broadcast against simultaneous deletions of mult...Felix Fietkau
2012-07-05alias: use a callback for managing device presence state, track alias deps in...Felix Fietkau
2012-07-05split alias support into a separate source file for better readabilityFelix Fietkau
2012-07-05fix ifname for alias+vlan chainsFelix Fietkau
2012-07-05device: export device_broadcast_eventFelix Fietkau
2012-06-07device: make device_set_disabled inline, add device_set_deferredFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-03-15parse tunnel devices from configFelix Fietkau
2012-03-04device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...Felix Fietkau
2012-01-22save and restore previous device settings when overriding them via configFelix Fietkau
2012-01-22move device settings to a separate structFelix Fietkau
2012-01-19allow devices to be disabled through a config optionFelix Fietkau
2011-12-04fix use-after-free on device free codepath due to recursion issues, and fix d...Felix Fietkau
2011-11-04add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau
2011-10-26recognize stacked interfaces (e.g. dsa) and handle their dependenciesFelix Fietkau