Hauke Petersen
|
e071beab08
|
sys/uart_stdio: cleanup
- removed duplicate include
- changed default device from '0' to UART_DEV(0)
|
2016-01-05 12:08:31 +01:00 |
|
Cenk Gündoğan
|
e79a471931
|
Merge pull request #4533 from Yonezawa-T2/gnrc_add_missing_unlock
gnrc_ndp_internal: add missing unlock when the pktbuf is full
|
2016-01-04 16:05:17 +01:00 |
|
Yonezawa-T2
|
38d3dc725b
|
gnrc_ndp_internal: add missing unlock when the pktbuf is full
Squashed a commit by Cenk Gündoğan <cnkgndgn@gmail.com>.
|
2015-12-25 11:08:28 +09:00 |
|
Cenk Gündoğan
|
7d628514ab
|
sixlowpan: iphc: fix dependencies for udp and nhc
|
2015-12-23 13:57:55 +01:00 |
|
Cenk Gündoğan
|
237706dd9e
|
sixlowpan: iphc: remove dispatch and assign result to pkt
|
2015-12-22 20:54:39 +01:00 |
|
Martine Lenders
|
21beaa7529
|
gnrc_udp: fix false assumed packet order
|
2015-12-22 17:14:33 +01:00 |
|
Martine Lenders
|
d342d35dd8
|
gnrc_sixlowpan: Fix IPHC/NHC packet order problem
|
2015-12-22 17:14:33 +01:00 |
|
Oleg Hahm
|
b7a7578e21
|
Merge pull request #4507 from authmillenon/gnrc_ipv6/fix/no-order-assumptions
gnrc_ipv6: make no pre-assumption about any marked headers
|
2015-12-22 11:18:47 +01:00 |
|
Oleg Hahm
|
83649ddb59
|
Merge pull request #4531 from Yonezawa-T2/gnrc_avoid_infinite_loop
sixlowpan: fixed infinite loop
|
2015-12-22 11:11:55 +01:00 |
|
Martine Lenders
|
34974abac2
|
Merge pull request #4534 from Yonezawa-T2/gnrc_off_by_1_overrun
gnrc_ipv6_netif: fixed buffer overrun
|
2015-12-22 10:29:57 +01:00 |
|
Martine Lenders
|
5b4ef433a8
|
Merge pull request #4532 from Yonezawa-T2/gnrc_safe_no_routers
gnrc_sixlowpan_nd: fixed crash when there are no routers
|
2015-12-22 09:15:49 +01:00 |
|
Yonezawa-T2
|
08ba1f8640
|
gnrc_ipv6_netif: fixed buffer overrun
|
2015-12-22 11:30:05 +09:00 |
|
Yonezawa-T2
|
fe0e58dce1
|
gnrc_sixlowpan_nd: fixed crash when there are no routers
|
2015-12-22 11:29:57 +09:00 |
|
Yonezawa-T2
|
9108d2779d
|
sixlowpan: fixed infinite loop
When prefix entry is resued, it may form a looped list, results in infinite loop
in gnrc_ndp_internal_send_rtr_adv.
This patch avoids looped lists.
|
2015-12-22 11:29:04 +09:00 |
|
Johann F
|
adfcef4f7b
|
gnrc_ndp.c: parsing of SLLAO in gnrc_ndp_rtr_sol_handle
Do not set the link-layer address if no SLLAO was included
into the router solicitation.
|
2015-12-19 01:16:24 +01:00 |
|
Martine Lenders
|
68309045ed
|
gnrc_ipv6: make no pre-assumption about any marked headers
|
2015-12-18 18:31:24 +01:00 |
|
Cenk Gündoğan
|
079f66908b
|
rpl: minor doc fix
|
2015-12-16 09:42:37 +01:00 |
|
Oleg Hahm
|
c811380440
|
Merge pull request #4468 from cgundogan/pr/posix_sockets/close_fd_fix
posix_sockets: fix overflowing fd in close()
|
2015-12-12 12:13:51 +01:00 |
|
Cenk Gündoğan
|
0ddfffc0c2
|
posix_sockets: fix overflowing fd in close()
|
2015-12-12 04:24:23 +01:00 |
|
Cenk Gündoğan
|
6f92b056f9
|
posix_sockets: do not use the address of best_match
|
2015-12-12 02:51:00 +01:00 |
|
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 |
|