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
..
2016-03-22 08:12:24 +01:00
2016-03-20 16:47:34 +01:00
2016-03-22 08:12:24 +01:00
2016-03-20 16:47:34 +01:00
2016-03-30 09:34:40 +02:00
2016-03-16 00:23:50 +01:00
2016-03-17 14:39:11 +01:00
2016-03-05 18:20:17 +01:00
2016-03-14 13:06:24 +01:00
2016-03-22 06:06:56 +01:00
2016-03-14 13:06:24 +01:00
2016-03-21 08:47:56 +01:00
2016-03-17 14:39:11 +01:00
2016-03-15 11:02:06 +01:00
2016-03-30 12:54:51 +02:00
2016-03-20 16:47:34 +01:00
2016-03-24 09:42:59 +01:00
2016-03-31 16:59:12 +09:00
2016-03-17 14:39:11 +01:00
2016-03-14 13:06:23 +01:00
2016-03-05 18:20:17 +01:00
2016-03-17 14:39:11 +01:00
2016-02-12 08:45:58 +01:00
2016-03-25 22:12:28 +01:00
2016-03-17 14:39:11 +01:00
2016-02-23 15:12:53 +01:00
2016-03-29 22:25:50 +02:00
2016-03-30 09:33:54 +02:00
2016-03-29 22:25:50 +02:00
2016-03-30 09:32:33 +02:00
2016-03-30 09:33:30 +02:00
2016-03-30 01:31:43 +02:00
2016-03-29 11:46:29 +09:00
2014-08-23 16:16:26 +02:00
2016-03-21 16:12:46 +01:00
2016-02-23 17:55:58 -05:00
2016-03-17 21:55:17 +01:00
2016-03-21 12:19:30 +01:00