]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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>

Trivial merge