- Aug 30, 2016
-
-
Steffen Förster authored
+ added profile for these devices + added entry in the docs for these devices plus the missing alfa tube
-
- Aug 28, 2016
-
-
Matthias Schiffer authored
Fixes #854
-
Matthias Schiffer authored
Generate flashable images for the Archer C7 v2 with current stock firmware again. To set the region code, the GLUON_REGION variable must be set to "us" or "eu" in site.mk or as a make argument. Fixes #860
-
- Aug 27, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Fixes #414
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Allows weird release numbers, models and site names, and prepares support for pretty hostnames.
-
Matthias Schiffer authored
-
kb-light authored
-
kb-light authored
and add documentation
-
- Aug 26, 2016
- Aug 24, 2016
-
-
Matthias Schiffer authored
Fixes #862
-
- Aug 22, 2016
-
-
Matthias Schiffer authored
Fixes #800
-
Linus Lüssing authored
Just like we enabled multicast snooping on the batman-adv client bridge again, let's do the same for the WAN side. With one exception: The IGMP/MLD querier is kept disabled to avoid becoming too "bossy"/"noisy" on a foreign network. The main router on the WAN side should perform querying and by that enable IGMP/MLD/snooping if it considers this appropriate there. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Linus Lüssing authored
A few issues with the bridge snooping were identified and fixed upstream in OpenWRT: * "firewall: Allow IGMP and MLD input on WAN" (r45613) * "kernel: bridge: backport two snooping related patches" (r45783) * netifd: "bridge: Fix multicast_to_unicast feature by hairpin+isolate" (OW: "netifd: update to the latest version, adds multicast-to-unicast fixes" (r46719)) * "kernel: bridge, multicast-to-unicast: assign src after pskb_may_pull()" (r46721) * "kernel: bridge, multicast-to-unicast: fix echoes on STA" (46765) These have very likely caused issues with the bridge snooping before, which led to disabling it in the past. Let's reenable the multicast snooping now that they were fixed for reduced multicast overhead on the wifi. Advantages are the following: This mildly reduces overhead on the mesh layer. And significantly reduces overhead on the AP interface and therefore significantly increases available airtime (the currently most significant scalability bottleneck). Secondly removes an easy, often accidental node-local Denial-of-Service vector based on multicast flooding / streaming. Thirdly, makes node-local multicast streaming feasible. Finally should noticably increase battery life of mobile devices. Note: bridge querier is disabled for br-wan. We want to avoid becoming too "bossy"/"noisy" on a foreign network. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
T-X authored
The mesh side has become fairly huge in many communities. Up to a few thousand entries can currently be found in the forwarding database (fdb) of a bridge for its bridge port bat0. The bridge fdb is kind of redundant to the batman-adv global translation table here. Therefore this patch tries to reduce memory footprint by following an approach similar to the IGMP/MLD split patchset approach: Make the bridge oblivious not only regarding multicast listeners towards the mesh but with this patch unicast hosts on the mesh, too. If the destination of an ethernet frame is known by the bridge to be a local one, then the frame is forwarded to the according port. If it is unknown, then the frame is forwarded to the wifi AP interface and bat0. mac80211 and batman-adv then know whether to drop or forward a frame further through their own book-keeping. Note that unicast-flood is not disabled for the wifi AP bridge port, nor is learning disabled on the wifi AP. This is mainly to keep the configuration in UCI and according setup scripts simple ;). However, not disalbling unicast-flood on the wifi AP interface might also give a minor latency improvement for newly joining wifi clients. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Matthias Schiffer authored
Includes a few security updates and enables Curve25519 support. Fixes #223
-
Matthias Schiffer authored
This patchset enables the RX LNA for the CPE210/510, improving RX by about 20dB. The profiles for CPE210 and CPE510 is split into two images. The problematic patch switching the CPE510 to the secondary ART is left out.
-
Ruben Barkow authored
-
Simon Wunderlich authored
I've bought a couple of those devices from Senetic GmbH. https://www.senetic.de/product/TL-WR842N They have 16 MB of Flash and 64 MB of RAM. Platform support works fine, I've also tested a little with Ethernet (since I saw some regressions on OpenWRT/LEDE with 841v11), no problems. Therefore, lets remove the broken mark. Signed-off-by:
Simon Wunderlich <sw@simonwunderlich.de>
-
- Aug 12, 2016
-
-
Matthias Schiffer authored
-
- Aug 09, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Switching branches and applying patches in the build repos will unnecessarily touch many files, causing rebuilds of packages that didn't really change; furthermore, it is filling the reflog with many entries. Don't ever switch to base branch in the build repos and apply patches in a temporary clone to avoid these issues. In addition, GPG signing is generally disabled in the build repos to override potential global configuration (as signing doesn't make sense and will slow down rebases).
-
- Aug 08, 2016
-
-
@RubenKelevra authored
-
Sprinterfreak authored
-
kb-light authored
Fixes #845
-
- Jul 30, 2016
-
-
Jan-Philipp Litza authored
The main advantage is that procd is capable of logging stderr to logd, making errors easier to debug.
-
- Jul 29, 2016
-
-
Matthias Schiffer authored
Fixes #328
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Jannis Pinter authored
Add Buffalo WZR-HP-G300NH2 to Makefile, device is already supported in OpenWrt and LEDE. Verified functionality with actual device.
-
- Jul 28, 2016
-
-
Matthias Schiffer authored
Fixes #658
-
- Jul 27, 2016
-
-
Matthias Schiffer authored
-