Hello David,
this is a pull request intended for net.
It just contains a patch by Sven Eckelmann that fixes the reception of out-of-order fragments. As explained in the commit message, the issue was due to a wrong assumption about hlist_for_each_entry() in batadv_frag_insert_packet().
Please pull or let me know of any problem. *If possible, this patch should also be enqueued for stable*
Thanks a lot, Antonio
The following changes since commit 4f933f414bf629852f361edf0fc5e765e3e78388:
r8152: add missing Makefile rule (2014-08-02 20:53:55 -0700)
are available in the git repository at:
git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davem
for you to fetch changes up to 9d2155fb59e21f4a38838035d2a26a8a02fec16c:
batman-adv: Fix out-of-order fragmentation support (2014-08-04 16:05:43 +0200)
---------------------------------------------------------------- Fix out-of-order fragments reception.
---------------------------------------------------------------- Sven Eckelmann (1): batman-adv: Fix out-of-order fragmentation support
net/batman-adv/fragmentation.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)