1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Yonezawa-T2 c4bc42419b netdev2_tap: continue reading even if no spaces left in pktbuf
On OS X, `netdev2_tap` suspends monitoring file descriptor until `_recv` is
called. If no spaces in left in pktbuf, `gnrc_netdev2_eth` does not call `_recv`
that results in deadlock.

With this commit, `gnrc_netdev2_eth` calls `_recv` with NULL buffer and non-zero
length parameter, that indicates the driver to drop frame and resume working.
2016-03-31 16:59:12 +09:00
..
crosslayer netdev2: introduce netstats 2016-03-25 21:43:16 +01:00
gnrc netdev2_tap: continue reading even if no spaces left in pktbuf 2016-03-31 16:59:12 +09:00
link_layer/ieee802154 ieee802154: provide general header build and read functions 2016-03-07 16:40:30 +01:00
netdev2_test netdev2_test: initial import 2016-03-30 15:56:25 +02:00
network_layer fib: changed handling of the net prefix 2016-03-30 10:05:05 +02:00
routing sys/net/routing/nhdp: get rid of vtimer 2016-03-11 17:47:03 +01:00
transport_layer gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
doc.txt doc: add net to sys group 2015-08-30 14:00:33 +02:00