Go to file
Jukka Rissanen 9a2927ac57 net: contiki: Handle 802.15.4 retransmissions properly
When the 802.15.4 radio driver tells there was a TX collision,
we must resend the frame. The resent and failed network packets
were not freed properly which eventually eat all memory reserved
for this purpose. Now the resent frames are discarded after
resending has failed couple of times.

Change-Id: I421e680605a0d164272a786edf8e15fe4c712d03
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:24:50 -05:00
arch x86: Add Quark D2000 platform with nanokernel support 2016-02-05 20:24:49 -05:00
doc doc: Add flags to irq_connect(), IRQ_CONNECT_STATIC() and task_irq_alloc() 2016-02-05 20:24:44 -05:00
drivers timer: Support for no local Apic Timer divider 2016-02-05 20:24:48 -05:00
include x86: add Quark D2000 Interrupt Controller (MVIC) 2016-02-05 20:24:48 -05:00
kernel kconfig: do not set default for frequency 2016-02-05 20:24:48 -05:00
lib stdio: Fix bug in fputs() 2016-02-05 20:24:44 -05:00
misc reboot: add reboot infrastructure 2016-02-05 20:24:43 -05:00
net net: contiki: Handle 802.15.4 retransmissions properly 2016-02-05 20:24:50 -05:00
samples net: apps: Remove testcase.ini temporarily 2016-02-05 20:24:50 -05:00
scripts quark se: add sensor subsystem platform to sanity 2016-02-05 20:24:49 -05:00
.checkpatch.conf
.gitattributes
.gitignore doc: Prevent accidental commit of Kconfig index file 2016-02-05 20:24:42 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild
Kconfig
Kconfig.zephyr
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
Makefile kbuild: add clang support 2016-02-05 20:24:47 -05:00
Makefile.inc x86: CLFLUSH and cache line size detection 2016-02-05 20:24:41 -05:00
zephyr-env.sh