Skip to content
Snippets Groups Projects
  1. Jul 11, 2018
  2. Jul 10, 2018
  3. Jul 08, 2018
  4. Jul 07, 2018
  5. Jul 03, 2018
  6. Jul 02, 2018
  7. Jul 01, 2018
  8. Jun 30, 2018
  9. Jun 29, 2018
  10. Jun 25, 2018
  11. Jun 24, 2018
  12. Jun 23, 2018
  13. Jun 22, 2018
  14. Jun 19, 2018
  15. Jun 17, 2018
  16. Jun 13, 2018
  17. Jun 09, 2018
  18. Jun 08, 2018
  19. Jun 07, 2018
  20. Jun 06, 2018
    • Matthias Schiffer's avatar
      modules: update LEDE · 998cc6e1
      Matthias Schiffer authored
      b6a1f43075f9 base-files: fix UCI config parsing and callback handling
      6734f32d91cd mtd: add build hack to reintroduce shared mtd for older releases
      aaac9e82aa60 mtd: mark as nonshared to fix FS#484
      0fee4906d5c0 ustream-ssl: update to latest git HEAD
      f34a0756fd94 ustream-ssl: update to latest git HEAD
      98b9d8a3d3fd mbedtls: Activate the session cache
      88ba88e5adc4 mbedtls: update mbedtls to version 2.7.3
      998cc6e1
    • Matthias Schiffer's avatar
      ar71xx: fix boot with increased kernel size on CPE/WBS 210/510 · 0563473a
      Matthias Schiffer authored
      Fixes: d139a135 ("Add various patches to deal with bigger kernels")
      Fixes #1417
      0563473a
    • Sven Eckelmann's avatar
      mac80211: initialize sinfo in cfg80211_get_station · c840a588
      Sven Eckelmann authored
      Most of the implementations behind cfg80211_get_station will not initialize
      sinfo to zero before manipulating it. For example, the member "filled",
      which indicates the filled in parts of this struct, is often only modified
      by enabling certain bits in the bitfield while keeping the remaining bits
      in their original state. A caller without a preinitialized sinfo.filled can
      then no longer decide which parts of sinfo were filled in by
      cfg80211_get_station (or actually the underlying implementations).
      
      cfg80211_get_station must therefore take care that sinfo is initialized to
      zero. Otherwise, the caller may tries to read information which was not
      filled in and which must therefore also be considered uninitialized. In
      batadv_v_elp_get_throughput's case, an invalid "random" expected throughput
      may be stored for this neighbor and thus the B.A.T.M.A.N V algorithm may
      switch to non-optimal neighbors for certain destinations.
      c840a588
Loading