Martine Lenders
|
488c47cbf3
|
gnrc_netif: allow for wait of minimum time between sends
|
2019-08-09 10:21:42 +02:00 |
|
Hauke Petersen
|
eb50d4704a
|
net/emcute: make cli ID conform to standard
|
2019-07-04 11:04:22 +02:00 |
|
Hauke Petersen
|
785f59fb7f
|
net/asymcute: make cli ID len conform to standard
|
2019-07-04 11:03:37 +02:00 |
|
Hauke Petersen
|
16fa111c76
|
net/mqttsn: add min&max allowed len for client ID
|
2019-07-04 11:02:45 +02:00 |
|
Martine Lenders
|
0cc4c50919
|
Merge pull request #11780 from miri64/gnrc_pktbuf/cleanup/rm-duplicate_upto
gnrc_pktbuf: remove gnrc_pktbuf_duplicate_upto
|
2019-07-03 17:44:08 +02:00 |
|
Ken Bannister
|
3d33400b04
|
Merge pull request #11779 from miri64/gcoap/doc/rm-req_send2
gcoap: remove all references to `gcoap_req_send2()`
|
2019-07-03 10:35:27 -04:00 |
|
Kevin "Bear Puncher" Weiss
|
cd6544ebe0
|
Merge pull request #11778 from miri64/gnrc_tftp/doc/deprecate
gnrc_tftp: add deprecation note
|
2019-07-03 16:09:39 +02:00 |
|
Martine S. Lenders
|
01fc3d8f0b
|
gnrc_tftp: add deprecation note
|
2019-07-03 15:11:41 +02:00 |
|
Martine S. Lenders
|
b83430aa62
|
gnrc_pktbuf: remove gnrc_pktbuf_duplicate_upto
The removal of this function was already announced for the 2019.04
release. So it is safe to remove it.
|
2019-07-03 15:09:18 +02:00 |
|
Martine S. Lenders
|
c9179a26c8
|
gcoap: replace internal references to gcoap_req_send2()
`gcoap_req_send2()` is deprecated and was replaced with
`gcoap_req_send()`.
|
2019-07-03 15:00:06 +02:00 |
|
Martine S. Lenders
|
7ba928faa3
|
gnrc_tftp: make it working again with link-local addresses
|
2019-07-03 14:04:26 +02:00 |
|
Jose Alamos
|
ca8c78116f
|
drivers/sx127x: add NETOPT_RX_SYMBOL_TIMEOUT setter
|
2019-06-27 15:43:50 +02:00 |
|
Jose Alamos
|
268e6df950
|
drivers/sx127x: add NETOPT_RANDOM option handling
|
2019-06-27 15:43:50 +02:00 |
|
Jose Alamos
|
77162b8c6f
|
drivers/sx127x: add NETOPT_SYNCWORD option handling
|
2019-06-27 15:43:50 +02:00 |
|
Hauke Petersen
|
83c679a99c
|
net/ble.h: add some svc and char UUIDs
|
2019-06-27 11:56:09 +02:00 |
|
|
7b8612b38d
|
sys/net: add netopt options for lorawan
|
2019-06-25 13:53:25 +02:00 |
|
Martine S. Lenders
|
9ba22083ee
|
sock_ip: fix documenation referring to UDP sock
|
2019-06-19 14:18:45 +02:00 |
|
Leandro Lanzieri
|
b9c1146e90
|
sys/net/sock_util: Accept null pointers in urlsplit
|
2019-06-12 10:03:11 +02:00 |
|
|
a3f9f03301
|
eui48: Add address flag helper functions
|
2019-06-10 21:07:02 +02:00 |
|
Martine Lenders
|
7e7e17c33f
|
Merge pull request #11640 from haukepetersen/add_bluetil_addrfromstr
sys/bluetil: add bluetil_addr_from_str()
|
2019-06-06 12:09:12 +02:00 |
|
Hauke Petersen
|
665b1d6528
|
sys/bluetil: add bluetil_addr_from_str()
|
2019-06-06 11:42:55 +02:00 |
|
Martine Lenders
|
6b582fd5d0
|
Merge pull request #11593 from miri64/ipv6_ext/feat/frag
ipv6_ext: add fragmentation extension definitions
|
2019-06-04 17:12:51 +02:00 |
|
Martine Lenders
|
2434197837
|
ipv6_ext: add fragmentation extension definitions
|
2019-06-04 16:24:28 +02:00 |
|
Cenk Gündoğan
|
e34a133428
|
Merge pull request #11560 from benpicco/rpl/of-api-update
RPL: API update suggestions
|
2019-05-29 15:44:39 +02:00 |
|
|
42c1da8171
|
gnrc_rpl: update OF API
- dodag->parents already points to the preferred parent, so give dodag to calc_rank directly
- remove unused which_parent function
|
2019-05-29 15:11:18 +02:00 |
|
Cenk Gündoğan
|
3f4259af07
|
Merge pull request #11061 from miri64/gnrc_sixlowpan_frag/new/hint
gnrc_sixlowpan_frag: Initial import of a fragment size hint feature
|
2019-05-28 23:09:15 +02:00 |
|
Martine Lenders
|
2534cfb3fa
|
gnrc_sixlowpan_frag: Initial import of a fragment size hint feature
This allows for sending of fragments smaller than the restrictions set
by the link-layer PDU. E.g. to put some slack for IPHC into the first
fragment (see https://tools.ietf.org/html/draft-ietf-6lo-fragment-recovery-02#section-4.1).
|
2019-05-28 21:03:51 +02:00 |
|
Martine Lenders
|
a8c81debf8
|
gnrc_sixlowpan_frag: use rbuf base class whenever possible
|
2019-05-28 18:07:42 +02:00 |
|
Martine Lenders
|
5e7803d506
|
gnrc_sixlowpan_frag: add datagram size to base type
|
2019-05-28 18:07:42 +02:00 |
|
Martine Lenders
|
52e4247798
|
gnrc_sixlowpan_frag: introduce reassembly buffer base class
|
2019-05-28 18:07:42 +02:00 |
|
Martine Lenders
|
8cc5d94956
|
gnrc_sixlowpan_frag: add arrival time to public type
The arrival time is also needed for the VRB's garbage collection.
|
2019-05-28 18:07:42 +02:00 |
|
Martine Lenders
|
b84e496563
|
gnrc_sixlowpan_frag: add intervals to public type
The fragment intervals are also required by the VRB, so make them part
of the public representation of a reassembly buffer.
|
2019-05-28 18:07:42 +02:00 |
|
Martine Lenders
|
a3061ab2cc
|
gnrc_sixlowpan_frag: expose fragment interval type
For the [VRB] I also need to track which the intervals of the fragments
already received (mostly for finding out when I am able to get rid of a
VRB entry, see [this conversation][VRB entry removal]), so to be able to
incorporate it into the common type for both reassembly buffer and VRB I
need to expose that type first.
[VRB]: https://tools.ietf.org/html/draft-ietf-lwig-6lowpan-virtual-reassembly-00
[VRB entry removal]: https://mailarchive.ietf.org/arch/msg/6lo/bTm2REo4PpVcMFH04mF_SlPvS_M
|
2019-05-28 18:07:41 +02:00 |
|
Martine Lenders
|
8fe12bc82c
|
Merge pull request #11021 from miri64/gnrc_sixlowpan_frag/enh/multiple-send
gnrc_sixlowpan_frag: allow send of multiple datagrams simultaneously
|
2019-05-27 11:54:26 +02:00 |
|
Martine Lenders
|
b6f19c0bcb
|
gnrc_sixlowpan_frag: allow send of multiple datagrams simultaneously
|
2019-05-27 10:35:31 +02:00 |
|
Martine Lenders
|
7e26a22723
|
gnrc_sixlowpan_frag: fix timeout config macro name
|
2019-05-24 17:39:35 +02:00 |
|
Cenk Gündoğan
|
650ee83e90
|
Merge pull request #11442 from miri64/gnrc_sixlowpan_frag/enh/aggressive-config
gnrc_sixlowpan_frag: make aggresive override configurable
|
2019-05-24 17:25:20 +02:00 |
|
Hauke Petersen
|
c3979a34d8
|
Merge pull request #11567 from miri64/gnrc_neterr/doc/fix-group
gnrc_neterr: move doxygen group into GNRC group
|
2019-05-24 16:55:39 +02:00 |
|
Martine Lenders
|
51e67505f0
|
gnrc_neterr: move doxygen group into GNRC group
|
2019-05-23 14:09:09 +02:00 |
|
francisco
|
ef4481fba9
|
sock/util: add config group
|
2019-05-22 15:55:16 +02:00 |
|
|
7dc1b4f45d
|
sys/sock/util: allow overriding of SOCK_*_MAXLEN
|
2019-05-21 12:06:49 +02:00 |
|
Sebastian Meiling
|
3f9a6410f0
|
Merge pull request #11143 from jia200x/pr/lorawan_hdr
net/lorawan/hdr: add lorawan header helpers
|
2019-05-06 15:07:43 +02:00 |
|
Ken Bannister
|
8aa5258ba7
|
Merge pull request #11445 from miri64/gcoap/fix/rm-deprecated
gcoap: remove deprecated function gcoap_req_send()
|
2019-05-03 13:44:02 -04:00 |
|
Martine Lenders
|
d7ad4b9b5f
|
gcoap: provide migration alias for gcoap_req_send2
|
2019-05-03 15:35:56 +02:00 |
|
Emmanuel Baccelli
|
4c3e49ee40
|
Merge pull request #11475 from kaspar030/add_iotpush_copyrights
add copyrights from IOTPUSH project
|
2019-05-02 12:42:17 +02:00 |
|
|
0ec9c57b2b
|
add copyrights from IOTPUSH project
|
2019-05-02 12:09:37 +02:00 |
|
Ken Bannister
|
5fc86c96d4
|
net/gcoap: add reference to base nanocoap documentation
|
2019-04-25 12:32:03 -04:00 |
|
Ken Bannister
|
d6f2d12789
|
net/nanocoap: move detailed module doc to nanocoap_sock
|
2019-04-25 12:32:03 -04:00 |
|
Martine Lenders
|
a11f817604
|
gcoap: rename gcoap_req_send2() to gcoap_req_send()
|
2019-04-25 13:40:32 +02:00 |
|
Martine Lenders
|
affd115405
|
gcoap: remove deprecated function gcoap_req_send()
|
2019-04-25 13:39:50 +02:00 |
|