]> git.baikalelectronics.ru Git - kernel.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)
commit2be200c8c3e40e15cb1bab4e7dd46a1d71af2724
treea000e4ac91ee5afa1fa65c55e5ce5c70cef8009f
parentfe7c36f70d937efd0e1992fb298ab05c133ab451
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]