Merge branch 'fix/misc' into topic/misc
[sfrench/cifs-2.6.git] / drivers / staging / batman-adv / CHANGELOG
1 batman-adv 0.2:
2
3 * support latest kernels (2.6.20 - 2.6.31)
4 * temporary routing loops / TTL code bug / ghost entries in originator table fixed
5 * internal packet queue for packet aggregation & transmission retry (ARQ)
6   for payload broadcasts added
7 * interface detection converted to event based handling to avoid timers
8 * major linux coding style adjustments applied
9 * all kernel version compatibility functions has been moved to compat.h
10 * use random ethernet address generator from the kernel
11 * /sys/module/batman_adv/version to export kernel module version
12 * vis: secondary interface export for dot draw format + JSON output format added
13 * many bugs (alignment issues, race conditions, deadlocks, etc) squashed
14
15  -- Sat, 07 Nov 2009 15:44:31 +0100
16
17 batman-adv 0.1:
18
19 * support latest kernels (2.6.20 - 2.6.28)
20 * LOTS of cleanup: locking, stack usage, memory leaks
21 * Change Ethertype from 0x0842 to 0x4305
22   unregistered at IEEE, if you want to sponsor an official Ethertype ($2500)
23   please contact us
24
25  -- Sun, 28 Dec 2008 00:44:31 +0100
26
27 batman-adv 0.1-beta:
28
29 * layer 2 meshing based on BATMAN TQ algorithm in kernelland
30 * operates on any ethernet like interface
31 * supports IPv4, IPv6, DHCP, etc
32 * is controlled via /proc/net/batman-adv/
33 * bridging via brctl is supported
34 * interface watchdog (interfaces can be (de)activated dynamically)
35 * offers integrated vis server which meshes/syncs with other vis servers in range
36
37  -- Mon, 05 May 2008 14:10:04 +0200