- Apr 27, 2016
-
-
kb-light authored
-
Matthias Schiffer authored
There are a few devices which have more than one LAN interface (for example some revision of the TL-WR941ND, which uses a DSA-based switch, so each switch port has its own netdev.) On these devices we need a bridge for mesh-on-lan (as the alternative of adding them to batman-adv individually would need too many MAC addresses.)
-
lemoer authored
While ath9k/ath10k devices can supprt VIFs with any combination of MAC addresses, there are also adapters which have a hardware MAC filter which only allows a few bits to differ. This commit changes the addresses of all VIFs to ony differ in the last 3 bits, which is required to support many Ralink/Mediatek based WLAN adapters. Technically, the new addresses are generated by calculating an MD5 hash of the primary MAC address and using a part of this hash as a prefix for the MAC addresses. The addresses (BSSIDs) of the AP VIFs are also reused for the LAN and WAN interfaces in mesh-on-LAN/WAN mode to reduce the number of needed addresses, and thus reduce the chance of collisions. This is not a problem as the MAC addresses of the AP VIFs are never used except as BSSID, and thus not seen by routing protocols like batman-adv. Fixes #648 [Matthias Schiffer: rewrote commit message]
-
corvusmo authored
-
- Apr 26, 2016
-
-
Matthias Schiffer authored
We have Git for history, there's no reason to keep old files that aren't used anymore.
-
- Apr 24, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
It is not used anymore.
-
- Apr 22, 2016
-
-
Jan Niehusmann authored
Device information can be found at: http://www.8devices.com/products/carambola-2 https://wiki.openwrt.org/toh/8devices/carambola2 I only did some minimal testing of gluon on the carambola 2 development board: - Config mode works - Connects to Wifi Mesh - Allows clients to connect Notably, autoupgrade has not yet been tested. Change to 010-primary-mac is necessary as the mac address printed on the sticker is the one of eth0, not the wifi mac.
-
- Apr 08, 2016
-
-
corvusmo authored
Fixes #698
-
- Apr 03, 2016
-
-
Jan-Philipp Litza authored
-
- Apr 02, 2016
-
-
Matthias Schiffer authored
Avoid commiting configs inbetween to decrease number of flash writes. Fixes #714.
-
Matthias Schiffer authored
It doesn't seem like this mistake had any effect.
-
- Mar 10, 2016
-
-
Linus Lüssing authored
We are mostly dealing with the 2.4GHz crap-band here, so increasing the IGMP/MLD robustness parameter to three to be able to compensate for up to two consecutive instead of just one lost packet. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Linus Lüssing authored
There are some devices not acting properly to roaming events, in that they do not timely reissue IGMP/MLD reports after reconnecting. To compensate for that this commit reduces the query interval from 125 seconds to 20 and the query response interval from 20 seconds to 5. This reduces a timeout to 20+5 seconds in the worst-case (12.5s average) after a roaming event for such broken devices. This should be below the 30s "impatient user threshold" and below any connection timeout. Until the bridge multicast snooping + querier gets re-enabled this is a no-op. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Mar 08, 2016
-
-
Matthias Schiffer authored
This include wasn't actually missing, but well hidden behind the iwinfo.h include. Make this more obvious.
-
Linus Lüssing authored
Adopt the according modifications to the default firewall settings of the WAN interface from OpenWRT, revision 45613. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Linus Lüssing authored
An IGMP/MLD domain split will prevent us from being able to track multicast listeners on other nodes. Therefore we need to always hand any multicast packets we received from local clients to batman-adv. With bridge multicast snooping disabled, the current setting in Gluon, this is already the case. However, in preparation to enabling multicast snooping, we need to enforce forwarding towards batman-adv by setting the bridge port option "multicast_router" to 2. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Feb 29, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
It is not supported by all browsers yet. Also change load display always to display 2 decimal digits (as it is read from the kernel with 2 decimal digits). Fixes #606
-
Matthias Schiffer authored
notUpdated is a Set, to a for-in loop doesn't work. Fixes #657
-
- Feb 28, 2016
-
-
Matthias Schiffer authored
Make bandwidth limits unsigned; trim numbers, the validator accepts trailing whitespace.
-
- Feb 26, 2016
-
-
Matthias Schiffer authored
Mobile browsers will often show or hide the address bar while scrolling. This causes resize events which would often reset the signal graphs. Fixes #662
-
- Feb 16, 2016
-
-
Matthias Schiffer authored
Ethernet links provide transitive connectivity in all but very unusual setup, enable mesh_no_rebroadcast to reduce load for devices on links with many nodes. Fixes #652
-
- Feb 10, 2016
-
-
Kokel authored
This new feature introduces the new uci section 'gluon-core.wireless' with a preserve_channels option: * preserve_channels (boolean) By setting this option to 1 (true) wifi channels will be preserved during upgrades.
-
- Feb 08, 2016
-
-
Matthias Schiffer authored
Should be redundant after 0bd0df6f
-
- Feb 05, 2016
-
-
Matthias Schiffer authored
Fixes #558
-
Matthias Schiffer authored
Restrict to link-local addresses to prevent amplification attacks from outside the mesh, or such attacks affecting the outside world. Fixes #637
-
- Feb 02, 2016
-
-
Matthias Schiffer authored
-
Jan-Philipp Litza authored
If the query was via multicast, the response isn't matched by --state ESTABLISHED,RELATED This fixes #619
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Instead of starting gluon-respondd from a hotplug handler, add a proper init script. The new init script has a restart_if_running argument which is now used by the hotplug handler.
-
Matthias Schiffer authored
gluon-announced and gluon-announce are merged to gluon-respondd.
-
Matthias Schiffer authored
-
- Jan 13, 2016
-
-
Daniel Golle authored
introduce function to recurse down to the lowest layer-2 interface corresponding to a given interface. also re-introduce some of the previously removed input validation plus some more to protect against glob and path based exploits.
-
- Jan 08, 2016
-
-
Matthias Schiffer authored
-
- Jan 07, 2016
-
-
Delta / Stefan authored
Fixes #614
-
- Jan 02, 2016
-
-
Matthias Schiffer authored
This will allow us to use its content from other languages than Lua as well.
-
- Dec 18, 2015
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-