diff options
author | Sven Eckelmann <sven@narfation.org> | 2010-12-13 06:19:28 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-16 16:44:24 -0500 |
commit | c6c8fea29769d998d94fcec9b9f14d4b52b349d3 (patch) | |
tree | 2c8dc8d1a64d48c5737a5745e3c510ff53a23047 /MAINTAINERS | |
parent | b236da6931e2482bfe44a7865dd4e7bb036f3496 (diff) |
net: Add batman-adv meshing protocol
B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is a routing
protocol for multi-hop ad-hoc mesh networks. The networks may be wired or
wireless. See http://www.open-mesh.org/ for more information and user space
tools.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f16ce8f46934..2a5e60fb3b5d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1264,6 +1264,15 @@ S: Maintained | |||
1264 | F: drivers/video/backlight/ | 1264 | F: drivers/video/backlight/ |
1265 | F: include/linux/backlight.h | 1265 | F: include/linux/backlight.h |
1266 | 1266 | ||
1267 | BATMAN ADVANCED | ||
1268 | M: Marek Lindner <lindner_marek@yahoo.de> | ||
1269 | M: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> | ||
1270 | M: Sven Eckelmann <sven@narfation.org> | ||
1271 | L: b.a.t.m.a.n@lists.open-mesh.org | ||
1272 | W: http://www.open-mesh.org/ | ||
1273 | S: Maintained | ||
1274 | F: net/batman-adv/ | ||
1275 | |||
1267 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 | 1276 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
1268 | M: Thomas Sailer <t.sailer@alumni.ethz.ch> | 1277 | M: Thomas Sailer <t.sailer@alumni.ethz.ch> |
1269 | L: linux-hams@vger.kernel.org | 1278 | L: linux-hams@vger.kernel.org |