Skip to content
Snippets Groups Projects
  1. Sep 26, 2019
    • Martin Weinelt's avatar
      modules: update OpenWrt · 50940cd7
      Martin Weinelt authored
      491e839262 brcm47xx: sysupgrade: fix device model detection
      4acc0db480 kernel: bump 4.14 to 4.14.146
      3699327da3 kernel: bump 4.9 to 4.9.194
      45a2c0f309 hostapd: Fix AP mode PMF disconnection protection bypass
      e289a4133c hostapd: SAE/EAP-pwd side-channel attack update
      a63edb4691 mbedtls: update to 2.16.3
      2698157d54 mbedtls: Update to version 2.16.2
      952bafa03c openssl: bump to 1.0.2t, add maintainer
      7e1db8f27c kernel: bump 4.14 to 4.14.145
      d32cf52674 kernel: bump 4.14 to 4.14.144
      745292ba10 kernel: bump 4.9 to 4.9.193
      5880dd48d5 mac80211: brcmfmac: backport the last 5.4 changes
      90f6af5108 ar71xx: fix potential IRQ misses during dispatch for qca953x
      e545808e89 ar71xx: Fix potentially missed IRQ handling during dispatch
      59e42f9e3e kernel: bump 4.14 to 4.14.143
      418cf097e7 kernel: bump 4.9 to 4.9.192
      6f677d6848 tools: mkimage: fix __u64 typedef conflict with new glibc
      c5ed9f4344 kernel: bump 4.14 to 4.14.142
      556f86bbfd kernel: bump 4.9 to 4.9.191
      2d257351f3 ramips: fix duplicate network setup for dlink, dir-615-h1
      2a22e41fe4 ramips: fix D-Link DIR-615 H1 switch port mapping
      f9dec32be7 ramips: remove duplicate case for MAC setup of freestation5
      7393ce8d87 mac80211: brcmfmac: backport more kernel 5.4 changes
      f6de1fa6c6 bzip2: Fix CVE-2019-12900
      7ac6044632 ar71xx: WNR2200: remove redundant GPIO for WLAN LED
      9d1cd9d098 kernel: bump 4.14 to 4.14.141
      4b5c77ca2f ath9k: backport dynack improvements
      73bba470a4 kernel: bump 4.14 to 4.14.140
      8bc800aa56 kernel: bump 4.9 to 4.9.190
      c948a74158 kernel: bump 4.14 to 4.14.139
      09d63fb0a6 musl: Fix CVE-2019-14697
      564d81e944 iptables: patch CVE-2019-11360 (security fix)
      5e3b21c916 musl: ldso/dlsym: fix mips returning undef dlsym
      2df2b75208 wolfssl: fixes for CVE-2018-16870 & CVE-2019-13628
      09bdc14419 kernel: bump 4.14 to 4.14.138
      e058fb3658 kernel: bump 4.9 to 4.9.189
      28dc34f249 xfsprogs: Replace valloc with posix_memalign
      24967a6c42 libbsd: Fix compilation under ARC
      30815d65d2 nftables: Fix compilation with uClibc-ng
      dc2f2a16d3 tools/patch: apply upstream patch for cve-2019-13638
      c99ceb7030 tools/patch: apply upstream patch for CVE-2019-13636
      
      Compile-tested: ar71xx-{generic,tiny}, ramips-rt305x, x86-64
      50940cd7
    • bobcanthelpyou's avatar
      docs: fix typos · c221c7a3
      bobcanthelpyou authored
      (cherry picked from commit 85532548)
      c221c7a3
  2. Sep 23, 2019
  3. Sep 22, 2019
  4. Sep 21, 2019
    • Linus Lüssing's avatar
      docs: gluon-mesh-batman-adv: note regarding IGMP/MLD snooping switches · ff050a29
      Linus Lüssing authored
      This adds a warning that entprise switches with an IGMP/MLD snooping
      feature are not supported yet with IGMP/MLD filtering enabled.
      
      For this to work, firstly the Linux bridge on the Gluon node needs to
      support Multicast Router Discovery (RFC4286). But this feature was only
      added to the Linux kernel recently, in 5.1.
      
      Secondly, a Gluon node would need to periodically send "Multicast Router
      Advertisment" (RFC4286) messages, to "announce" the multicast router
      port setting on bridge port bat0.
      
      Thirdly, the IGMP/MLD snooping switches would need to implement
      RFC4286.
      ff050a29
    • Linus Lüssing's avatar
      Revert "gluon-mesh-batman-adv: reenable batman-adv multicast optimizations" · 302a7951
      Linus Lüssing authored
      This reverts commit 9b1eb40f.
      
      With the batman-adv v2019.2 upgrade reverted (c1a77339), the batman-adv
      multicast-to-multi-unicast feature is not available yet. Without that it is
      going to be very unlikely of the batman-adv multicast optimizations to
      take effect. E.g. some outdated nodes would disable it.
      
      To avoid confusion and diversion with a few communities having it enabled
      and most implicitly deactivated, just deactivate it for all for now
      until batman-adv is updated to v2019.2 or greater again.
      302a7951
  5. Sep 20, 2019
  6. Sep 17, 2019
  7. Sep 15, 2019
  8. Sep 14, 2019
  9. Sep 13, 2019
  10. Sep 12, 2019
  11. Sep 10, 2019
  12. Sep 06, 2019
  13. Sep 04, 2019
  14. 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
  15. Aug 22, 2019
  16. Aug 21, 2019
  17. Aug 18, 2019
  18. Aug 15, 2019
  19. Aug 13, 2019
    • Martin Weinelt's avatar
      gluon-web-network: fix variable shadowing · eeb745d7
      Martin Weinelt authored
      package/gluon-web-network/luasrc/lib/gluon/config-mode/model/admin/network.lua:122:16: (W431) shadowing upvalue f on line 19
      
      Fixes: bab4af01 ("gluon-web-network: improve PoE GPIO name translation
      handling")
      eeb745d7
    • Martin Weinelt's avatar
      modules: update OpenWrt · 8974d326
      Martin Weinelt authored
      89808e211c kernel: bump 4.14 to 4.14.137
      349714a491 kernel: bump 4.9 to 4.9.188
      0a4a82a431 config: introduce separate CONFIG_SIGNATURE_CHECK option
      8a83892662 packages: apply usign padding workarounds to package indexes if needed
      0bce1d0db9 usign: update to latest Git HEAD
      958411aa61 kernel: bump 4.14 to 4.14.136
      2807f84b62 kernel: bump 4.9 to 4.9.187
      7e4ce0c655 ar71xx: wpj531: fix SIG1/RSS1 LED GPIO
      
      Compile-tested: ar71xx, mpc85xx
      8974d326
    • Simon Terzenbach's avatar
Loading