Skip to content
Snippets Groups Projects
  1. Feb 10, 2017
  2. Jan 26, 2017
  3. Jan 24, 2017
  4. Jan 19, 2017
  5. Jan 18, 2017
  6. Jan 17, 2017
  7. Jan 06, 2017
  8. Dec 21, 2016
  9. Dec 10, 2016
  10. Dec 06, 2016
  11. Nov 22, 2016
  12. Sep 10, 2016
  13. Sep 07, 2016
  14. Aug 27, 2016
  15. Aug 22, 2016
    • Linus Lüssing's avatar
      gluon-core: reenable multicast snooping on WAN side · 6594ba31
      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: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      6594ba31
  16. Jul 29, 2016
  17. Jul 27, 2016
  18. Jul 20, 2016
  19. Jul 10, 2016
  20. Jun 22, 2016
  21. Jun 17, 2016
  22. May 23, 2016
  23. May 13, 2016
  24. 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
  25. Apr 24, 2016
Loading