incubator-nuttx/net/netlink
Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
Kconfig Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
Make.defs net/netlink: Redesign the logic that handles notifications of when response data is available. Signal handlers are sub-optimal inside the OS (especially after the preceding change which forces the hand). Instead, use the work queue notifiers as is done with all other network notifiers. 2019-11-28 14:20:40 -06:00
netlink.h Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
netlink_conn.c wqueue/notifier: update the work notifier usage 2020-01-21 14:16:19 +08:00
netlink_notifier.c wqueue/notifier: update the work notifier usage 2020-01-21 14:16:19 +08:00
netlink_route.c net/netlink/netlink_route.c: Fix a case where #if was used but #ifdef was intended. 2019-11-19 09:47:57 -06:00
netlink_sockif.c Move _SF_BOUND and _SF_CONNECTED modification to common place 2020-01-31 13:45:14 -06:00