Rémy Léone
f2440235b5
Fix CSC & XML export to match .gitattributes
2015-10-22 16:05:40 +02:00
Benoît Thébaudeau
bf41de1be5
Merge pull request #1078 from drandreas/cc2538-crypto
...
cc2538: Add PKA drivers, ECC algorithms and examples
2015-10-21 11:24:35 +02:00
Oliver Schmidt
61a5d234eb
Merge pull request #1316 from oliverschmidt/master
...
Added ZIP file creation to retro distro Makefile.
2015-10-21 11:24:15 +02:00
Adam Dunkels
5e08b15b0a
Merge pull request #1313 from tadodotcom/tmp-remove-uip-is-addr-link-local
...
Removes duplicate of uip_is_addr_linklocal
2015-10-21 08:16:27 +02:00
Oliver Schmidt
4db4b7fcf2
Added ZIP file creation to retro distro Makefile.
...
The ZIP includes a comment containing the Git SHA of the code built.
2015-10-20 18:18:35 +02:00
Simon Duquennoy
4edfb3671f
Merge pull request #1315 from simonduq/pr/fix-jn516x-uart-printf
...
jn516x uart-driver.c: use DBG_vPrintf instead of printf.
2015-10-20 15:57:12 +02:00
Simon Duquennoy
810036e4f3
jn516x uart-driver.c: use DBG_vPrintf instead of printf. Issue https://github.com/contiki-os/contiki/issues/1314
2015-10-20 14:56:51 +02:00
Simon Duquennoy
2daa3d7377
Merge pull request #1269 from tadodotcom/tmp-uip-fallback-iface
...
More flexibility for the fallback interface
2015-10-20 11:33:14 +02:00
Valentin Sawadski
b0c7dabf4c
Removes duplicate of uip_is_addr_linklocal
...
A simple search and replace of `uip_is_addr_link_local` to ensure the more
commonly used `uip_is_addr_linklocal` is used consistently.
2015-10-20 11:18:46 +02:00
Simon Duquennoy
9c15d1c42f
Merge pull request #1063 from simonduq/configure-na
...
Default NDP configuration
2015-10-18 20:26:55 +02:00
Simon Duquennoy
c1797e0ffe
Merge pull request #912 from cetic/pr-dag-lifetime
...
Add DODAG lifetime, update of parent rank when switching dag and multi dodag non-regression test
2015-10-18 20:26:37 +02:00
Simon Duquennoy
10bd49a71a
Merge pull request #756 from sieben/dos2unix
...
dos2unix fix
2015-10-18 20:26:07 +02:00
Simon Duquennoy
86f41f8c7b
Merge pull request #1146 from kkrentz/llsec-as-framer
...
LLSEC as FRAMER
2015-10-18 20:25:30 +02:00
AntiCat
d631270af4
cc2538: Add PKA drivers, ECC algorithms and examples
2015-10-18 20:14:17 +02:00
Fredrik Österlind
0c9f11b568
Merge pull request #1308 from cmorty/pull/safe_random
...
Fix SafeRandom
2015-10-15 18:53:26 +02:00
Moritz 'Morty' Strübe
f17fc20fe7
Fix SafeRandom logic
2015-10-15 10:09:57 +02:00
Moritz 'Morty' Strübe
6f86e0bd92
Typos
2015-10-15 10:09:41 +02:00
kkrentz
c865982df5
JN516x: Call LLSEC.init instead of LLSEC.bootstrap
2015-10-15 00:41:12 -07:00
Simon Duquennoy
bfeff0488d
Port JN516x ccm-star implementation to new ccm_star_driver interface
2015-10-14 09:20:44 -07:00
kkrentz
9500be8916
llsec: Declared aead static
2015-10-14 08:22:44 -07:00
Konrad Krentz
1a12ef3334
llsec: Unsecuring within parse
2015-10-14 08:22:44 -07:00
Konrad Krentz
0a6b1cb646
llsec: Added AEAD mode to CCM*
2015-10-14 08:22:44 -07:00
Konrad Krentz
c656a4d1c5
llsec: Fixed style issues in CCM*
2015-10-14 08:22:44 -07:00
Konrad Krentz
b522c042ec
llsec: Replaced bootstrap function with a simple init function
2015-10-14 08:21:40 -07:00
Konrad Krentz
2059b6559e
llsec: Let llsec_drivers define their own framer
2015-10-14 08:21:40 -07:00
Oliver Schmidt
79ca771d69
Merge remote-tracking branch 'upstream/master'
2015-10-10 20:34:21 +02:00
Oliver Schmidt
6b29e4b30d
Merge pull request #1303 from oliverschmidt/master
...
Initialize acknowledgment no. on establishment of outgoing TCP connection.
2015-10-10 19:55:28 +02:00
Oliver Schmidt
fa9c25cdf5
Merge remote-tracking branch 'upstream/master'
2015-10-10 18:01:14 +02:00
Oliver Schmidt
7d38c48a8b
Initialize acknowledgment number on establishment of outgoing TCP connection.
...
Ported change 2432a8ee7d
(set expected reception sequence no to zero - to get initial connection to avoid having ack-number other than zero) from uIPv6 to uIPv4.
2015-10-10 17:41:56 +02:00
Oliver Schmidt
1b2028f1e0
Merge pull request #1302 from oliverschmidt/master
...
Removed mouse pointer initialization.
2015-10-09 22:22:07 +02:00
Oliver Schmidt
43ac818dd2
Removed mouse pointer initialization.
...
Now the cc65 C library for CBM takes care of this.
2015-10-09 19:35:31 +02:00
Adam Dunkels
9ffdc9af25
Merge pull request #1300 from tadodotcom/tmp-uip-udp-packet-send-buffer-fix
...
Fixes a possible unsafe memcpy in uip_udp_packet_send
2015-10-09 14:05:54 +02:00
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
Simon Duquennoy
7ce817ab4c
Better documentation of the UIP_CONF_ND6_SEND_NA flag.
2015-10-06 16:40:53 +02:00
Simon Duquennoy
46c2f78614
Merge pull request #1296 from vozi/ccm-star-bug-fix
...
fixed memory bug
2015-10-06 16:01:48 +02:00
Florian von Zabiensky
feba89a3f7
fixed memory bug
2015-10-06 11:25:12 +02:00
Nicolas Tsiftes
f9ed78a327
Merge pull request #1216 from nfi/coap-fixes
...
CoAP fixes and improvements
2015-10-01 15:38:13 +02:00
Simon Duquennoy
1cbe1ab7f9
Merge pull request #1289 from simonduq/pr/update-mspsim-submodule
...
Updating mspsim submodule to latest
2015-09-30 22:40:13 +02:00
Simon Duquennoy
e6978aba4e
Updating mspsim submodule to latest
2015-09-30 21:47:14 +02:00
Laurent Deru
d57be77b47
Add non-regression test for multi dodag
2015-09-30 15:48:36 +02:00
Laurent Deru
15bc0c6daa
Update rank of parent when it has changed DODAG
2015-09-30 15:48:36 +02:00
Laurent Deru
34126173b4
Add DAG lifetime
2015-09-30 15:48:36 +02:00
Simon Duquennoy
19a0fca57b
Merge pull request #1119 from cetic/pr-fix-6lowpan-frag-again
...
Estimated fragments count should take into account 802.15.4 header size
2015-09-30 09:59:01 +02:00
Laurent Deru
c5b563f8e1
Estimated fragments should take into account 802.15.4 header size
2015-09-30 09:02:42 +02:00
Nicolas Tsiftes
0a648df3c3
Merge pull request #1207 from simonduq/fix-nd6-alignement
...
ND6 alignment bugfix
2015-09-29 22:01:37 +02:00
Nicolas Tsiftes
881cd25484
Merge pull request #1288 from joakimeriksson/rpl-early-ocp-check
...
RPL: check if objective function is supported before creating dag.
2015-09-29 21:56:55 +02:00
Joakim Eriksson
24a38a3aa8
check if objective function is supported before adding as parent and creating a dag
2015-09-29 21:10:03 +02:00
Simon Duquennoy
ad51fe55f9
Merge pull request #1286 from farcaller/patch-2
...
Fixed linuxradio-drv guard macro name
2015-09-29 14:57:51 +02:00
Vladimir Pouzanov
2d75926989
Fixed linuxradio-drv guard macro name
2015-09-29 12:29:08 +01:00
Oliver Schmidt
0138f49c76
Merge pull request #1284 from farcaller/patch-1
...
Fixed detection of windows-native
2015-09-29 12:31:41 +02:00