]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
6lowpan: add udp compression via nhc layer
authorAlexander Aring <alex.aring@gmail.com>
Fri, 9 Jan 2015 15:42:58 +0000 (16:42 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 14 Feb 2015 22:08:44 +0000 (23:08 +0100)
commitcc6ed2684751b0a1074b37c080983b6ce737ed22
treea000e4ac91ee5afa1fa65c55e5ce5c70cef8009f
parent92aa7c65d295f3cbb96904afe335f683e55584b8
6lowpan: add udp compression via nhc layer

This patch move UDP header compression and uncompression into the
generic 6LoWPAN nhc header compression layer. Moreover this patch
activates the nhc layer compression in iphc compression and
uncompression functions.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Cc: Martin Townsend <mtownsend1973@gmail.com>
Reviewed-by: Stefan Schmidt <s.schmidt@samsung.com>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/6lowpan/Kconfig
net/6lowpan/Makefile
net/6lowpan/iphc.c
net/6lowpan/nhc_udp.c [new file with mode: 0644]