zephyr/net
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
..
bluetooth Bluetooth: SMP: Fix missing timer restart on sending DHKey check 2016-02-05 20:24:50 -05:00
ip net: contiki: Handle 802.15.4 retransmissions properly 2016-02-05 20:24:50 -05:00
buf.c net: buf: Fix minor typo 2016-02-05 20:24:44 -05:00
Kconfig net: buf: Fix net buf debug 2016-02-05 20:24:47 -05:00
Makefile net: Add initial generic buffer implementation 2016-02-05 20:24:38 -05:00