Commit graph

967 commits

Author SHA1 Message Date
Sven Eckelmann
7f6956b5bb 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@narfation.org>
2016-07-05 12:13:44 +02:00
Sven Eckelmann
af8eeab86f 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:12:07 +02:00
Hans Dedecker
85e771d2f1 nat46: Depend on IPV6 as IPv6 is kernel builtin module now (#195)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-06-12 21:49:18 +02:00
lindnermarek
587dcd0c94 Merge pull request #196 from ecsv/batman-adv-2016.2
batman-adv 2016.2
2016-06-11 01:35:24 +08:00
Bastian Bittorf
d0d9f5efc5 Merge pull request #150 from booo/olsrd2_hotplug_fix
fix quoting of daemon name
2016-06-10 10:01:26 +02:00
Sven Eckelmann
1baec91201 alfred: upgrade package to latest release 2016.2
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-06-09 19:14:57 +02:00
Sven Eckelmann
ff255dd9d1 batctl: upgrade package to latest release 2016.2
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-06-09 19:14:57 +02:00
Sven Eckelmann
fd4a2d7b6d batman-adv: upgrade package to latest release 2016.2
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-06-09 19:14:57 +02:00
Jo-Philipp Wich
d580d71309 Replace my defunct email address
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-07 11:57:28 +02:00
Lars Gierth
0e4fecf845 Merge pull request #193 from jow-/cjdns-move-tmp
cjdns: use temporary directory within the build environment
2016-06-06 21:22:11 +02:00
lindnermarek
d3c8dee48d Merge pull request #192 from lynxis/fix_kmod-crypto-arc4
batman-adv: remove DEPENDS:=kmod-crypto-core
2016-06-07 00:37:28 +08:00
Jo-Philipp Wich
64747c9bdf cjdns: use temporary directory within the build environment
By default, cjdns' build system uses the system wide `/tmp` directory to store
intermediate build artifacts.

Unfortunately its build system fails to clean after itself, leaving thousands
of `jsmake-<hash>` directories behind, taking up precious inodes and massively
slowing down processes traversing the temporary directory:

    root@buildbot:~# find /tmp/ -maxdepth 1 -type d -name 'jsmake-*' | wc -l
    1581

Attempt to solve that problem by using the upstream-introduced
`CJDNS_BUILD_TMPDIR` environment variable in order to move the intermediate
artifacts from the system-wide `/tmp` to a temporary directory within the
package build dir which is properly deleted upon package rebuild cycles.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-06 17:16:46 +02:00
Moritz Warning
f3f344e949 nodogsplash: remove duplicate options, fixes #135 2016-06-05 11:52:52 +02:00
Alexander Couzens
73da6b297e 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>
2016-06-05 03:51:02 +02:00
Moritz Warning
c9a41eb08e Merge pull request #146 from sayuan/patch-1
nodogsplash: fix init script
2016-05-28 15:34:22 +02:00
Moritz Warning
0830aa6442 nodogplash: 1.0.0 release 2016-05-28 13:03:11 +02:00
Moritz Warning
5f75450365 nodogplash: change section name 2016-05-28 13:02:49 +02:00
Moritz Warning
82c882a300 nodogsplash: change comments 2016-05-28 13:01:12 +02:00
Bastian Bittorf
0d9c99ce5c Merge pull request #187 from HRogge/master
Update to 0.11.7
2016-05-25 10:15:22 +02:00
Markus Stenberg
d87fe59969 hnetd: Bumped to RFC7787/7788 compliant version. 2016-05-17 00:10:58 +03:00
Henning Rogge
c57210d93c Update OONF to v0.11.7 2016-05-13 15:00:12 +02:00
Henning Rogge
de014ca55f Update OONF to 0.11.6 2016-05-13 10:48:35 +02:00
Moritz Warning
341dfdab99 nodogsplash: add $ to variable 2016-05-12 18:18:54 +02:00
Jo-Philipp Wich
bec38bf8db Merge pull request #186 from stintel/bird
bird: fix mips64, bump to 1.6.0
2016-05-10 17:01:41 +02:00
Stijn Tintel
7c71369ec5 bird: bump to 1.6.0
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-05-10 17:59:09 +03:00
Stijn Tintel
2f4ac3ada0 bird: fix recvmsg/sendmsg on mips64
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-05-10 17:16:34 +03:00
Moritz Warning
822d7cd8a8 fix check for config existence 2016-05-09 20:29:52 +02:00
Marek Lindner
8dec3dc38b batman-adv: 2016.1 bugfixes & stability updates
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-05-07 20:42:44 +08:00
Marek Lindner
6d329737f9 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:06:46 +08:00
Marek Lindner
006b1918e3 batman-adv: autoload cfg80211 kernel dependency
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-05-05 21:49:22 +08:00
Henning Rogge
6b17ce6f61 Add remotecontrol plugin to selectable Olsrd2 plugins 2016-05-05 14:21:03 +01:00
Henning Rogge
22040963a5 Add optional packages to OONF olsrd2 2016-05-05 13:59:52 +01:00
axn
56ee17afc0 Merge pull request #183 from rogerpueyo/master
LuCI app for BMX7 (retry)
2016-05-04 15:36:42 +02:00
Roger Pueyo Centelles
a8856d5091 [luci-app-bmx7] Add world icons resources 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
499d8cfba4 [luci-app-bmx7] Add Nodes view page 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
246dfbe00d [luci-app-bmx7] Add Nodes page menu entry 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
a9eb910899 [luci-app-bmx7] Update configuration and installation definitions in Makefile 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
2e6bf4dc6a [luci-app-bmx7] Add bmx7-info script to obtain JSON-formatted input for the Status page 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
46c1f3d289 [luci-app-bmx7] Add BMX7 logo resource 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
5416bcc13c [luci-app-bmx7] Add polling.js resource 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
8b4cc4e121 [luci-app-bmx7] Add Status view page 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
8db0fb709d [luci-app-bmx7] Add Status page menu entry 2016-05-04 15:18:48 +02:00
Roger Pueyo Centelles
1ee363fc22 [luci-app-bmx7] Add empty controller and default configurations for BMX7 LuCI 2016-05-04 15:18:48 +02:00
Roger Pueyo Centelles
d918b65774 [luci-app-bmx7] Create luci-app-bmx7 package structure including Makefile and
COPYING license file
2016-05-04 15:18:48 +02:00
Axel Neumann
30dee5dc51 bmx7: bump to latest code version 2016-05-03 18:28:48 +02:00
Marek Lindner
1c8c961b98 Merge branch 'master' of github:openwrt-routing/packages 2016-04-25 17:24:47 +08:00
Marek Lindner
fbc84445f7 batctl: upgrade package to latest release 2016.1
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-04-25 17:23:59 +08:00
Bastian Bittorf
4e5c403a52 Merge pull request #178 from HRogge/master
Update to OONF v0.11.4
2016-04-25 11:15:30 +02:00
lindnermarek
0eea96b892 Merge pull request #177 from ecsv/batadv_2016.1
batman-adv 2016.1
2016-04-25 17:09:03 +08:00
Henning Rogge
2b5276e104 Update to OONF v0.11.4 2016-04-25 08:21:47 +02:00