]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
Merge branch '6lowpan'
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Mar 2013 16:38:33 +0000 (12:38 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Mar 2013 16:39:05 +0000 (12:39 -0400)
commit03c9d7ab180ee17c851378ecd3562147f933e48d
tree2e85baf2b2ad779991166a7a664f7f3ee065887b
parentde179c8c12e9e5a292269fa59e7c26ca797dc7bf
parent24363b67328733ad11ceadffe72a9721a37a3e9e
Merge branch '6lowpan'

Tony Cheneau says:

====================
This patchset fixes serious bugs within the 6LoWPAN modules. I wrote a script
(available at [1]) to prove the issues are real.  One can try and see that
without these patches, most of the test fail (e.g. packet dropped by the
receiver or node crashing). With all patches applied, all tests succeed. The
tests themselves are very basic: sending ICMP packets, sending UDP packets,
sending TCP packets, varying size of the packets. This actually triggers some
6LoWPAN specific code, namely fragmentation, packet reassembly and header
compression.

This code passed the checkpatch.pl tool with a few warnings, that I believe
are OK. It should apply cleanly on the latest net-next.

[1]: https://github.com/tcheneau/linux802154-regression-tests
====================

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