Go to file
Jukka Rissanen b7d790b4b2 net: contiki: Do not discard non-fragmented packets
If the fragmentation header is missing, then do not discard
the message but pass it to upper layers as is. The fragmentation
header might be missing if the packet fits into 128 bytes.

Change-Id: I39d29e7ad80be5531262a0ac413d8137da0c64f5
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:24:26 -05:00
arch Add PCI legacy bridge to Galileo configuration 2016-02-05 20:24:23 -05:00
doc doc: use zephyr for SDK, not yocto 2016-02-05 20:24:23 -05:00
drivers Add PCI legacy bridge device driver 2016-02-05 20:24:23 -05:00
include Bluetooth: Disable parts of public API if not configured 2016-02-05 20:24:24 -05:00
kernel kconfig: use zephyr as the binary name globally 2016-02-05 20:24:22 -05:00
lib
misc kconfig: use zephyr as the binary name globally 2016-02-05 20:24:22 -05:00
net net: contiki: Do not discard non-fragmented packets 2016-02-05 20:24:26 -05:00
samples net: apps: test_15_4 fixes when running in one qemu 2016-02-05 20:24:25 -05:00
scripts checkpatch: remove comment about MAINTAINERS file 2016-02-05 20:24:23 -05:00
.checkpatch.conf checkpatch: added config file 2016-02-05 20:24:23 -05:00
.gitattributes
.gitignore
.mailmap
Kbuild mdef: do not try to use MDEF file if it was not defined 2016-02-05 20:24:23 -05:00
Kconfig
Kconfig.zephyr
Makefile
Makefile.inc
zephyr-env.sh