Merge branch '6lowpan-next'
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Jun 2014 17:39:52 +0000 (10:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Jun 2014 17:39:52 +0000 (10:39 -0700)
commit3e820811583e7c7f8d7793775d82898e5136a855
treee4ac32d38c2a2167a838e62b2bbe75e48d510753
parent86c92ee3a2a22bf87537072f0f2021089ab87395
parenteb06481d69c60f6f9318e935053dce13fe3e8951
Merge branch '6lowpan-next'

Alexander Aring says:

====================
6lowpan: fragmentation fixes

This patch series fix the 6LoWPAN fragmentation which are in two cases broken.

The first case is if we have exactly two 6LoWPAN fragments only. This is fixed
by patch "6lowpan_rtnl: fix fragmentation with two fragments".
The second case is a off by one issue if we have payload which hits the fragment
boundary.

Both issues are introduced by commit d4b2816d67d6e07b2f27037f282d8db03a5829d7
("6lowpan: fix fragmentation").
====================

Signed-off-by: David S. Miller <davem@davemloft.net>