Thomas Eichinger
|
56d61d4be7
|
Merge pull request #4444 from Yonezawa-T2/fix_clang_warnings_for_os_x
fix warnings/errors thrown by clang on OS X
|
2015-12-10 10:51:47 +01:00 |
|
Cenk Gündoğan
|
6e332dc0b5
|
Merge pull request #4440 from OlegHahm/ccnl_first_fixes
CCN-Lite: first fixes
|
2015-12-10 08:04:28 +01:00 |
|
Oleg Hahm
|
759ec83514
|
shell ccnl: properly initialize buffers
|
2015-12-10 07:23:22 +01:00 |
|
Oleg Hahm
|
395141fd22
|
shell ccnl: break & print after receiving content
|
2015-12-10 07:23:22 +01:00 |
|
Yonezawa-T2
|
c36766a31f
|
OSX: fix warnings/errors thrown by clang on OS X
gnrc_ipv6_nc, gnrc_sixlowpan, gnrc_netdev2_eth, gnrc_ipv6, xbee, sixlowpan,
sc_gnrc_6ctx
|
2015-12-10 11:23:56 +09:00 |
|
Cenk Gündoğan
|
76195bf48b
|
doxygen: gnrc: fix typos
|
2015-12-09 13:18:23 +01:00 |
|
Martine Lenders
|
877e070112
|
Merge pull request #4415 from cgundogan/pr/gnrc/doc
gnrc: enhance documentation
|
2015-12-09 12:10:04 +01:00 |
|
Oleg Hahm
|
a3bd67da2b
|
shell ccnl: PRNG should be initialized only once
Initialization of PRNG is taken care of by CCN-Lite.
|
2015-12-09 00:12:37 +01:00 |
|
Cenk Gündoğan
|
c21fbe9574
|
doxygen: use uppercase GNRC
|
2015-12-08 21:01:39 +01:00 |
|
Cenk Gündoğan
|
0b77b259ef
|
gnrc: enhance documentation
|
2015-12-08 21:01:39 +01:00 |
|
Oleg Hahm
|
693d438068
|
Merge pull request #4189 from jfischer-phytec-iot/wip@nhc-udp
gnrc_sixlowpan_iphc.c: add nhc udp encoding and decoding
|
2015-12-08 16:49:25 +01:00 |
|
Oleg Hahm
|
e8ed9fbe83
|
Merge pull request #4386 from OlegHahm/posix_sockets_stream_fixes
POSIX sockets: implicit bind for connect()
|
2015-12-08 16:35:29 +01:00 |
|
Oleg Hahm
|
e062a497e9
|
Merge pull request #4425 from authmillenon/doc/enh/netapi
doc: gnrc netapi: make get/set documentation clearer
|
2015-12-08 16:21:06 +01:00 |
|
Johann Fischer
|
c6ab57f468
|
gnrc_udp.c adapt for nhc udp encoding and decoding
|
2015-12-08 14:50:25 +01:00 |
|
Johann Fischer
|
a85d50b9d1
|
gnrc_sixlowpan_iphc.c: add nhc udp decoding and encoding
This patch adds UDP Header Compression and Decompression as
specified in https://tools.ietf.org/html/rfc6282#section-4.3
UDP NHC module will be included only if UDP is used.
|
2015-12-08 14:50:25 +01:00 |
|
Johann Fischer
|
199789ffbc
|
gnrc_sixlowpan.c: fix warning if GNRC_SIXLOWPAN_FRAG module not used
|
2015-12-08 13:59:15 +01:00 |
|
Cenk Gündoğan
|
338acc0b7c
|
Merge pull request #4200 from haukepetersen/add_driver_enc28j60
drivers: added support for the enc28j60 ethernet chip
|
2015-12-08 13:17:51 +01:00 |
|
Martine Lenders
|
15220b26ad
|
Merge pull request #4381 from PeterKietzmann/sixlo_frag_unblocking
gnrc_sixlowpan_frag: Make fragmentation non-blocking
|
2015-12-08 13:13:48 +01:00 |
|
Oleg Hahm
|
e07c98ea88
|
Merge pull request #4274 from OlegHahm/ccnl_reimport
CCN-lite reimport
|
2015-12-08 12:11:33 +01:00 |
|
Oleg Hahm
|
11add4d8fd
|
sockets: implicit bind for connect()
According to
http://pubs.opengroup.org/onlinepubs/009695399/functions/connect.html
for a "socket [that] has not already been bound to a local address,
connect() shall bind it to an address which, unless the socket's address
family is AF_UNIX, is an unused local address."
|
2015-12-08 11:57:20 +01:00 |
|
Hauke Petersen
|
692e22eb18
|
sys/auto_init: added initialization for enc28j60
|
2015-12-08 11:51:18 +01:00 |
|
Hauke Petersen
|
cf53aeddd8
|
Merge pull request #4382 from haukepetersen/rm_core_flagsh
core: move thread flags from flags.h to thread.h
|
2015-12-08 11:36:43 +01:00 |
|
Oleg Hahm
|
13958178f5
|
shell: move ccnl commands from example to shell
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
666b347eeb
|
net: ETH_ALEN as alias for ETHERNET_ADDR_LEN
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
796cb58a8a
|
net: added NDN ethertype
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
3fddead681
|
net: added packet header
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
e257563bd3
|
posix: added packet address family
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
7e26470288
|
gnrc nettype: added a CCN nettypes
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
0250d62509
|
Merge pull request #4358 from OlegHahm/eliminate_pedantic_errors
Eliminate pedantic errors
|
2015-12-08 02:05:30 +01:00 |
|
Hauke Petersen
|
41979b64cd
|
sys: adapted to renamed THREAD FLAGS
|
2015-12-07 22:09:47 +01:00 |
|
Oleg Hahm
|
de9965adef
|
sys: fix pedantic compiler warnings
|
2015-12-07 20:28:52 +01:00 |
|
Oleg Hahm
|
b87a0f12b0
|
arduino header: fix pedantic compiler warnings
|
2015-12-07 20:28:52 +01:00 |
|
PeterKietzmann
|
331fa34502
|
gnrc_sixlowpan_frag: msg based fragmentation
|
2015-12-07 17:49:02 +01:00 |
|
|
8c6f373b98
|
sys: fmt: fix converting "0" in fmt_u32_dec()
|
2015-12-07 16:42:39 +01:00 |
|
Martine Lenders
|
395706a4b9
|
doc: gnrc netapi: make get/set documentation clearer
|
2015-12-07 15:08:39 +01:00 |
|
Cenk Gündoğan
|
69a493a613
|
rpl: shell: only print the first 32 bits of the trickle intervals
|
2015-12-05 07:35:31 +01:00 |
|
Cenk Gündoğan
|
6abda39890
|
Merge pull request #4408 from cgundogan/pr/gnrc_conn/doc_fix
gnrc: remove dot from name
|
2015-12-04 18:13:01 +01:00 |
|
Oleg Hahm
|
66203fc813
|
Merge pull request #4407 from cgundogan/pr/gnrc_pkt/doc_fix
gnrc_pkt: Packets => Packet
|
2015-12-04 17:59:29 +01:00 |
|
Cenk Gündoğan
|
0f456e4f05
|
gnrc: remove dot from name
|
2015-12-04 17:56:16 +01:00 |
|
Cenk Gündoğan
|
59b0895280
|
gnrc_pkt: Packets => Packet
|
2015-12-04 17:46:10 +01:00 |
|
Thomas Eichinger
|
e7cbf3d6de
|
Merge pull request #4406 from cgundogan/pr/arduino/doc_fix
arduino: minor doc fix
|
2015-12-04 17:31:15 +01:00 |
|
Cenk Gündoğan
|
7761045c48
|
arduino: minor doc fix
|
2015-12-04 17:27:44 +01:00 |
|
Cenk Gündoğan
|
c56f8530ad
|
rpl: shell: do not use PRIu64
|
2015-12-04 15:42:18 +01:00 |
|
Cenk Gündoğan
|
de8ea8b206
|
Merge pull request #4400 from OlegHahm/netif_exist
gnrc netif: add a check for interface existence
|
2015-12-04 14:26:35 +01:00 |
|
Lucas Jenß
|
80b771af5e
|
Merge pull request #4266 from A-Paul/shell_ping6_addrerr
ping6: dedicated message at address parsing error
|
2015-12-04 09:27:01 +01:00 |
|
DipSwitch
|
ede923bc5c
|
tftp: implement TFTP server and client
Fix: packet size and typo in transfer mode main -> mail
|
2015-12-03 21:45:48 +01:00 |
|
Oleg Hahm
|
9f7be0a2e5
|
gnrc netif: add a check for interface existence
|
2015-12-03 18:35:23 +01:00 |
|
Martine Lenders
|
281b0ba46e
|
Merge pull request #4343 from kb2ma/misc/fix-checksum
Fix UDP/ICMPv6 checksum for a sliced/accumulated payload.
|
2015-12-03 13:16:12 +01:00 |
|
Hauke Petersen
|
0b15943cc1
|
Merge pull request #4373 from haukepetersen/opt_ipv6_addr
net/gnrc/ipv6: de-inlined ipv6_addr_equal
|
2015-12-03 12:11:14 +01:00 |
|
Oleg Hahm
|
c96c5dda24
|
IPv6 netif: documentation ammendment
|
2015-12-02 18:11:55 +01:00 |
|