osd-contiki/core/net
Valentin Sawadski 44b3cd4e09 Fixes a possible unsafe memcpy in uip_udp_packet_send
If the buffers overlap, memcpy must not be used as it might have arbitrary
results. memmove() on the other hand is safe to use.
2015-10-09 08:30:49 +02:00
..
http-socket Explicitly use the IPv6 address copy macro when copying IPv6 addresses 2015-05-10 10:51:12 +02:00
ip Fixes a possible unsafe memcpy in uip_udp_packet_send 2015-10-09 08:30:49 +02:00
ip64 Merge pull request #1121 from uknoblic/ip64 2015-09-24 11:24:18 +02:00
ipv4 Add uip_clear_buf() macro and replace all instances of uip_len = 0; with it 2015-06-15 11:10:51 +02:00
ipv6 Estimated fragments should take into account 802.15.4 header size 2015-09-30 09:02:42 +02:00
llsec CCM* module now accepts fixed-size 13-byte nonces 2015-06-29 22:51:00 +02:00
mac Merge pull request #657 from atiselsts/networking_patches 2015-09-24 16:50:00 +02:00
rime Merge pull request #1132 from tpetry/master 2015-09-24 14:27:14 +02:00
rpl check if objective function is supported before adding as parent and creating a dag 2015-09-29 21:10:03 +02:00
linkaddr.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
linkaddr.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
nbr-table.c added debug print for nbr-table-module 2015-08-27 18:45:06 +02:00
nbr-table.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
netstack.c llsec: Removed superseded NETSTACK_ENCRYPT, NETSTACK_DECRYPT, and 2014-08-05 05:07:05 -07:00
netstack.h llsec: Added a layer in between NETSTACK_MAC and NETSTACK_NETWORK for implementing link layer security 2014-08-04 01:09:57 -07:00
packetbuf.c Fix for out of bounds access 2015-08-31 16:10:00 +05:30
packetbuf.h Disable PACKETBUF_ATTR_PACKET_TYPE in the non-Rime case by default 2015-05-06 16:36:15 +02:00
queuebuf.c Remove the unused reference queuebufs, as they only make the code more complex than it needs to be 2015-04-01 10:01:57 +02:00
queuebuf.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00