[PATCH net-next v2 0/4] 6lowpan: Various bug fixes
From: Tony Cheneau <hidden>
Date: 2012-07-06 04:51:32
Hello, After reading and playing with the 6lowpan code, I found out a few issues. This patchset fixes them. This patchset should apply cleanly against the current net-next. It contains only bug fixes, I'll send later on an other patchset that will contain new functionalities. Alexander commented on the previous version of this patchset and made me understand that the commit messages were not specific enough. This new version hopefully improves that. This is a set of 4 small patches that correct bugs in 6lowpan: - patch 1 fixes a potential crash when reassembling UDP fragments - patch 2 fixes a type length issues that prevent the fragmentation reassembly to operate properly. - patch 3 and 4 corrects field encoding issues (byte order was not right) Hope it helps. Regards, Tony Cheneau net/ieee802154/6lowpan.c | 29 ++++++++++++++++++----------- 1 files changed, 18 insertions(+), 11 deletions(-) -- 1.7.3.4