Simon Brummer
4857f16ee8
gnrc_tcp: cleanup: Restrict lines to 100 char boundries
7 years ago
Simon Brummer
a8b8b64036
gnrc_tcp: cleanup: update doxygen headers
7 years ago
Simon Brummer
62c0efb20a
gnrc_tcp: cleanup: removed trailing underscores from include guards
7 years ago
Simon Brummer
bc0bf3bc4f
gnrc_tcp: cleanup: removed internal fsm structs from public headers
7 years ago
Simon Brummer
67ed2a0ad8
gnrc_tcp: cleanup: internal/common.h added
7 years ago
Simon Brummer
e25fd0dd46
gnrc_tcp: Improved Option Handling
7 years ago
Sebastian Meiling
b81e6b8898
Merge pull request #6511 from smlng/pr/tcp/mode_hdr_file
...
tcp: move header file and adapt includes
7 years ago
smlng
540fb53ac0
tcp: move header file and adapt includes
7 years ago
smlng
7fdd473271
pktdump: add icmpv6 print
7 years ago
Martine Lenders
2fd69653af
gnrc_ndp: do not add new neighbors as TENTATIVE on 6LR
7 years ago
Sebastian Meiling
7f7329ea71
Merge pull request #4744 from brummer-simon/devel-gnrc_tcp
...
gnrc_tcp: initial implementation
7 years ago
Simon Brummer
abd307b89d
gnrc_tcp : initial implementation
7 years ago
Ken Bannister
fa815993ae
gcoap: Move from gnrc directory up to net directory
7 years ago
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
7 years ago
Oleg Hahm
4f4214235b
timex: unambiguous time conversion macros
7 years ago
smlng
e28d14f77f
gnrc, sock_udp: correct includes
7 years ago
smlng
a9cb29c46b
gnrc_sock_udp: optimized remote ep handling
7 years ago
smlng
e2cf221a58
gnrc_sock_udp: get source port from dynmic port range
...
- get a new source port from a predefined range
- check if port already in use, if required
- refinded consistency checks for params of send()
7 years ago
smlng
2c5f07b62b
gnrc_sock: add dynamic port range
7 years ago
Hauke Petersen
61378430e2
sys/net/gnrc: added XBee-to-GNRC glue code
7 years ago
zhuoshuguo
6a0ac75d2c
gnrc_mac: add mac tx and rx internal types and API.
7 years ago
smlng
645ea902dd
cppcheck: grnc/netif/hdr fix cppcheck warnings
7 years ago
Martine Lenders
ee7f0013b8
Merge pull request #6199 from zhuoshuguo/fix_gnrc_priority_queue_doc
...
gnrc_priority_queue: fix doxygen document.
7 years ago
Martine Lenders
490b907cd3
Merge pull request #6086 from miri64/gnrc_pktbuf_static/fix/i5748
...
gnrc_pktbuf_static: fix #5748
7 years ago
Martine Lenders
5e236cdc16
gnrc_pktbuf_static: fix #5748
7 years ago
Cenk Gündoğan
4ebf6363df
gnrc_netdev2_eth: check bytes_expected > 0
7 years ago
smlng
ad698267fb
gnrc_pktbuf: add asserts
...
- fix static analyzer warning
- update @pre doc accordingly
7 years ago
Martine Lenders
50b1e7b6a5
gnrc_sock_udp: fix possibly dereferenced NULL pointer ( #6203 )
7 years ago
zhuoshuguo
944e1462ce
gnrc_priority_queue: fix doxygen document.
7 years ago
Martine Lenders
be702411e2
Merge pull request #6069 from zhuoshuguo/gnrc_mac_internal_helper
...
gnrc_netif: add fetch-address and fetch-netif-flag functionalities.
7 years ago
zhuoshuguo
d749962134
gnrc_netif: add fetch-address and fetch-netif-flag functionalities.
7 years ago
Francisco Acosta
84d0d61279
Merge pull request #5608 from gebart/pr/xtimer-ticks
...
xtimer: Allow arbitrary timer frequency, second attempt
7 years ago
Joakim Nohlgård
7c48c891a0
xtimer: Update xtimer usage to match API changes
7 years ago
Peter Kietzmann
e547ff1d60
Merge pull request #6013 from haukepetersen/opt_periph_uartreturntypes
...
periph/uart: added names to return values
7 years ago
Martine Lenders
bd533dd785
gnrc_sock: move net/af.h include to sock_types.h
7 years ago
Kaspar Schleiser
742387acc0
Merge pull request #6102 from smlng/pr/gcoap/fix_compiler_error
...
gcoap: fix compiler error on macOS
7 years ago
smlng
ebd89a76f4
gcoap: fix compiler error on macOS
7 years ago
Kaspar Schleiser
2972f8fd86
net: gnrc: gcoap: make use of DEBUG_EXTRA_STACKSIZE
7 years ago
Martine Lenders
9ce5a5b02c
Merge pull request #6083 from miri64/gnrc_sock_ip/fix/fix-memcpy-type
...
gnrc_sock_ip: fix memcpy()/memset() sizeof-type
7 years ago
Martine Lenders
653e36277c
gnrc_sock_ip: fix memcpy()/memset() sizeof-type
...
The type in the `sizeof()` is just plain wrong. This fixes it.
7 years ago
Alexandre Abadie
e0164660eb
Merge pull request #6064 from miri64/gnrc_sixlowpan_nhc/fix/forwarding
...
gnrc_sixlowpan_nhc: fix forwarding case
7 years ago
Martin Elshuber
b582e64b09
gnrc_sixlowpan_iphc.c: Updated comments some logic
7 years ago
Martin Elshuber
faa47a0e03
gnrc_sixlowpan_iphc: Fixed encoding when COMP=0
...
Summary:
Even ehen COMP is cleared, the algorithm always elides part of the address when a matching
context is found.
This behviour occurs because in the line
if ((src_ctx != NULL) || ipv6_addr_is_link_local(&(ipv6_hdr->src)))
the COMP bit is not tested.
This patch fixes the problem by setting [src|dst]_ctx to NULL if the
context must not be used.
7 years ago
Martine Lenders
1605b506c9
gnrc_sixlowpan_nhc: fix forwarding case
7 years ago
Martine Lenders
dc907b76fa
gcoap: use generic netreg initializers
...
PR #5526 introduced mbox support for netreg so using these functions
is now required.
7 years ago
Martine Lenders
6dac4bd530
Merge pull request #5950 from zhuoshuguo/add_packet_queue_module_to_gnrc_mac
...
gnrc: Add priority packet queue module to gnrc
7 years ago
Ken Bannister
f3431fb49e
gcoap: initial commit
7 years ago
zhuoshuguo
0ebe2a0309
gnrc: add priority packet queue module.
7 years ago
Martine Lenders
60d7b7efa2
gnrc_sock_udp: fixed minor bug
7 years ago
Martine Lenders
eb50b33fb5
gnrc_sock: actually **bind** implicitly
7 years ago