This website requires JavaScript.
Explore
Help
Sign In
OrgApache
/
incubator-nuttx
mirror of
https://github.com/apache/incubator-nuttx.git
Watch
1
Star
0
Fork
You've already forked incubator-nuttx
0
Code
Issues
Releases
Wiki
Activity
0db4529d8b
incubator-nuttx
/
net
/
netlink
History
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