incubator-nuttx/net/netlink
chao.an 42d97079de net/netlink/netlink_route.c: Correct the return value 2020-02-25 07:33:18 -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 Run codespell -w against all files 2020-02-22 14:45:07 -06: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: Correct the return value 2020-02-25 07:33:18 -06:00
netlink_sockif.c Move _SF_BOUND and _SF_CONNECTED modification to common place 2020-01-31 13:45:14 -06:00