From: Antonio Quartulli ordex@autistici.org Date: Mon, 18 Jun 2012 22:39:04 +0200
Hello David, here is our first set of changes intended for next-next/linux-3.6.
Patch 2 fixes a major bug in the TranslationTable code where the old value of skb->data is used for memory access even if the data was relocated. Patches 4, 10, 11, 13, 14 are endianess-related cleanups that we wrote thanks to Al Viro's advice and help. Thanks to Martin Hundebøll batman-adv now supports the ethtool API and can export several counters that are specific to our module (patch 5). Then patch 16 improves the routing protocol API by making part of the TranslationTable code routing agnostic. The rest are minor fixes and other cleanups.
Pulled, thanks.