]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13d4a124988e21528b40038f4ef14a0adeb4b135
treee4ac32d38c2a2167a838e62b2bbe75e48d510753
parentb889c5a17f4593723b2a9b98307db170115b901d
parent7b1c04ec743b1e269c3de9d78250794840b640eb
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 21cdd830283f81bb67bf85c852827aedffaad529
("6lowpan: fix fragmentation").
====================

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