Skip to content
Snippets Groups Projects
  1. Aug 22, 2016
    • T-X's avatar
      gluon-mesh-batman-adv-core: disable bridge port learning on bat0 (#780) · d5829d87
      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: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      d5829d87
    • Matthias Schiffer's avatar
      dropbear: update to LEDE 277f85c21ae0ede4e15e66cbd801b9fb502531df · b00c1a30
      Matthias Schiffer authored
      Includes a few security updates and enables Curve25519 support.
      
      Fixes #223
      b00c1a30
    • Matthias Schiffer's avatar
      ar71xx: backport fixes for better CPE210/510 support (again) · 61cde569
      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.
      61cde569
    • Ruben Barkow's avatar
      934f640b
    • Simon Wunderlich's avatar
      ar71xx-generic: remove broken mark for wr842n-v3 (#859) · 65549888
      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: default avatarSimon Wunderlich <sw@simonwunderlich.de>
      65549888
  2. Aug 12, 2016
  3. Aug 09, 2016
  4. Aug 08, 2016
  5. Jul 30, 2016
  6. Jul 29, 2016
  7. Jul 28, 2016
  8. Jul 27, 2016
  9. Jul 26, 2016
  10. Jul 25, 2016
  11. Jul 21, 2016
  12. Jul 20, 2016
Loading