[batctl] tag 'v2017.0' created
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batctl
New tag : v2017.0
Referencing: f425e621d27f2e2d60a418056936a2fa11b669fd
5 years, 4 months
[batctl] master: batctl: Start new development cycle (4cb312c)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batctl
On branch : master
>---------------------------------------------------------------
commit 4cb312c5d4858931690903db883d7e6dc8e7b703
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Tue Feb 28 17:26:58 2017 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
4cb312c5d4858931690903db883d7e6dc8e7b703
main.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h
index 44a6c8a..b21855d 100644
--- a/main.h
+++ b/main.h
@@ -25,7 +25,7 @@
#include <stdint.h>
#ifndef SOURCE_VERSION
-#define SOURCE_VERSION "2017.0"
+#define SOURCE_VERSION "2017.1"
#endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"
5 years, 4 months
[batctl] master: batctl: Update CHANGELOG for upcoming release (0e20a75)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batctl
On branch : master
>---------------------------------------------------------------
commit 0e20a752e720fcab155b2fe8321c6be92f23fe04
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Tue Feb 28 17:25:59 2017 +0100
batctl: Update CHANGELOG for upcoming release
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
0e20a752e720fcab155b2fe8321c6be92f23fe04
CHANGELOG | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index 64664d9..6884a2e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+batctl 2017.0
+
+ * remove root check for read-only sysfs and rtnl functionality
+ * coding style cleanups
+ * bugs squashed:
+ - fix check for root priviliges when started under modified effective uid
+
+ -- Tue, 28 Feb 2017 17:22:49 +0100
+
batctl 2016.5
* reimplement traceroute/ping commands in userspace without debugfs
5 years, 4 months
[batman-adv] tag 'v2017.0' created
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
New tag : v2017.0
Referencing: c48b8cf4aebba7f90e3f1f6be84a51eeee021c19
5 years, 4 months
[batman-adv] maint's head updated: batman-adv: Update compatible kernel version number (bb25079)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
Branch 'maint' now includes:
671630d batman-adv: Start new development cycle
1120b81 batman-adv: Treat NET_XMIT_CN as transmit successfully
eab7617 batman-adv: Remove one condition check in batadv_route_unicast_packet
447df98 batman-adv: don't add loop detect macs to TT
2b3e82c batman-adv: update copyright years for 2017
c11379b batman-adv: Remove unused variable in batadv_tt_local_set_flags
3882bab Merge branch 'maint'
78f7272 batman-adv: Remove usage of net_device last_rx member
102146d batman-adv: compat: workaround for issues with make-kpkg for 4.5 kernels
7c21267 batman-adv: compat: fix warning in hard-interface.c for < 4.0
f79d36e batman-adv: compat: fix compile error for cfg80211_get_station on v3.15
cc04c82 batman-adv: compat: add missing includes for compat skbuff.c
3da7de5 batman-adv: restructure cfg80211 compat code
17efab9 batman-adv: Simplify handling of NET_XMIT_CN
1709345 batman-adv: Fix double call of dev_queue_xmit
61bbb9a batman-adv: Fix includes for IS_ERR/ERR_PTR
c0980bd Merge branch 'maint'
83a0016 batman-adv: set git diff driver for C source code files
17becb7 batman-adv: Update CHANGELOG for upcoming release
bb25079 batman-adv: Update compatible kernel version number
5 years, 4 months
[batman-adv] master: batman-adv: Update compatible kernel version number (bb25079)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
>---------------------------------------------------------------
commit bb2507922ea08a91567d6c4bbc6daa7122d02cf2
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Tue Feb 28 17:24:14 2017 +0100
batman-adv: Update compatible kernel version number
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
bb2507922ea08a91567d6c4bbc6daa7122d02cf2
README.external | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.external b/README.external
index 7befd31..25fc024 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 3.2 - 4.10. Supporting older versions is not
+with Linux 3.2 - 4.11. 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. :-)
5 years, 4 months
[batman-adv] master: batman-adv: Start new development cycle (8491a28)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
>---------------------------------------------------------------
commit 8491a28947417e0486c44a6d0493d74d06699dd0
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Tue Feb 28 17:25:12 2017 +0100
batman-adv: Start new development cycle
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
8491a28947417e0486c44a6d0493d74d06699dd0
net/batman-adv/main.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index 57a8103..f87b17c 100644
--- a/net/batman-adv/main.h
+++ b/net/batman-adv/main.h
@@ -24,7 +24,7 @@
#define BATADV_DRIVER_DEVICE "batman-adv"
#ifndef BATADV_SOURCE_VERSION
-#define BATADV_SOURCE_VERSION "2017.0"
+#define BATADV_SOURCE_VERSION "2017.1"
#endif
/* B.A.T.M.A.N. parameters */
5 years, 4 months
[batman-adv] master: batman-adv: Update CHANGELOG for upcoming release (17becb7)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
>---------------------------------------------------------------
commit 17becb79621622f761a206defd49689cf0afe7b1
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Tue Feb 28 17:23:10 2017 +0100
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
17becb79621622f761a206defd49689cf0afe7b1
CHANGELOG | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index df9b139..e1f8136 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+batman-adv 2017.0
+
+ * support latest kernels (3.2 - 4.11)
+ * remove bridge loop avoidance addresses from translation table
+ * allow to build B.A.T.M.A.N. V without cfg80211 integration on Linux < 3.16
+ * coding style cleanups and refactoring
+ * bugs squashed:
+ - fix interface reference counter on fragmentation errors
+ - avoid double free on fragment merge error
+ - fix support for up to 16 fragments
+ - fix build of multicast compatibility code on some architectures
+
+ -- Tue, 28 Feb 2017 17:22:49 +0100
+
batman-adv 2016.5
* support latest kernels (3.2 - 4.10)
5 years, 4 months
[batctl] master: batctl: set git diff driver for C source code files (eb819b8)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batctl
On branch : master
>---------------------------------------------------------------
commit eb819b8be1157f08a3e2b91ad303d0ee6caa64af
Author: Jean Delvare <jdelvare(a)suse.de>
Date: Tue Feb 21 10:06:40 2017 +0100
batctl: set git diff driver for C source code files
Git can be told to apply language-specific rules when generating diffs.
Enable this for C source code files (*.c and *.h) so that function names
are printed right. Specifically, doing so prevents "git diff" from
mistakenly considering unindented goto labels as function names.
Signed-off-by: Jean Delvare <jdelvare(a)suse.de>
[sven(a)narfation.org: Ported patch from linux.git]
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
eb819b8be1157f08a3e2b91ad303d0ee6caa64af
.gitattributes | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitattributes b/.gitattributes
index eeef3e0..1d2a7e9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,4 @@
/.gitignore export-ignore
/.gitattributes export-ignore
+*.c diff=cpp
+*.h diff=cpp
5 years, 4 months
[batman-adv] ecsv/pu, ecsv/pu2, master: batman-adv: set git diff driver for C source code files (83a0016)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
On branches: ecsv/pu,ecsv/pu2,master
>---------------------------------------------------------------
commit 83a0016de8d85e3ceb2f9794664b440dedf9225b
Author: Jean Delvare <jdelvare(a)suse.de>
Date: Tue Feb 21 10:06:40 2017 +0100
batman-adv: set git diff driver for C source code files
Git can be told to apply language-specific rules when generating diffs.
Enable this for C source code files (*.c and *.h) so that function names
are printed right. Specifically, doing so prevents "git diff" from
mistakenly considering unindented goto labels as function names.
Signed-off-by: Jean Delvare <jdelvare(a)suse.de>
[sven(a)narfation.org: Ported patch from linux.git]
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
83a0016de8d85e3ceb2f9794664b440dedf9225b
.gitattributes | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitattributes b/.gitattributes
index eeef3e0..1d2a7e9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,4 @@
/.gitignore export-ignore
/.gitattributes export-ignore
+*.c diff=cpp
+*.h diff=cpp
5 years, 4 months