summaryrefslogtreecommitdiffhomepage
path: root/wireless.c
AgeCommit message (Expand)Author
2020-06-04netifd: wireless: add support for tracking wifi-station sectionsJohn Crispin
2020-06-04netifd: wireless: add support for tracking wifi-vlan sectionsJohn Crispin
2019-11-12wireless: make reconf opt-in and allow serializing configurationJohn Crispin
2019-10-25wireless: add ubus method for reloading configurationJohn Crispin
2016-11-04wireless: Call wireless_interface_handle_link before deleting the vifHans Dedecker
2016-09-26bridge: Make bridge_device_type staticHans Dedecker
2016-08-25wireless: remove config_autostartEduardo Abinader
2016-08-24wireless: add retry_setup_failed to status notificationEduardo Abinader
2016-08-23netifd: track when wdev setup failsEduardo Abinader
2015-12-02wireless: call wireless_interface_handle_link before updating vif configFelix Fietkau
2015-09-26Initialize wireless interface attributes in proper functionDmitry Ivanov
2015-09-10wireless: fix mcast_to_ucast handling, only apply it to AP modeFelix Fietkau
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-02-28wireless: fix teardown, always pass the previous config to the teardown handl...Felix Fietkau
2014-10-24wireless: use strdup for vif sectionsFelix Fietkau
2014-10-04wireless: print the active configuration in status infoFelix Fietkau
2014-10-04wireless: fix blob buf in put_container()Felix Fietkau
2014-10-04wireless: copy the vif section name instead of keeping a reference that might...Felix Fietkau
2014-07-30netifd: Allow to add link devices which can be marked as non externalHans Dedecker
2014-06-29bridge: enable multicast_to_unicast on all wireless bridge portsFelix Fietkau
2014-05-15wireless: fix cancelling setupFelix Fietkau
2014-04-29netifd: fix a use-after-free issue on wireless config updateFelix Fietkau
2014-03-07wireless: defer init until after command line option processingFelix Fietkau
2014-02-23wireless: fix device config reload regressionFelix Fietkau
2014-02-17wireless: add a "get_validate" methode to ubusJohn Crispin
2014-02-17wireless: load and then ignore disabled devicesJohn Crispin
2013-12-29wireless: fix alignment of wireless config structs - fixes segfaults on armFelix Fietkau
2013-12-28wireless: cancel the script check timerFelix Fietkau
2013-12-11wireless: remove the no_delete flag, remove virtual interfaces from the avl treeFelix Fietkau
2013-12-11wireless: fix handling of wdev->config_state, prevent handling of multiple st...Felix Fietkau
2013-12-11wireless: remove freed wireless devices from the vlist avl treeFelix Fietkau
2013-12-08wireless: add back support for multiple networks per interfaceFelix Fietkau
2013-12-03wireless: make interfaces in status an array instead of an objectFelix Fietkau
2013-12-03wireless: prepare bridge interfaces before passing them to the setup scriptFelix Fietkau
2013-12-02wireless: only process setup retries in setup/up stateFelix Fietkau
2013-12-01wireless: fix reload of active interfacesFelix Fietkau
2013-12-01wireless: fix issues with cancelling device setupFelix Fietkau
2013-12-01wireless: add another debug messageFelix Fietkau
2013-12-01wireless: fix parsing of the immediate flag for kill-allFelix Fietkau
2013-12-01wireless: add input validation for processesFelix Fietkau
2013-12-01wireless: fix config state handlingFelix Fietkau
2013-12-01wireless: add debug messagesFelix Fietkau
2013-11-30wireless: fix use-after-free bugFelix Fietkau
2013-11-30wireless: show the virtual interface section name in wireless statusFelix Fietkau
2013-11-30wireless: show the ifname in wireless statusFelix Fietkau
2013-11-29add initial support for handling wireless devices via scriptsFelix Fietkau