- Sep 07, 2016
-
-
Ruben Barkow authored
-
J0WI authored
None of them are used by modern browsers anymore, so it's safe to remove them.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Fixes #834
-
Matthias Schiffer authored
Fixes #842
-
Matthias Schiffer authored
Users may have defined additional mesh interfaces. Properly migrate these to avoid subtly breaking the network config (and make them ready for new mesh protocols).
-
Matthias Schiffer authored
gluon-client-bridge: add LAN interfaces to client bridge by default (instead of doing this in the batman-adv-specific scripts) This allows to weaken the gluon-mesh-batman-adv-core dependency of gluon-luci-portconfig to gluon-client-bridge.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
This new protocol will allow configuring mesh interfaces independently of the used mesh protocol.
-
- Sep 05, 2016
-
-
Lustikus authored
[Matthias Schiffer: changed the text a bit]
-
- Sep 02, 2016
-
-
Jan-Philipp Litza authored
-
- Aug 30, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Switch to: 1. WAN 2. LAN 3. Mesh VPN As WAN and LAN are setup in gluon-mesh-batman-adv-core (and will be moved to gluon-core), while the mesh VPN has its own package, giving WAN and LAN the first indices is preferable.
-
Ruben Barkow authored
-
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
-