smlng
|
5b2b7674d8
|
gnrc/pktdump: add tcp_hdr_print
|
2017-02-07 13:42:41 +01:00 |
|
smlng
|
43de60daf0
|
net: add tcp_hdr_print
|
2017-02-07 13:42:41 +01:00 |
|
Martine Lenders
|
37f6eb63f8
|
udp: fix formatter of checksum in udp_hdr_print()
|
2017-02-07 10:09:51 +01:00 |
|
Martine Lenders
|
b272e904fd
|
icmpv6: fix formatter of checksum in icmpv6_hdr_print()
|
2017-02-07 10:09:46 +01:00 |
|
Simon Brummer
|
d4c477aa01
|
gnrc_tcp: cleanup: correct copyright updates and corrected doxygen comments
|
2017-02-06 18:26:45 +01:00 |
|
Simon Brummer
|
7e7b832219
|
gnrc_tcp: cleanup: Enforce coding convention
|
2017-02-04 10:19:59 +01:00 |
|
Simon Brummer
|
4857f16ee8
|
gnrc_tcp: cleanup: Restrict lines to 100 char boundries
|
2017-02-02 08:29:29 +01:00 |
|
Simon Brummer
|
a8b8b64036
|
gnrc_tcp: cleanup: update doxygen headers
|
2017-02-02 08:29:29 +01:00 |
|
Simon Brummer
|
62c0efb20a
|
gnrc_tcp: cleanup: removed trailing underscores from include guards
|
2017-02-02 08:29:29 +01:00 |
|
Simon Brummer
|
bc0bf3bc4f
|
gnrc_tcp: cleanup: removed internal fsm structs from public headers
|
2017-02-02 08:29:29 +01:00 |
|
Simon Brummer
|
67ed2a0ad8
|
gnrc_tcp: cleanup: internal/common.h added
|
2017-02-02 08:29:29 +01:00 |
|
Simon Brummer
|
e25fd0dd46
|
gnrc_tcp: Improved Option Handling
|
2017-02-01 08:28:59 +01:00 |
|
Sebastian Meiling
|
b81e6b8898
|
Merge pull request #6511 from smlng/pr/tcp/mode_hdr_file
tcp: move header file and adapt includes
|
2017-01-31 19:25:41 +01:00 |
|
smlng
|
540fb53ac0
|
tcp: move header file and adapt includes
|
2017-01-31 19:14:54 +01:00 |
|
smlng
|
7fdd473271
|
pktdump: add icmpv6 print
|
2017-01-30 15:24:14 +01:00 |
|
Martine Lenders
|
2fd69653af
|
gnrc_ndp: do not add new neighbors as TENTATIVE on 6LR
|
2017-01-23 14:02:26 +01:00 |
|
Sebastian Meiling
|
7f7329ea71
|
Merge pull request #4744 from brummer-simon/devel-gnrc_tcp
gnrc_tcp: initial implementation
|
2017-01-23 09:32:34 +01:00 |
|
Simon Brummer
|
abd307b89d
|
gnrc_tcp : initial implementation
|
2017-01-22 09:27:58 +01:00 |
|
Ken Bannister
|
af1eca907f
|
gcoap: Rebase messaging on sock API
|
2017-01-20 22:00:25 -05:00 |
|
Ken Bannister
|
fa815993ae
|
gcoap: Move from gnrc directory up to net directory
|
2017-01-20 16:14:13 -05:00 |
|
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
2017-01-19 18:30:53 +01:00 |
|
Oleg Hahm
|
4f4214235b
|
timex: unambiguous time conversion macros
|
2017-01-19 13:18:08 +01:00 |
|
smlng
|
e28d14f77f
|
gnrc, sock_udp: correct includes
|
2017-01-18 13:23:12 +01:00 |
|
smlng
|
a9cb29c46b
|
gnrc_sock_udp: optimized remote ep handling
|
2017-01-18 13:23:12 +01:00 |
|
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()
|
2017-01-18 13:23:12 +01:00 |
|
smlng
|
2c5f07b62b
|
gnrc_sock: add dynamic port range
|
2017-01-18 13:23:12 +01:00 |
|
Hauke Petersen
|
61378430e2
|
sys/net/gnrc: added XBee-to-GNRC glue code
|
2017-01-10 11:47:31 +01:00 |
|
zhuoshuguo
|
6a0ac75d2c
|
gnrc_mac: add mac tx and rx internal types and API.
|
2017-01-04 13:59:16 +01:00 |
|
smlng
|
18ec3105f2
|
cppcheck: fix warning in nhdp_address
|
2016-12-23 21:00:23 +01:00 |
|
smlng
|
645ea902dd
|
cppcheck: grnc/netif/hdr fix cppcheck warnings
|
2016-12-20 16:49:10 +01:00 |
|
Martine Lenders
|
ee7f0013b8
|
Merge pull request #6199 from zhuoshuguo/fix_gnrc_priority_queue_doc
gnrc_priority_queue: fix doxygen document.
|
2016-12-16 16:05:17 +01:00 |
|
Martine Lenders
|
490b907cd3
|
Merge pull request #6086 from miri64/gnrc_pktbuf_static/fix/i5748
gnrc_pktbuf_static: fix #5748
|
2016-12-16 07:18:38 +01:00 |
|
Martine Lenders
|
5e236cdc16
|
gnrc_pktbuf_static: fix #5748
|
2016-12-15 20:57:32 +01:00 |
|
Cenk Gündoğan
|
4ebf6363df
|
gnrc_netdev2_eth: check bytes_expected > 0
|
2016-12-14 14:40:11 +01:00 |
|
smlng
|
ad698267fb
|
gnrc_pktbuf: add asserts
- fix static analyzer warning
- update @pre doc accordingly
|
2016-12-13 18:18:11 +01:00 |
|
Martine Lenders
|
50b1e7b6a5
|
gnrc_sock_udp: fix possibly dereferenced NULL pointer (#6203)
|
2016-12-13 09:03:57 +01:00 |
|
zhuoshuguo
|
944e1462ce
|
gnrc_priority_queue: fix doxygen document.
|
2016-12-10 18:56:13 +01:00 |
|
Martine Lenders
|
be702411e2
|
Merge pull request #6069 from zhuoshuguo/gnrc_mac_internal_helper
gnrc_netif: add fetch-address and fetch-netif-flag functionalities.
|
2016-12-02 14:46:52 +01:00 |
|
zhuoshuguo
|
d749962134
|
gnrc_netif: add fetch-address and fetch-netif-flag functionalities.
|
2016-12-02 13:22:47 +01:00 |
|
Francisco Acosta
|
84d0d61279
|
Merge pull request #5608 from gebart/pr/xtimer-ticks
xtimer: Allow arbitrary timer frequency, second attempt
|
2016-11-29 23:00:31 +01:00 |
|
Joakim Nohlgård
|
7c48c891a0
|
xtimer: Update xtimer usage to match API changes
|
2016-11-29 20:44:31 +01:00 |
|
Peter Kietzmann
|
e547ff1d60
|
Merge pull request #6013 from haukepetersen/opt_periph_uartreturntypes
periph/uart: added names to return values
|
2016-11-29 19:14:09 +01:00 |
|
Martine Lenders
|
bd533dd785
|
gnrc_sock: move net/af.h include to sock_types.h
|
2016-11-18 12:33:01 +01:00 |
|
|
|
3af5e3e315
|
sys: net: uhcpc: port to sock
|
2016-11-14 14:50:04 +01:00 |
|
|
|
742387acc0
|
Merge pull request #6102 from smlng/pr/gcoap/fix_compiler_error
gcoap: fix compiler error on macOS
|
2016-11-11 14:00:40 +01:00 |
|
Martine Lenders
|
c227bd567d
|
Merge pull request #6106 from miri64/net/enh/nano-spec-fix
net: fix header dumps for nanospec newlib
|
2016-11-11 02:09:19 +01:00 |
|
Martine Lenders
|
11d3cd8efa
|
net: fix header dumps for nanospec newlib
|
2016-11-10 21:21:28 +01:00 |
|
smlng
|
ebd89a76f4
|
gcoap: fix compiler error on macOS
|
2016-11-10 14:13:29 +01:00 |
|
|
|
2972f8fd86
|
net: gnrc: gcoap: make use of DEBUG_EXTRA_STACKSIZE
|
2016-11-10 13:57:02 +01:00 |
|
Martine Lenders
|
9ce5a5b02c
|
Merge pull request #6083 from miri64/gnrc_sock_ip/fix/fix-memcpy-type
gnrc_sock_ip: fix memcpy()/memset() sizeof-type
|
2016-11-09 22:38:06 +01:00 |
|