Skip to content
Commit 3e820811 authored by David S. Miller's avatar David S. Miller
Browse files

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 d4b2816d


("6lowpan: fix fragmentation").
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 86c92ee3 eb06481d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment