- Dec 16, 2013
-
-
Jo-Philipp Wich authored
This commit changes the dnsmasq init script to use the interface status exposed by netifd. The old references to scan_interfaces() and (indirect) accesses to uci state variables are removed and replaced with corresponding network_*() calls. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39101
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39088
-
- Dec 15, 2013
-
-
Steven Barth authored
SVN-Revision: 39061
-
Steven Barth authored
SVN-Revision: 39058
-
Jo-Philipp Wich authored
SVN-Revision: 39057
-
- Dec 14, 2013
-
-
Felix Fietkau authored
netifd: update to the latest version, adds a revert of the link state handling patches which caused regressions in combination with wifi devices Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39050
-
- Dec 13, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39046
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39041
-
- Dec 11, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39035
-
- Dec 10, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 39027
-
- Dec 09, 2013
-
-
John Crispin authored
got broken due procd startup. Requires procd resource limit patch. Signed-off-by:
Ulrich Weber <uw@xyne.com> SVN-Revision: 39020
-
- Dec 08, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 39005
-
Felix Fietkau authored
netifd: update to the latest version, adds tunnel fixes by Hans Dedecker and adds back support for multiple networks per wifi-iface Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39004
-
- Dec 05, 2013
-
-
Steven Barth authored
SVN-Revision: 38996
-
- Dec 04, 2013
-
-
Steven Barth authored
SVN-Revision: 38994
-
- Dec 03, 2013
-
-
Felix Fietkau authored
netifd: update to the latest version, improves wireless status output and fixes some bridge handling issues Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38992
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38991
-
- Dec 02, 2013
-
-
Felix Fietkau authored
Add a new "reload" command that reloads the netifd config as well Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38989
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38988
-
Felix Fietkau authored
prepare for using /var/run/hostapd instead of /var/run/hostapd-phy* Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38986
-
Felix Fietkau authored
wpa_supplicant: clean up hostapd control socket on exit to fix socket leak in ap+sta mode on wifi restarts Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38985
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38984
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38982
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38981
-
- Nov 25, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38915
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38914
-
John Crispin authored
Before this patch, if we specify a plugin specific option through `pppd_options` in /etc/config/network, e.g. `rp_pppoe_verbose 1`, pppd would quit with the following error in log. Wed Oct 9 09:42:58 2013 daemon.notice netifd: GORG (1689): /usr/sbin/pppd: unrecognized option 'rp_pppoe_verbose' Wed Oct 9 09:42:58 2013 daemon.err pppd[1689]: unrecognized option 'rp_pppoe_verbose' Wed Oct 9 09:42:58 2013 daemon.notice netifd: GORG (1689): pppd version 2.4.5 Wed Oct 9 09:42:58 2013 daemon.notice netifd: GORG (1689): Usage: /usr/sbin/pppd [ options ], where options are: This is due to the requirement that function add_option() should be called by the plugin_init() function first before pppd can parse those options. Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 38911
-
- Nov 21, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38888
-
- Nov 18, 2013
-
-
Felix Fietkau authored
hostapd: remove random pool support - the entropy it gathers is questionable and we have better entropy sources on common platforms now Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38852
-
Jo-Philipp Wich authored
- instead of writing one (or more) ACCEPT rules in the filter table for each redirect install a global ctstate DNAT accept rule per zone - discard rules and redirects which have invalid options set instead of silently skipping the invalid values SVN-Revision: 38849
-
- Nov 16, 2013
-
-
Steven Barth authored
The correct bits are now cleared in the IPv6 address as the shift value to the correct byte in the IPv6 address was wrong. Depending on the stack values this could result in a hanging 6rdcalc program due to an endless loop. Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 38818
-
- Nov 13, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 38789
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 38787
-
- Nov 12, 2013
-
-
Felix Fietkau authored
hostapd: remove #ifdef MULTICALL around ap+sta support code (to support separately installed supplicant+hostapd) Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38782
-
Jo-Philipp Wich authored
Fixes #14325 Signed-off-by:
Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 38779
-
Jo-Philipp Wich authored
Signed-off-by:
Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 38778
-
- Nov 11, 2013
-
-
Hauke Mehrtens authored
The associations list for Broadcom WDS interfaces are duplicate to those reported by the corresponding AP interface; so there is no need to report them again. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38746
-
Hauke Mehrtens authored
Modify the hwmodelist reporting for broadcom devices to include proper reporting of 802.11n support. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38745
-
Jo-Philipp Wich authored
SVN-Revision: 38743
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 38741
-