Joakim Gebart
|
42cfa32077
|
sys/net/network_layer/ng_sixlowpan: Add missing inttypes.h includes
|
2015-07-07 00:53:26 +02:00 |
|
Peter Kietzmann
|
fb6440c397
|
Merge pull request #2893 from authmillenon/ng_net/enh/centralize-dispatch
ng_netapi: centralize packet dispatchment for RCV and SND
|
2015-07-01 13:19:13 +02:00 |
|
Martine Lenders
|
3238ccd47e
|
Merge pull request #3159 from authmillenon/ng_net/feat/iid
ng_net: add IID option and simplify upper layers accordingly
|
2015-07-01 12:47:49 +02:00 |
|
Martine Lenders
|
018dbb04b8
|
ng_sixlowpan: use new netapi functions
|
2015-07-01 12:38:59 +02:00 |
|
Martine Lenders
|
6b6c0c3322
|
Merge pull request #3241 from haukepetersen/ng_frag_send_missingreturn
net/ng_sixlowpan_frag: added missing return
|
2015-06-23 17:58:40 +02:00 |
|
BytesGalore
|
9082ffb70d
|
Merge pull request #3237 from haukepetersen/ng_fix_frag_sendnth_ptrcheck
net/ng_sixlowpan: fix check for pkt==NULL
|
2015-06-23 13:48:01 +02:00 |
|
haukepetersen
|
6a44f56939
|
net/ng_sixlowpan_frag: added missing return
|
2015-06-23 02:56:21 +02:00 |
|
haukepetersen
|
a38d881424
|
net/ng_sixlowpan: fix check for pkt==NULL
|
2015-06-23 02:07:33 +02:00 |
|
haukepetersen
|
80205b6749
|
net/ng_sixlowpan: fix check of pktbuf return val
|
2015-06-23 01:55:01 +02:00 |
|
Martine Lenders
|
1f8e1cbbf3
|
Merge pull request #3218 from haukepetersen/ng_fix_sixlowpan_static
net/ng_sixlowpan: declared private methods static
|
2015-06-22 15:57:48 +02:00 |
|
Martine Lenders
|
245c51f821
|
ng_sixlowpan: piggy-back cppcheck suppression
|
2015-06-19 17:17:29 +02:00 |
|
Martine Lenders
|
74430228cb
|
ng_sixlowpan: add missing return
|
2015-06-19 17:13:10 +02:00 |
|
Martine Lenders
|
b3acefd340
|
ng_sixlowpan: write protect pkt
|
2015-06-19 14:52:51 +02:00 |
|
Hauke Petersen
|
dc82b801ac
|
net/ng_sixlowpan: declared private methods static
|
2015-06-17 17:25:08 +02:00 |
|
Martine Lenders
|
f183197d56
|
ng_sixlowpan_iphc: use NETCONF_OPT_IPV6_IID and ng_ieee802154_get_iid
|
2015-06-15 12:32:14 +02:00 |
|
Martine Lenders
|
46a0fe6cdd
|
pktdump: add 6LoWPAN dump
|
2015-06-05 16:14:56 +02:00 |
|
Martine Lenders
|
4d89ac6d03
|
Merge pull request #3085 from authmillenon/ng_net/fix/printf-stacksize
ng_net: use printf-stack size where it is needed
|
2015-05-29 07:32:37 +02:00 |
|
Martine Lenders
|
3db17eedbf
|
ng_net: use printf-stack size where it is needed
|
2015-05-28 23:22:44 +02:00 |
|
Martine Lenders
|
ae3d88fcae
|
Merge pull request #2806 from authmillenon/ng_sixlowpan_iphc/feat/initial
ng_sixlowpan: Initial import of IP header compression
|
2015-05-27 18:07:11 +02:00 |
|
Martine Lenders
|
9a989264d8
|
ng_sixlowpan: initial import of IP header compression
|
2015-05-27 11:54:50 +02:00 |
|
PeterKietzmann
|
837e57635a
|
ng_sixlowpan_netif: add ENABLE_DEBUG flag
|
2015-05-26 14:45:57 +02:00 |
|
Lotte Steenbrink
|
74254f5c2a
|
sixlowpan_netif: don't add duplicates
prevent ng_sixlowpan_netif_add() from adding duplicates as described in https://github.com/RIOT-OS/RIOT/issues/2965
|
2015-05-18 23:55:57 -07:00 |
|
Oleg Hahm
|
c3a60fcea1
|
net: use sizeof(stack) for thread_create
|
2015-05-09 20:48:53 +02:00 |
|
Martine Lenders
|
2c1b516c8e
|
sixlowpan_frag: another bugfix for reassembly
|
2015-05-09 16:18:16 +02:00 |
|
Martine Lenders
|
bc41cfc93f
|
sixlowpan_frag: Fix some debug messages for nano-specs
|
2015-05-08 18:32:29 +02:00 |
|
Martine Lenders
|
0514e11805
|
sixlowpan_frag: fix reassembly buffer garbage collection
|
2015-05-08 18:32:12 +02:00 |
|
Martine Lenders
|
450abe6154
|
ng_sixlowpan: use ng_pktbuf_remove_snip()
|
2015-04-29 01:06:32 +02:00 |
|
Martine Lenders
|
4f5995a4cf
|
ng_sixlowpan_frag: add missing return
|
2015-04-29 01:06:17 +02:00 |
|
Martine Lenders
|
7c0d86e360
|
ng_sixlowpan_frag: fix reassembly buffer
|
2015-04-29 01:06:17 +02:00 |
|
Martine Lenders
|
73d9739258
|
ng_sixlowpan: Initial import of datagram fragmentation
|
2015-04-26 02:21:20 +02:00 |
|
Martine Lenders
|
5412e0e68b
|
ng_sixlowpan: initial import
|
2015-04-23 11:29:53 +02:00 |
|
Martine Lenders
|
07e2dbaf7e
|
ng_sixlowpan_netif: initial import
|
2015-04-23 11:29:51 +02:00 |
|
Martine Lenders
|
3a72e5346b
|
unittests: add tests for ng_sixlowpan_ctx
|
2015-04-18 15:42:42 +02:00 |
|
Martine Lenders
|
39ed4baa92
|
ng_sixlowpan: initial import of a context buffer
|
2015-04-18 15:42:42 +02:00 |
|