15 Mar, 2014

3 commits


14 Mar, 2014

1 commit


11 Mar, 2014

1 commit


08 Mar, 2014

1 commit


07 Mar, 2014

1 commit


03 Mar, 2014

1 commit


01 Mar, 2014

1 commit

  • This patch drops the current way of 6lowpan fragmentation on receiving
    side and replace it with a implementation which use the inet_frag api.
    The old fragmentation handling has some race conditions and isn't
    rfc4944 compatible. Also adding support to match fragments on
    destination address, source address, tag value and datagram_size
    which is missing in the current implementation.

    Signed-off-by: Alexander Aring
    Signed-off-by: David S. Miller

    Alexander Aring