- Jun 03, 2018
-
-
Sven Eckelmann authored
A reference to the best gateway is taken when the list of gateways in the mesh is sent via netlink. This is necessary to check whether the currently dumped entry is the currently selected gateway or not. This information is then transferred as flag BATADV_ATTR_FLAG_BEST. After the comparison of the current entry is done, batadv_*_gw_dump_entry() has to decrease the reference counter again. Otherwise the reference will be held and thus prevents a proper shutdown of the batman-adv interfaces (and some of the interfaces enslaved in it). Fixes: 899235a4a637 ("Merge pull request #241 from ecsv/batman-adv-2016.4-maint-2016-10-29") Reported-by:
Andreas Ziegler <dev@andreas-ziegler.de> Signed-off-by:
Sven Eckelmann <sven@narfation.org>
-
- May 04, 2018
-
-
Matthias Schiffer authored
0bf3b72c33d9 nat46: fixup PKG_MIRROR_HASH 23aa2e7b4afa nodogsplash2: Add NDS Restart Hook for Firewall (#369) 7ae81c8311ec cjdns: 20.1 -> 20.2 ff7b5da265e1 prince: version bump to v0.4 2f90fe406c58 miniupnpd: De-maintainering myself. fdaa4cde3b2c bmx7: bump version 455a54207c84 batman-adv: upgrade package to latest release 2018.1 2e4937ea68f8 batctl: upgrade package to latest release 2018.1 a0eca40b0003 alfred: upgrade package to latest release 2018.1 015e5e99f2b6 bmx7: use configReaload on service reload 0ced8ec5a763 bmx7: keep bmx7 secret keys on sysupgrade 4bff0b3c65c5 cjdns: build fixes 7fc2fbdfc1b7 babeld: release 1.8.1 135bc605b4cf alfred: Support interface IDs with more than two digits 91e600e1cd9a bmx7: convert init script to use procd 86be0095b475 nodogsplash2: Add compatibility with mwan3 v2 17fccad969ea smcroute: Change download to HTTP 63cae8f571a6 bmx7: bump version
-
- Mar 16, 2018
-
-
Matthias Schiffer authored
Fixes checksum failures on TT version updates. Fixes #1321
-
- Mar 07, 2018
-
-
Linus Lüssing authored
The first one adds a fix that might potentially result in multicast packet loss once we would enable multicast_mode again. The second one avoids some small but unnecessary overhead. More importantly though, it is supposed to ease further multicast improvements later (e.g. no need for a multicast sending node to determine overlap between WANT_ALL_IPV4/6 flags and TT entries while on fast-path). Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Matthias Schiffer authored
3aaa772ef520 bmx7: bump version ccd4210f0ba7 bmx7: add PKG_MIRROR_HASH d6dcd0c75630 bmx6: add PKG_MIRROR_HASH 536782119f0a alfred: upgrade package to latest release 2018.0 6a6f5da5efd5 batctl: upgrade package to latest release 2018.0 3bb75b003563 batman-adv: upgrade package to latest release 2018.0 2f74073c209d bmx7: bump version to 58b3823262512a48f5174e6778b2368c55bd05d9 733e935f04fc cjdns: v20 -> v20.1 f0ee73aa2285 bmx7: bump version 21a6454d7226 bmx6: bump to latest upstream version
-
- Jan 24, 2018
-
-
Matthias Schiffer authored
Improves performance slightly.
-
- Jan 23, 2018
-
-
Matthias Schiffer authored
Fixes "hw csum failure" log spam in batman-adv.
-
- May 30, 2017
-
-
Matthias Schiffer authored
Updates batman-adv and alfred to 2017.1. This also allows us to drop our last batman-adv patch.
-
- Feb 11, 2017
-
-
Matthias Schiffer authored
Also remove our own no_rebroadcast patch, as batman-adv v2016.5 now has a more sophisticated rebroadcast suppression that should work automatically in the most relevant cases.
-
- Jan 27, 2017
-
-
Matthias Schiffer authored
Fixes a build issue when switching targets.
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Dec 20, 2016
-
-
Matthias Schiffer authored
-
- Dec 11, 2016
-
-
Matthias Schiffer authored
This lifts batman-adv and alfred to version 2016.4.
-
- Jul 27, 2016
-
-
Matthias Schiffer authored
-
- Jul 06, 2016
-
-
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:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
- Jun 21, 2016
-
-
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:
Sven Eckelmann <sven@narfation.org>
-
- Jun 16, 2016
-
-
Matthias Schiffer authored
batman-adv & alfred 2016.2.
-
Matthias Schiffer authored
-
- May 29, 2016
-
-
Matthias Schiffer authored
Now really fixes the build on Debian Jessie...
-
Matthias Schiffer authored
-
- May 28, 2016
-
-
Matthias Schiffer authored
Allow to build Gluon with GCC 4.7 (e.g. on Debian Wheezy) as host compiler again.
-
- May 09, 2016
-
-
Matthias Schiffer authored
Make pkg-config, mkimage and gcc build with GCC 6 as host compiler. Fix miscompilation of node. Fixes #755
-
- Mar 28, 2016
-
-
Matthias Schiffer authored
-
- Feb 08, 2016
-
-
Matthias Schiffer authored
Should be redundant after 0bd0df6f
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 02, 2016
-
-
Matthias Schiffer authored
-
- Dec 18, 2015
-
-
Matthias Schiffer authored
-
- Oct 28, 2015
-
-
Matthias Schiffer authored
-
- Oct 25, 2015
-
-
Matthias Schiffer authored
-
- Sep 05, 2015
-
-
Matthias Schiffer authored
LuCI's authentication won't work without rpcd, but we aren't using the authentication anyways. Users who need it can just install rpcd explicitly. Fixes #452
-
- Sep 04, 2015
-
-
Nils Schneider authored
-
Jan-Philipp Litza authored
-
- Aug 31, 2015
-
-
Jan-Philipp Litza authored
-
- Aug 30, 2015
-
-
Jan-Philipp Litza authored
Apart from replacing a patch for the former by two patches for latter, this involved minimal adaptations of the lua scripts in the following packages: * gluon-announce * gluon-announced * gluon-mesh-batman-adv-core * gluon-status-page
-
- Aug 09, 2015
-
-
Matthias Schiffer authored
-
- Aug 06, 2015
-
-
Matthias Schiffer authored
This also updates batman-adv & alfred to 2015.1
-