Skip to content
Snippets Groups Projects
  1. Mar 07, 2025
  2. Feb 27, 2025
  3. Dec 18, 2024
  4. Dec 06, 2024
  5. Dec 04, 2024
  6. Nov 28, 2024
  7. Sep 25, 2024
  8. Sep 23, 2024
  9. Sep 09, 2024
  10. Jul 29, 2024
  11. Jul 24, 2024
  12. Jul 03, 2024
  13. Jul 02, 2024
  14. May 20, 2024
  15. May 06, 2024
  16. Apr 25, 2024
  17. Feb 15, 2024
  18. Feb 13, 2024
  19. Feb 09, 2024
  20. Feb 08, 2024
  21. Jan 26, 2024
  22. Jan 16, 2024
  23. Jan 12, 2024
  24. Jan 08, 2024
  25. Jan 03, 2024
  26. Dec 18, 2023
  27. Dec 14, 2023
  28. Nov 27, 2023
  29. Nov 24, 2023
    • Michal Hrusecky's avatar
      patches/openwrt: Update kernel to 5.15.139 · e3abd1fc
      Michal Hrusecky authored
      Update to the latest kernel and drop two patches related to Omnia LEDs
      as they were merged upstream.
      e3abd1fc
    • Michal Hrusecky's avatar
      patches/(openwrt|luci): Support for pref64 (RFC 8781) · 5200f3a4
      Michal Hrusecky authored
      This option of IPv6 Router Advertisements allows devices connected to
      a IPv6-only network to discover IPv6 prefix of the NAT64 gateway.
      Devices can use this information for instance to setup client translator
      (CLAT) from IPv4 to IPv6 in 464XLAT (RFC 6877) scenario or to handle
      IPv4 address literal on application level.
      
      To enable PREF64 option, a new uci parameter ra_pref64 has to contain
      the NAT64 prefix, including prefix length. Only lengths of 96, 64, 56,
      48, 40 and 32 bits are supported. For example, to annonce the Well-Known
      Prefix:
      
      config dhcp 'lan'
              …
              option ra_pref64 '64:ff9b::/96'
      5200f3a4
  30. Nov 06, 2023
  31. Nov 02, 2023
  32. Oct 31, 2023
    • Michal Hrusecky's avatar
      patches/openwrt: Better IPv6 defaults · 9b7b1986
      Michal Hrusecky authored
      On WAN side automatically request prefix delegation. On LAN side use
      eui64 as static IPv6 identifier (::1 is an easy target) and assign also
      fe80::1 to the interface as it is common IPv6 address for a default
      gateway.
      9b7b1986
  33. Oct 30, 2023