Commit Graph

866 Commits

Author SHA1 Message Date
Marek Lindner d5b83e53c5 batman-adv: add missing ewma compat declaration
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-07-31 10:31:12 +08:00
zorun 06844bbcb7 Merge pull request #214 from zorun/babeld_update_url_cc
babeld: Update source URL
2016-07-30 13:36:02 +02:00
Baptiste Jonglez 7aa480831c babeld: Update source URL
There is a HTTP redirection in place from the old URL to the new URL, but
better change it now than waiting for the redirection to disappear.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-30 13:31:11 +02:00
Axel Neumann d9cadd9c7b bmx7: update source (fixing several DoS scenarios) 2016-07-20 11:17:37 +02:00
Axel Neumann 0dc9e3911e bmx7: update source (disable sysctl settings for net/ipv4/conf/{all|default}) 2016-07-19 16:01:49 +02:00
Axel Neumann 0e56d45e21 bmx7: update source (fixing discarded dhm packet signatures) 2016-07-12 15:00:23 +02:00
lindnermarek 216429d8fd Merge pull request #207 from ecsv/ecsv/batadv-cc-speedyjoin
CC: batman-adv: Fix speedy join in gateway client mode
2016-07-06 21:38:15 +08:00
Sven Eckelmann 0d86d08be9 batman-adv: Fix speedy join in gateway client mode
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.eckelmann@open-mesh.com>
2016-07-06 15:36:23 +02:00
Sven Eckelmann 14e98d86ac batman-adv: Add reference counting + nullptr 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

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
2016-07-05 12:03:44 +02:00
Axel Neumann 654c00719a bmx7: update source 2016-07-01 11:05:27 +02:00
Markus Stenberg 50ac90a9cc miniupnpd: Fix UUID dependency not to check outside the tree, and use uuid always. 2016-06-28 15:18:52 +03:00
Markus Stenberg d6658ba5fe Merge pull request #202 from axet/for-15.05
miniupnpd-2.0
2016-06-28 00:26:16 +03:00
Alexey Kuznetsov 18a43e9c1d Update Makefile 2016-06-27 20:07:55 +03:00
Alexey Kuznetsov cf7ecaa1e4 miniupnpd-2.0 2016-06-27 19:52:57 +03:00
Bastian Bittorf b5c3eed9ee Merge pull request #199 from HRogge/for-15.05
OONF v0.12.1
2016-06-20 11:57:13 +02:00
Henning Rogge 257136013c OONF release 0.12.1 2016-06-07 11:20:36 +02:00
lindnermarek d26f350b01 Merge pull request #194 from ecsv/for-15.05/batman-adv
batman-adv: Add fixes from upcoming 2016.2 release
2016-06-07 14:25:35 +08:00
Sven Eckelmann f1f7684c2c batman-adv: Add fixes from upcoming 2016.2 release
The upcoming batman-adv 2016.2 contains multiple new features, code
refactoring and similar things. These may not be fitting for Chaos Calmer
but the changes in the maintenance branch (bugfixes) should be integrated
to increase the stability.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-06-07 08:14:51 +02:00
Alexander Couzens 29c2d49c8e batman-adv: remove DEPENDS:=kmod-crypto-core
kmod-crypto-core was removed in openwrt/trunk svn 46820 and all
kconfig's are now built-in.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-06-06 18:56:37 +02:00
Axel Neumann f99ea75b41 bmx7: update code version 2016-06-04 17:01:22 +02:00
Henning Rogge 688d19d3a8 Update to OONF 0.12.0 2016-05-31 09:02:24 +02:00
Henning Rogge 546bf039db Merge branch 'for-15.05' of github.com:HRogge/packages into for-15.05 2016-05-31 09:02:05 +02:00
Bastian Bittorf cb1c017cf2 Merge pull request #188 from HRogge/for-15.05
For 15.05
2016-05-25 10:15:18 +02:00
Markus Stenberg 810780abb1 hnetd: Updated to RFC7787/7788 compliant version. 2016-05-17 00:13:29 +03:00
Markus Stenberg 0788f346e3 ohybridproxy: Bumped to latest (has bunch of bugfixes). 2016-05-17 00:13:09 +03:00
Henning Rogge 14bf7626cf Update OONF to v0.11.7 2016-05-13 15:05:06 +02:00
Henning Rogge 4aa0be2da8 Update OONF to 0.11.6 2016-05-13 10:50:19 +02:00
Henning Rogge 0290758f22 Update OONF packages to 0.11.5 2016-05-12 20:17:53 +02:00
Marek Lindner a3cd8a1729 batman-adv: 2016.1 bugfixes & stability updates
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-05-07 20:43:29 +08:00
Axel Neumann 16ceff232d bmx7: bump version (report channel via topology plugin) 2016-05-06 10:35:47 +02:00
Axel Neumann b5ad75c563 bmx7: bump version (report link snr via topology plugin) 2016-05-06 10:19:53 +02:00
Marek Lindner 76e83819b4 batman-adv: revert partial cfg80211 kernel dependency
The entire batman-adv code relies on the kernel backports introduced
by the mac80211 package.

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-05-06 00:09:54 +08:00
Marek Lindner e35df7827f batman-adv: autoload cfg80211 kernel dependency
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-05-05 21:46:51 +08:00
Henning Rogge 619af6de6c Add remotecontrol plugin to selectable Olsrd2 plugins 2016-05-05 14:21:31 +01:00
Henning Rogge 88996c497c Add optional packages to OONF olsrd2 2016-05-05 13:59:44 +01:00
Roger Pueyo Centelles c57a7977fe [luci-app-bmx7] Add world icons resources 2016-05-04 15:44:03 +02:00
Roger Pueyo Centelles 0599a18235 [luci-app-bmx7] Add Nodes view page 2016-05-04 15:44:02 +02:00
Roger Pueyo Centelles ef61e355eb [luci-app-bmx7] Add Nodes page menu entry 2016-05-04 15:44:00 +02:00
Roger Pueyo Centelles 74078557b7 [luci-app-bmx7] Update configuration and installation definitions in Makefile 2016-05-04 15:43:59 +02:00
Roger Pueyo Centelles 83a20d1c40 [luci-app-bmx7] Add bmx7-info script to obtain JSON-formatted input for the Status page 2016-05-04 15:43:57 +02:00
Roger Pueyo Centelles 0e3c16c887 [luci-app-bmx7] Add BMX7 logo resource 2016-05-04 15:43:56 +02:00
Roger Pueyo Centelles ffe6daf597 [luci-app-bmx7] Add polling.js resource 2016-05-04 15:43:55 +02:00
Roger Pueyo Centelles 06789715c4 [luci-app-bmx7] Add Status view page 2016-05-04 15:43:53 +02:00
Roger Pueyo Centelles 7e59d9c95f [luci-app-bmx7] Add Status page menu entry 2016-05-04 15:43:51 +02:00
Roger Pueyo Centelles 6d5e6dd4b0 [luci-app-bmx7] Add empty controller and default configurations for BMX7 LuCI 2016-05-04 15:43:48 +02:00
Roger Pueyo Centelles 52cc9e35ed [luci-app-bmx7] Create luci-app-bmx7 package structure including Makefile and
COPYING license file
2016-05-04 15:43:35 +02:00
Axel Neumann 551c246976 bmx7: bump to latest code version 2016-05-01 17:03:21 +02:00
Marek Lindner 049cae3fe8 batman-adv: upgrade package to latest release 2016.1
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-04-25 17:47:14 +08:00
Marek Lindner cd13a319ed batctl: upgrade package to latest release 2016.1
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-04-25 17:45:00 +08:00
Bastian Bittorf d28aca37ef Merge pull request #179 from HRogge/for-15.05
Update to OONF v0.11.4
2016-04-25 11:15:26 +02:00