Repository : ssh://git@open-mesh.org/batctl
Branch 'maint' now includes:
3069ca8 batctl: Start new development cycle
620226b batctl: change PATH_BUFF_LEN to maximal possible value
50ee3c4 batctl: suppress implicit-fallthrough compiler warning
c3466e2 batctl: Update CHANGELOG for upcoming release
Repository : ssh://git@open-mesh.org/batman-adv
Branch 'maint' now includes:
c0f64527 batman-adv: Start new development cycle
1e88719c batman-adv: Replace a seq_puts() call by seq_putc() in two functions
82f2fa5b batman-adv: Combine two seq_puts() calls into one call in batadv_nc_nodes_seq_print_text()
2149d80d batman-adv: Print correct function names in dbg messages
412f93cb batman-adv: tp_meter: mark init function with __init
1f1b6c0d batman-adv: do not add loop detection mac addresses to global tt
746ee78c batman-adv: simplify return handling in some TT functions
5f9fd02a batman-adv: tp_meter: Add missing header for __init
76ef2907 batman-adv: Use default throughput value on cfg80211 error
1e26904b batman-adv: Accept only filled wifi station info
058ce961 Merge branch 'maint'
ea9e7718 batman-adv: Remove unnecessary length qualifier in %14pM
3acf2107 batman-adv: convert many more places to skb_put_zero()
f05af5ac batman-adv: introduce and use skb_put_data()
e66e975f batman-adv: make skb_put & friends return void pointers
6e94ef82 batman-adv: Remove variable deprecated by skb_put_data
1c99bf84 Merge branch 'maint'
6137ba2d batman-adv: Update CHANGELOG for upcoming release
82dbea37 batman-adv: Update compatible kernel version number
Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
>---------------------------------------------------------------
commit 82dbea37fbd4000ac4af38651a7206b04eb16800
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Fri Jul 28 13:39:37 2017 +0200
batman-adv: Update compatible kernel version number
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
82dbea37fbd4000ac4af38651a7206b04eb16800
README.external | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.external b/README.external
index 5a753cb7..2fe38967 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.12. Supporting older versions is not
+with Linux 3.2 - 4.13. 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. :-)