Skip to content
Snippets Groups Projects
  1. Mar 10, 2016
    • Linus Lüssing's avatar
      bridge: Lower IGMP/MLD query intervals for br-client · 4d00c804
      Linus Lüssing authored
      
      There are some devices not acting properly to roaming events, in that
      they do not timely reissue IGMP/MLD reports after reconnecting.
      
      To compensate for that this commit reduces the query interval from 125
      seconds to 20 and the query response interval from 20 seconds to 5.
      This reduces a timeout to 20+5 seconds in the worst-case (12.5s average)
      after a roaming event for such broken devices. This should be below the
      30s "impatient user threshold" and below any connection timeout.
      
      Until the bridge multicast snooping + querier gets re-enabled this is a
      no-op.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      4d00c804
  2. Mar 08, 2016
  3. Feb 29, 2016
  4. Feb 28, 2016
  5. Feb 26, 2016
  6. Feb 16, 2016
  7. 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
  8. Feb 08, 2016
  9. Feb 05, 2016
  10. Feb 02, 2016
  11. Jan 13, 2016
  12. Jan 08, 2016
  13. Jan 07, 2016
  14. Jan 02, 2016
  15. Dec 18, 2015
  16. Dec 08, 2015
  17. Dec 07, 2015
  18. Nov 27, 2015
  19. Nov 18, 2015
    • Matthias Schiffer's avatar
      gluon-mesh-batman-adv-core: keep disabled state even when the mesh interface... · 0335ce10
      Matthias Schiffer authored
      gluon-mesh-batman-adv-core: keep disabled state even when the mesh interface section name is changed
      
      Is makes sense to always look for both ibss_radio* and mesh_radio* sections
      to determine if the meshing should be enabled when regenerating these
      sections. Doing this, the disabled state will survive updates changing the
      section name (either updating from pre-2015.2 while keeping IBSS, or
      changing from IBSS to 11s or vice-versa).
      
      If both ibss_radio* and mesh_radio* sections exist, the disabled state will
      be kept correctly for each section, the behaviour is changed only when
      creating a section that didn't exist before.
      
      Fixes #549
      0335ce10
    • Matthias Schiffer's avatar
      gluon-site: set PKG_FILE_DEPENDS to site.conf and i18n/ only · e5289771
      Matthias Schiffer authored
      PKG_FILE_DEPENDS caused the whole site repo to be hashed to determine if
      gluon-site needed rebuilding. While this is normally no problem,
      alternative build setups sometimes put the Gluon repo inside the site repo,
      causing long build times and parallel build failures.
      e5289771
  20. Nov 12, 2015
    • Leo Krueger's avatar
      gluon-ebtables-filter-multicast: drop icmpv6 type 128 & 139, drop icmp · bc15b6c8
      Leo Krueger authored
      in a layer 2 mesh network, multicast pings cause a lot of traffic in the
      network, significantly increasing the 'backgroudn noise' (= Grundrauschen)
      and stressing nodes in the network.
      
      this commit blacklists all icmpv4 multicast traffic as well as multicast
      icmpv6 echo-requests and node iformation queries. as no application
      depending on these types of multicast traffic is known, blacklisting is safe.
      bc15b6c8
Loading