Skip to content
Snippets Groups Projects
  1. Nov 10, 2016
  2. Nov 05, 2016
  3. Nov 02, 2016
  4. Oct 15, 2016
  5. Oct 13, 2016
  6. Oct 11, 2016
  7. Sep 30, 2016
  8. Sep 09, 2016
  9. Sep 07, 2016
  10. Aug 28, 2016
  11. Aug 22, 2016
  12. Aug 09, 2016
  13. Jul 29, 2016
  14. Jul 28, 2016
  15. Jul 27, 2016
  16. Jul 26, 2016
  17. Jul 25, 2016
  18. Jul 21, 2016
  19. Jul 20, 2016
  20. Jul 19, 2016
  21. Jul 06, 2016
    • Sven Eckelmann's avatar
      batman-adv: import Linux 4.7 fixes · 4af46bdb
      Sven Eckelmann authored
      
      Introduce new fixes:
      
       * Avoid nullptr dereference in bla after vlan_insert_tag
       * Avoid nullptr dereference in dat after vlan_insert_tag
       * Avoid tt_req_node list put for unhashed entry
       * Fix orig_node_vlan leak on orig_node_release
       * Fix non-atomic bla_claim::backbone_gw access
       * Fix reference leak in batadv_find_router
       * Free last_bonding_candidate on release of orig_node
      
      Also replace the gluon version of the speedyjoin patch with the one already
      included in openwrt-routing.
      
      Signed-off-by: default avatarSven Eckelmann <sven.eckelmann@open-mesh.com>
      4af46bdb
  22. Jul 03, 2016
  23. Jul 01, 2016
  24. Jun 21, 2016
    • Sven Eckelmann's avatar
      batman-adv: Fix speedy join in gateway client mode · 93fe2750
      Sven Eckelmann authored
      
      Speedy join only works when the received packet is either broadcast or an
      4addr unicast packet. Thus packets converted from broadcast to unicast via
      the gateway handling code have to be converted to 4addr packets to allow
      the receiving gateway server to add the sender address as temporary entry
      to the translation table.
      
      Not doing it will make the batman-adv gateway server drop the DHCP response
      in many situations because it doesn't yet have the TT entry for the
      destination of the DHCP response.
      
      Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
      93fe2750
  25. Jun 17, 2016
  26. Jun 16, 2016
Loading