Skip to content
Snippets Groups Projects
  1. Apr 23, 2019
  2. Nov 26, 2018
  3. Apr 27, 2018
  4. Apr 15, 2018
  5. Apr 13, 2018
  6. Apr 11, 2018
  7. Mar 16, 2018
  8. Jan 24, 2018
    • Matthias Schiffer's avatar
      gluon-core: allow zero VXLAN UDP checksum on RX · 7ae8a511
      Matthias Schiffer authored
      Also disabling TX checksums and not only allowing incoming packets without
      checksum will provide another small speedup. As doing so would break wired
      meshing with VXLAN-enabled nodes that require non-zero checksums, we will
      wait a few days before this step.
      Unverified
      7ae8a511
  9. Jan 19, 2018
  10. Jan 18, 2018
  11. Jun 27, 2017
  12. Apr 12, 2017
  13. Feb 24, 2017
  14. Sep 07, 2016
  15. Jul 10, 2016
  16. Jun 22, 2016
  17. Jun 17, 2016
  18. May 23, 2016
  19. May 13, 2016
  20. Apr 27, 2016
    • lemoer's avatar
      Change MAC schema generation (#715) · c73a12e0
      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]
      c73a12e0
  21. Apr 24, 2016
  22. Apr 22, 2016
  23. Apr 03, 2016
  24. Apr 02, 2016
  25. Mar 08, 2016
  26. Feb 10, 2016
    • Kokel's avatar
      gluon-core: add preserve wifi channels feature · 388d264f
      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.
      388d264f
  27. Jan 02, 2016
  28. Oct 28, 2015
  29. Oct 27, 2015
  30. Oct 26, 2015
    • Matthias Schiffer's avatar
      Merge gluon-radio-config into gluon-core · 22130e84
      Matthias Schiffer authored
      gluon-radio-config contained only a single file. The code has been adjusted
      to allow creating a Gluon configuration without WLAN support by removing
      the wifi24 and wifi5 sections from site.conf.
      22130e84
Loading