Skip to content
Snippets Groups Projects
  1. Jan 14, 2022
  2. Dec 19, 2021
  3. Sep 13, 2021
  4. Aug 28, 2021
  5. Aug 27, 2021
  6. Aug 12, 2021
  7. Aug 11, 2021
  8. Aug 10, 2021
  9. Jul 17, 2021
    • David Bauer's avatar
      gluon-core: wireless: support PHY lookup for multi-PHY devices (#2267) · f01c62e5
      David Bauer authored
      
      The PHY lookup helper "find_phy_by_path" could not lookup the PHY name
      for paths from multi-phy devices.
      
      An example for such a path would be:
      '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
      
      The integer after the plus (+) character determines the PHY index of the
      specific device in relation to the PHY with the lowest index of the
      device.
      
      For example, if the device provides phy2 and phy3, the above path would
      describe phy3. In case the device provides phy0 and phy1, it would
      describe phy1.
      
      Rewrite the "find_phy_by_path" function to support those paths as well
      as regular device paths in a universal manner.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      f01c62e5
  10. Jul 15, 2021
  11. Jul 13, 2021
    • Matthias Schiffer's avatar
      ramips-rt305x: drop target · 09c9b78e
      Matthias Schiffer authored
      VoCores aren't exactly useful mesh nodes except for experimentation.
      They certainly aren't worth maintaining a whole target, in particular
      one that has a WLAN driver not used by any other target.
      09c9b78e
  12. Jul 01, 2021
  13. Jun 26, 2021
  14. Jun 21, 2021
  15. Jan 13, 2021
  16. Jan 10, 2021
  17. Dec 29, 2020
  18. Jul 13, 2020
  19. Jul 05, 2020
  20. Jul 02, 2020
  21. Jun 14, 2020
  22. Jun 10, 2020
  23. May 28, 2020
  24. May 10, 2020
  25. May 04, 2020
  26. Apr 11, 2020
  27. Mar 25, 2020
    • David Bauer's avatar
      gluon-core: add WPA3 platorm helper · 86b51047
      David Bauer authored
      This adds a helper method, which determines if the current platform
      supports WPA3 or not.
      
      WPA3 is supported if
       - the device is not in the featureset category "tiny"
       - the WiFi driver supports 802.11w management frame protection
      86b51047
  28. Mar 11, 2020
  29. Mar 09, 2020
  30. Nov 26, 2019
  31. Nov 07, 2019
  32. Aug 23, 2019
    • Christof Schulze's avatar
      gluon-core: enhance mac_to_ip() beyond RFC 4291 (#1798) · bd543db8
      Christof Schulze authored
      mac_to_ip() calculates an ipv6 address from a mac address according to
      RFC 4291. For wireguard we have to use specially crafted addresses that
      must be unique. This allows calculating such unique mac-based addresses
      by allowing to optionally specifying the bytes to be inserted into the
      address.
      bd543db8
  33. Jun 17, 2019
  34. Jun 16, 2019
Loading