contiki/core/net/mac
Atis Elsts b75f673801 RDC phase optimization: correct the behavior in case of memory allocation failure
phase_wait did not check whether queuebuf_new_from_packetbuf() returns NULL. This potentially causes send_packet to behave incorrectly; the proper packet would not be sent out (because queuebuf_to_packetbuf(NULL) is a no-op). Instead, whatever has been left in the packet buffer by its previous user will be sent out.
2015-08-14 16:37:00 +02:00
..
contikimac Merge pull request #1161 from g-oikonomou/contrib/contikimac-sw-ack 2015-08-04 13:15:03 +02:00
cxmac Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
sicslowmac Remove unused flag SICSLOWPAN_CONF_ACK_ALL. Include packetbuf attribute PACKETBUF_ATTR_RELIABLE only when RIME is compiled. 2015-05-06 16:34:26 +02:00
csma.c Disable PACKETBUF_ATTR_PACKET_TYPE in the non-Rime case by default 2015-05-06 16:36:15 +02:00
csma.h
frame802154.c Merge pull request #860 from simonduq/frame802154-align 2014-11-18 08:59:30 +01:00
frame802154.h Fix warnings caused by incorrect \defgroup, \addtogroup, \file 2015-02-15 20:11:09 +01:00
framer-802154.c Consistently use PACKETBUF_ATTR_MAC_SEQNO for MAC sequence number, both input and output. Disable PACKETBUF_ATTR_PACKET_ID in the non-Rime case. 2015-05-06 16:34:44 +02:00
framer-802154.h
framer-nullmac.c ContikiMAC: Create and parse ContikiMAC header in special framer; Expanded framer interface 2014-08-05 05:07:06 -07:00
framer-nullmac.h
framer.c ContikiMAC: Create and parse ContikiMAC header in special framer; Expanded framer interface 2014-08-05 05:07:06 -07:00
framer.h ContikiMAC: Create and parse ContikiMAC header in special framer; Expanded framer interface 2014-08-05 05:07:06 -07:00
mac-sequence.c Consistently use PACKETBUF_ATTR_MAC_SEQNO for MAC sequence number, both input and output. Disable PACKETBUF_ATTR_PACKET_ID in the non-Rime case. 2015-05-06 16:34:44 +02:00
mac-sequence.h rdc: duplicate packets: Factor out detection code 2013-11-25 13:01:11 +01:00
mac.c
mac.h
nullmac.c llsec: Added a layer in between NETSTACK_MAC and NETSTACK_NETWORK for implementing link layer security 2014-08-04 01:09:57 -07:00
nullmac.h
nullrdc-noframer.c
nullrdc-noframer.h
nullrdc.c Merge pull request #1051 from simonduq/fix-warning 2015-05-13 00:52:40 +01:00
nullrdc.h
phase.c RDC phase optimization: correct the behavior in case of memory allocation failure 2015-08-14 16:37:00 +02:00
phase.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
rdc.h llsec: Disable duplicate detection when the LLSEC driver provides replay protection anyway. 2014-08-05 05:07:05 -07:00