[batman-adv] next's head updated: batman-adv: Start new development cycle (f50d9fc)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
Branch 'next' now includes:
2ce4b9b batman-adv: use check_unicast_packet() in recv_roam_adv()
d174d14 batman-adv: split hard_iface struct for each routing protocol
afffd55 batman-adv: separate BATADV_ATTR_HIF_UINT sysfs name from hard-iface variable
6539338 batman-adv: consolidate duplicated primary_if checking code
336d945 batman-adv: Remove unused hlist macros in compat.h
956c0b8 batman-adv: return proper value in case of hash_add failure
e27bb6f batman-adv: Set special lockdep classes to avoid lockdep warning
d2da57c batman-adv: Remove extra check in batadv_bit_get_packet
2e66c5e batman-adv: Check return value of try_module_get
534f242 batman-adv: Only increase refcounter once for alternate router
9e4776e Merge branch 'next'
05d0f6d batman-adv: don't allow ECTP traffic on batman-adv
700ae88 batman-adv: properly store the roaming time
3632c33 batman-adv: print packets re-routing on DBG_TT and ratelimit it
94494a1 batman-adv: check for more space before accessing the skb
ccf0eec batman-adv: properly convert flag into a boolean value
0ac0147 batman-adv: pass the WIFI flag from the local to global entry
32d59e4 batman-adv: add kernel-doc for enum batadv_dbg_level
b8f86c9 batman-adv: Write lockdep xmit class in late initialization phase
5db427c batman-adv: Add KernelDoc for soft-interface lockdep functions
7e15c93 batman-adv: don't rely on positions in struct for hashing
85f416e batman-adv: fix wrong spinlock inline comment
19dc74f Merge branch 'next'
3d48811 batman-adv: prevent using any virtual device created on batman-adv as hard-interface
5c28095 batman-adv: send announcement when backbone gw is registered
e344097 batman-adv: allow bla traffic only after first worker period
bafd3f4 batman-adv: wait multiple periods before activating bla
bf02ad8 Merge branch 'next'
a915748 Merge branch 'next'
3fbd7ac batman-adv: substitute tt_poss_change with a per-tt_entry flag
a0055f8 batman-adv: refactor code to simplify long lines
d4ad929 batman-adv: refactor tt_global_del_struct()
2443ba3 batman-adv: roaming handling mechanism redesign
78fc6bb batman-adv: add UNICAST_4ADDR packet type
55c4167 batman-adv: Distributed ARP Table - add a new debug log level
34b3c38 batman-adv: Distributed ARP Table - create DHT helper functions
f6badf9 batman-adv: Distributed ARP Table - implement local storage
359c95b batman-adv: Distributed ARP Table - add ARP parsing functions
75ca71d batman-adv: Distributed ARP Table - add snooping functions for ARP messages
909377e batman-adv: Distributed ARP Table - add compile option
ad51ff1 batman-adv: Distributed ARP Table - add runtime switch
b996a44 batman-adv: Add get_ethtool_stats() support for DAT
f0ac944 batman-adv: fix new line alignment
af5ec5c batman-adv: Remove instant overwritten variable initialization
1421221 batman-adv: Mark best gateway in transtable_global debugfs
2b105ca batman-adv: fix DAT packet counting
d7cc20f batman-adv: enable fast client detection using unicast_4addr packets
d817908 Merge branch 'next'
f64999e batman-adv: move hash_bytes into hash.h
923d5d1 batman-adv: fix bla compare function
e65e75c batman-adv: fix ifdef for DAT in types.h
516b20d batman-adv: fix kernel-doc for batadv_dat_entry
aa01d1f batman-adv: remove bogus kernel-doc for batadv_vis_data_open()
dfb5f80 batman-adv: support array of debugfs general attributes
0679ec7 batman-adv: export compatibility version via debugfs
7e86840 batman-adv: Add wrapper to look up neighbor and send skb
b85918b Merge branch 'next'
a7fe307 batman-adv: Add function to calculate crc32c for the skb payload
4e3c233 batman-adv: Recommend not to change Makefile for configuration
762081b Merge branch 'next'
3c26295 batman-adv: Simplify crc for skb with skb_prepare_seq_read
c23260c batman-adv: sysfs documentation should keep alphabetical order
da14489 batman-adv: Fix broadcast duplist for fragmentation
f72bd3e batman-adv: Remove unused define BAT_ATTR_HIF_UINT
257c36c Merge tag 'v2012.4.0'
f50d9fc batman-adv: Start new development cycle
10 years, 3 months
[batman-adv] master, next: Merge tag 'v2012.4.0' (257c36c)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
On branches: master,next
>---------------------------------------------------------------
commit 257c36c1392bb1314265b1f12fcb0bd1c96e37b6
Merge: f72bd3e bb4b5c3
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Mon Oct 29 17:14:51 2012 +0100
Merge tag 'v2012.4.0'
batman-adv 2012.4.0
>---------------------------------------------------------------
257c36c1392bb1314265b1f12fcb0bd1c96e37b6
CHANGELOG | 19 +++++++++++++++++++
README.external | 2 +-
2 files changed, 20 insertions(+), 1 deletion(-)
10 years, 3 months
[batman-adv] master, next: batman-adv: Start new development cycle (f50d9fc)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
On branches: master,next
>---------------------------------------------------------------
commit f50d9fc9af468ed1e32037414747ad131ed65fad
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Mon Oct 29 17:15:08 2012 +0100
batman-adv: Start new development cycle
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
f50d9fc9af468ed1e32037414747ad131ed65fad
main.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h
index 3321173..ec9c5ad 100644
--- a/main.h
+++ b/main.h
@@ -26,7 +26,7 @@
#define BATADV_DRIVER_DEVICE "batman-adv"
#ifndef BATADV_SOURCE_VERSION
-#define BATADV_SOURCE_VERSION "2012.4.0"
+#define BATADV_SOURCE_VERSION "2012.5.0"
#endif
/* B.A.T.M.A.N. parameters */
10 years, 3 months
[batman-adv] tag 'v2012.4.0' created
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
New tag : v2012.4.0
Referencing: a5d13c16f5170e27e5d823f1281e6770cc5804f7
10 years, 3 months
[batman-adv] maint, next: batman-adv: Update CHANGELOG for upcoming release (bb4b5c3)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
On branches: maint,next
>---------------------------------------------------------------
commit bb4b5c38c263d149474bc65a252d0019b3c7fc27
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Mon Oct 29 16:48:36 2012 +0100
batman-adv: Update CHANGELOG for upcoming release
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
bb4b5c38c263d149474bc65a252d0019b3c7fc27
CHANGELOG | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index e32c1de..8d018d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,22 @@
+batman-adv 2012.4.0:
+
+* support latest kernels (2.6.29 - 3.7)
+* cleanup of coding style
+* integration of remaining packet counters in ethtool statistic
+* speedy join of new non-mesh clients based on broadcast packets
+* added bridge loop avoidance backbone gateway debugfs table
+* workaround for kernel bug when running on top of vlan device
+* bugs squashed
+ - announcement of own MAC address after modification
+ - wrong counting of received OGMs on x86
+ - route flapping in multiple interfaces setup
+ - receiving of translation table requests for foreign nodes
+ - invalid memory access after failure during the interface appending
+ - wrong calculation of packet crc which lead to dropping of broadcast
+ packets when bridge loop avoidance is enabled
+
+ -- Mon, 29 Oct 2012 16:47:05 +0100
+
batman-adv 2012.3.0:
* support latest kernels (2.6.29 - 3.6)
10 years, 3 months
[batman-adv] maint's head updated: batman-adv: Update CHANGELOG for upcoming release (bb4b5c3)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
Branch 'maint' now includes:
500ab9a batman-adv: Add the backbone gateway list to debugfs
a4eded7 Merge branch 'next'
392159b Merge branch 'next'
4c66b7d batman-adv: correct comments in bridge loop avoidance
f9bb019 batman-adv: rename bridge loop avoidance claim types
e59c597 Merge branch 'next'
a81d0f9 batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
620f45d batman-adv: fix multiline comment complaint
5deb69f Merge branch 'next'
130b9be batman-adv: remove a misleading comment
c5eb5bb batman-adv: add reference counting for type batadv_tt_orig_list_entry
60b0fb7 batman-adv: fix typos in comments
c4499bb batman-adv: check batadv_orig_hash_add_if() return code
2ca49f7 Merge branch 'next'
fa49b57 batman-adv: Split batadv_priv in sub-structures for features
9353d58 batman-adv: Move batadv_check_unicast_packet()
2b7b639 batman-adv: Drop tt queries with foreign dest
95157d3 batman-adv: Use BIT(x) macro to calculate bit positions
aae6678 batman-adv: Don't break statements after assignment operator
41d3849 batman-adv: Reduce accumulated length of simple statements
724d05c batman-adv: detect not yet announced clients
9cbc67d batman-adv: change interface_rx to get orig node
22b03ea Merge branch 'next'
8b9262f batman-adv: Fix wrong multiline comment ending
3fdeaa6 Merge branch 'next'
81a80f2 Merge branch 'next'
fafa0c8 Merge tag 'v2012.3.0'
11d07ba batman-adv: Start new development cycle
28d246e batman-adv: swap lines to get in sync with networking branch
5c4608f Merge branch 'maint' into next
3b1bf5a Merge branch 'maint' into next
efc1b3a Merge branch 'maint' into next
a6ad857 batman-adv: dirty hack to recompute mac_len in the rx path
2cebfac batman-adv: Fix broadcast packet CRC calculation
4c1721b batman-adv: Fix potential broadcast BLA-duplicate-check race condition
5276048 batman-adv: Fix regression in bla multiline comment style
cca9d02 batman-adv: Fix build of batman-adv without BLA
a852ed6 batman-adv: Update compatible kernel version number
bb4b5c3 batman-adv: Update CHANGELOG for upcoming release
10 years, 3 months
[batman-adv] maint, next: batman-adv: Update compatible kernel version number (a852ed6)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batman-adv
On branches: maint,next
>---------------------------------------------------------------
commit a852ed64b2749716d5ceb1a5a3633ef813b7270d
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Mon Oct 29 16:46:35 2012 +0100
batman-adv: Update compatible kernel version number
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
a852ed64b2749716d5ceb1a5a3633ef813b7270d
README.external | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.external b/README.external
index 7d0bb6a..dc019f0 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.6. Supporting older versions is not
+with Linux 2.6.29 - 3.7. 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. :-)
10 years, 3 months
[batctl] tag 'v2012.4.0' created
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batctl
New tag : v2012.4.0
Referencing: 6db4d5b5721ccbdce96d3686c812ee1faeaa3f6a
10 years, 3 months
[batctl] next's head updated: batctl: Start new development cycle (d81bf38)
by postmaster@open-mesh.org
Repository : ssh://git@open-mesh.org/batctl
Branch 'next' now includes:
056bdb3 batctl: tcpdump - print all warnings and errors on stderr
99d4fd7 batctl: use the BIT macro instead of constant values
f1fff52 batctl: Clear screen using ANSI escape codes
ac02d8a batctl: rename bisect to bisect_iv
bf341f5 batctl: make bisect_* a compile time option
a2f7ab6 batman-adv: add UNICAST_4ADDR packet type
0adc79a batctl: Distributed ARP Table - add ARP parsing functions
70aefcf batctl: Add minimal unicast 4addr dissector support
167c37a batctl: add support for the DAT local table
53b6bf1 batctl: fix manpage dat_cache entry
ac27265 batctl: add support for the DAT log level
f395fb7 batctl: add DAT runtime switch support
de4b7a2 batctl: Translate client mac to originator mac for ping/traceroute
cb75e01 batctl: Allow to use IPv4 addresses for ping/traceroute
9820b38 batctl: Allow to skip header in debug table output
a88e6b7 batctl: Print compat version when querying the version
c8e4fd4 batctl: Add tool to translate mac/IPv4/bat_host to originator address
d81bf38 batctl: Start new development cycle
10 years, 3 months