benpicco
|
73e90c5049
|
Merge pull request #20371 from xnumad/nib-next-hop-addr
gnrc_ipv6_nib: Force unspecified next hop addresses
|
2024-09-02 12:13:28 +00:00 |
|
xnumad
|
8b73628dc8
|
gnrc_ipv6_nib: refactor
Invert condition, add assert
|
2024-08-31 10:40:17 +02:00 |
|
benpicco
|
022630c043
|
Merge pull request #20836 from benpicco/sys/gcoap-thread_name
gcoap: the name of the gcoap thread should be gcoap
|
2024-08-27 08:56:50 +00:00 |
|
xnumad
|
606a11b87d
|
gnrc_ipv6_nib: fix: offl-only: overwrite unspecified address
Co-Authored-By: fabian18 <15147337+fabian18@users.noreply.github.com>
|
2024-08-26 18:26:57 +02:00 |
|
benpicco
|
1626919da7
|
Merge pull request #20684 from fabian18/pr/fix_gcoap_observe_response_correlation
sys/net/application_layer/gcoap: fix Observe notifications correlation
|
2024-08-26 14:11:59 +00:00 |
|
Benjamin Valentin
|
f95dc978fa
|
gcoap: the name of the gcoap thread should be gcoap
|
2024-08-26 15:44:26 +02:00 |
|
Daniel Lockau
|
7240d37fc2
|
nib.c: allow selection of interfaces for static link local addresses
|
2024-08-26 08:31:21 +02:00 |
|
Fabian Hüßler
|
a181c7b543
|
sys/gcoap: add public function to find a resource by path
|
2024-08-21 17:49:48 +02:00 |
|
Fabian Hüßler
|
c1535d25ba
|
nanocoap: constify coap_match_path() API
|
2024-08-21 17:49:48 +02:00 |
|
Fabian Hüßler
|
08f6ec49c4
|
gcoap: lock CoAP state mutex in observe API
|
2024-08-21 17:49:48 +02:00 |
|
Fabian Hüßler
|
a2a7f41a59
|
gcoap: send Observe notifications from request address
|
2024-08-21 17:34:18 +02:00 |
|
Fabian Hüßler
|
04d95ab0e8
|
gcoap: debug for _find_req_memo_by_token()
|
2024-08-21 17:34:18 +02:00 |
|
Fabian Hüßler
|
0614db9cd5
|
sys/net/application_layer/gcoap: fix Observe notifications correlation
|
2024-07-31 23:01:17 +02:00 |
|
Martine Lenders
|
11ea4a359d
|
Merge pull request #20801 from Teufelchen1/fix/dhcpv6
net/dhcpv6: Improve option handling in dhcpv6 advertise
|
2024-07-31 07:51:42 +00:00 |
|
Bennet Blischke
|
cc9855b3ae
|
net/dhcpv6: Improve option handling in dhcpv6 advertise
|
2024-07-30 19:21:09 +02:00 |
|
Teufelchen
|
1e6164fd68
|
Merge pull request #20549 from chrysn-pull-requests/gcoap-asan
gcoap: Avoid reading beyond defined input buffer
|
2024-07-30 10:13:41 +00:00 |
|
xnumad
|
3ab7896b18
|
gnrc_ipv6_nib: Force unspecified next hop addresses
|
2024-07-29 20:10:13 +02:00 |
|
benpicco
|
9781bc0ad3
|
Merge pull request #20757 from xnumad/offl-lifetimes
gnrc/ipv6: Store all SLAAC prefixes
|
2024-07-29 14:06:22 +00:00 |
|
Benjamin Valentin
|
312a550f1a
|
treewide: remove THREAD_CREATE_STACKTEST from thread creation
|
2024-07-29 11:45:58 +02:00 |
|
xnumad
|
e25066768b
|
gnrc/ipv6: Store all SLAAC prefixes
Incl. off-link ones, since lifetimes for the autoconfigured addresses are managed by the prefix entry.
|
2024-07-28 09:53:55 +02:00 |
|
benpicco
|
4ba7c46e4d
|
Merge pull request #20711 from fabian18/pr/gcoap_aux_local_in_req_send
gcoap: propagate local tx aux to gcoap_req_send() and in _handler_req()
|
2024-07-05 12:07:38 +00:00 |
|
xnumad
|
81a1e997f0
|
gnrc/ipv6: fix: Overflow in sent packet
|
2024-07-03 20:15:04 +02:00 |
|
xnumad
|
1e4a85f1e6
|
gnrc/ipv6: fix: Avoid overflow if prefix already expired
Check similarly to `_handle_pfx_timeout`
|
2024-07-03 20:14:45 +02:00 |
|
fabian18
|
d6d9d5f3da
|
Merge pull request #20329 from fabian18/nib_rtr_fixes
nib: some fixes when a router or a prefix is deleted
|
2024-06-10 08:38:49 +00:00 |
|
benpicco
|
78da4bc1c7
|
Merge pull request #20725 from fabian18/pr/nanocoap_sock_fix_ctx_release
nanocoap/sock: fix state handling for mismatching message ID in `nanocoap_sock_request_cb()`
|
2024-06-07 16:19:13 +00:00 |
|
Fabian Hüßler
|
5145b29b55
|
nanocoap/sock: fix context release
|
2024-06-06 11:24:41 +02:00 |
|
Fabian Hüßler
|
f50dd7dade
|
gcoap/forward_proxy: set payload length in forwarded PDU
|
2024-05-31 12:04:48 +02:00 |
|
Fabian Hüßler
|
c12375eec4
|
gcoap/forward_proxy: reply from request destination address
|
2024-05-31 12:04:48 +02:00 |
|
Fabian Hüßler
|
f4b1306460
|
gcoap: pass aux local to _handle_req()
|
2024-05-31 12:04:48 +02:00 |
|
Fabian Hüßler
|
40fb250ae4
|
treewide: adapt to gcoap_req_send aux local API change
|
2024-05-31 12:04:48 +02:00 |
|
benpicco
|
251ea7f75a
|
Merge pull request #20687 from benpicco/nanocoap_fs
nanocoap_fs: add nanoCoAP as VFS backend (remote CoAP fs)
|
2024-05-29 15:00:24 +00:00 |
|
Fabian Hüßler
|
3973e4bb9d
|
gcoap: add aux local to gcoap_req_send
|
2024-05-29 16:37:13 +02:00 |
|
Benjamin Valentin
|
a87687c14e
|
nanocoap_fs: add nanoCoAP as VFS backend
|
2024-05-29 11:32:22 +02:00 |
|
Benjamin Valentin
|
994211d955
|
nanocoap_sock: add nanocoap_sock_get_block()
|
2024-05-28 11:42:32 +02:00 |
|
benpicco
|
e62c25a015
|
Merge pull request #20690 from benpicco/nanocoap_get_blockwise_to_buf
nanocoap_sock: add nanocoap_get_blockwise_to_buf()
|
2024-05-27 16:53:44 +00:00 |
|
Fabian Hüßler
|
b6aa7a6ea5
|
nanocoap/sock: fix response token matching for piggybacked ACKs
|
2024-05-27 17:58:44 +02:00 |
|
Fabian Hüßler
|
afc9f9bf28
|
nanocoap/sock: nanocoap_sock_request_cb(): fix state handling
|
2024-05-27 17:58:44 +02:00 |
|
Fabian Hüßler
|
058ab2ce40
|
nanocoap/sock: nanocoap_sock_request_cb(): wait for response without cb
|
2024-05-27 17:58:16 +02:00 |
|
Fabian Hüßler
|
ec9a114f7a
|
nanocoap/sock: stop retransmissions after empty ACK
|
2024-05-27 09:54:02 +02:00 |
|
Benjamin Valentin
|
c5cfecb311
|
nanocoap_sock: add nanocoap_get_blockwise_to_buf()
|
2024-05-23 16:11:52 +02:00 |
|
Benjamin Valentin
|
4a431c8d1a
|
nanocoap_fileserver: add support for size2 option
|
2024-05-22 20:16:25 +02:00 |
|
Benjamin Valentin
|
d26a95193a
|
sys/net/gnrc_sock: add support for ZTIMER_MSEC
|
2024-05-21 23:58:28 +02:00 |
|
benpicco
|
3f41494e59
|
Merge pull request #20266 from benpicco/nanocoap_reply_separate
nanocoap_sock: implement separate response
|
2024-05-21 17:45:22 +00:00 |
|
Benjamin Valentin
|
dd458cb993
|
nanocoap_sock: use normal udp sock in nanocoap_server()
|
2024-05-21 19:27:57 +02:00 |
|
Benjamin Valentin
|
7e69c13630
|
nanocoap_sock: implement nanocoap_sock_send_separate()
|
2024-05-21 19:27:57 +02:00 |
|
Benjamin Valentin
|
330a6cfb91
|
nanocoap_sock: add local information to coap_request_ctx_t
|
2024-05-21 19:27:57 +02:00 |
|
Benjamin Valentin
|
c280076594
|
nanocoap: add coap_build_empty_ack()
|
2024-05-21 19:27:57 +02:00 |
|
Benjamin Valentin
|
2c232dd0d2
|
nanocoap: don't set type & code twice in coap_build_reply()
|
2024-05-21 19:25:55 +02:00 |
|
Benjamin Valentin
|
879d312960
|
nanocoap: make token const in coap_build_hdr()
|
2024-05-21 19:25:55 +02:00 |
|
Benjamin Valentin
|
42754b58ea
|
gnrc_sock_udp: set source port when aux local is present
|
2024-05-21 19:25:55 +02:00 |
|