netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] 6lowpan: Various bug fixes
@ 2012-07-06  4:50 Tony Cheneau
  2012-07-06  4:50 ` [PATCH net-next v2 1/4] Fix null pointer dereference in UDP uncompression function Tony Cheneau
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Cheneau @ 2012-07-06  4:50 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Alexander Smirnov

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-07-07 23:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06  4:50 [PATCH net-next v2 0/4] 6lowpan: Various bug fixes Tony Cheneau
2012-07-06  4:50 ` [PATCH net-next v2 1/4] Fix null pointer dereference in UDP uncompression function Tony Cheneau
2012-07-06  4:50 ` [PATCH net-next v2 2/4] Incorrect type length in lowpan_alloc_new_frame():tag is u8 but should be u16 Tony Cheneau
2012-07-06  4:50 ` [PATCH net-next v2 3/4] Change byte order when storing/accessing tag field Tony Cheneau
2012-07-06  4:50 ` [PATCH net-next v2 4/4] Change byte order when storing/accessing len field Tony Cheneau
2012-07-06  9:17 ` [PATCH net-next v2 0/4] 6lowpan: Various bug fixes Alexander Smirnov
2012-07-07 23:25 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).