David van Moolenbroek 4cd78c64a4 libnetdriver: only block datalink messages
Previously, all incoming messages would be blocked before a DL_CONF
message arrives from the TCP/IP stack. This however makes it impossible
for a driver to process interrupts before the DL_CONF initialization.
This patch blocks only datalink messages before the initial DL_CONF,
and lets through all other messages to the driver.

Change-Id: I89988958c0bff9bb38e0379b66f6142491a67b61
2013-08-18 12:09:51 +02:00
2013-04-12 18:55:40 +00:00
2013-08-13 16:29:22 -04:00
2013-08-11 20:37:16 +02:00
2013-06-25 09:51:45 +00:00
2013-08-11 20:35:08 +02:00
2013-08-11 20:35:08 +02:00
2013-08-08 17:36:45 +02:00
2013-08-07 16:26:29 +00:00
2013-06-12 07:05:11 +00:00
2013-07-15 11:11:13 -04:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%