Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
>---------------------------------------------------------------
commit 6e389cccf01c350e5c4666a7f72fb08db175fd91
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Thu May 15 19:37:20 2014 +0200
batman-adv: Update compatible kernel version number
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
6e389cccf01c350e5c4666a7f72fb08db175fd91
README.external | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.external b/README.external
index a27b0db..d0595f3 100644
--- a/README.external
+++ b/README.external
@@ -6,7 +6,7 @@ and as external module. The external module allows to get
new features without upgrading to a newer kernel version
and to get batman-adv specific bugfixes for kernels that are
not supported anymore. It compiles against and should work
-with Linux 2.6.29 - 3.14. Supporting older versions is not
+with Linux 2.6.29 - 3.15. Supporting older versions is not
planned, but it's probably easy to backport it. If you work on a
backport, feel free to contact us. :-)
Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
>---------------------------------------------------------------
commit 3307940c0c64d25c4d0e49049b94df69dc0ad31e
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Thu May 15 19:36:36 2014 +0200
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
3307940c0c64d25c4d0e49049b94df69dc0ad31e
CHANGELOG | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index 05440fa..f54c101 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,24 @@
+batman-adv 2014.2.0
+
+ * support latest kernels (2.6.29 - 3.15)
+ * add multicast optimization for certain type of multicast networks
+ to send data only to nodes actually registered using new TVLVs
+ and the translation table
+ * use ether_addr_copy instead of memcpy
+ * remove obsolete reset mac headers
+ * bugs squashed:
+ - fix various (reference counting) bugs introduced by the multi
+ interface optimization
+ - fix a reference count problem when sending fragmented packets
+ - count references for originator nodes referenced by gateway
+ - fix local TT check for outgoing arp requests in DAT
+ - fix TT inconsistencies when VLANs are re-created very fast
+ - update TT entries for each VLAN when the MAC address of the
+ parent interface is changed
+ - improve documentation of DAT, TT and general kerneldoc
+
+ -- Thu, 15 May 2014 19:36:10 +0200
+
batman-adv 2014.1.0
* support latest kernels (2.6.29 - 3.14)
Repository : ssh://git@open-mesh.org/batman-adv
Branch 'master' now includes:
bc089ef batman-adv: fix alignment
b539153 batman-adv: fix var name to keep compatibility with old kernels
5b3eab9 Merge branch 'maint' into next
23d38d4 Merge branch 'next'
Repository : ssh://git@open-mesh.org/batman-adv
Branch 'next' now includes:
bc089ef batman-adv: fix alignment
b539153 batman-adv: fix var name to keep compatibility with old kernels
5b3eab9 Merge branch 'maint' into next