incubator-nuttx/net/netdev
Xiang Xiao bd4e8e19d3 Run codespell -w against all files
and fix the wrong correction
2020-02-22 14:45:07 -06:00
..
Kconfig sched/wqueue/kwork_notifier.c and several Kconfig files: Notifier should work with either lpwork or hpwork and other minor typo fix. 2019-01-27 11:02:56 -06:00
Make.defs net/netdev: Add signal notification for the case where the network goes down. 2018-09-09 10:39:25 -06:00
netdev.h 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
netdev_carrier.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
netdev_count.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
netdev_default.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
netdev_findbyaddr.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
netdev_findbyindex.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
netdev_findbyname.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
netdev_foreach.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
netdev_ifconf.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
netdev_indextoname.c Squashed commit of the following: 2018-06-25 12:41:28 -06:00
netdev_ioctl.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
netdev_lladdrsize.c net: complement wireless handling as ethernet 2020-01-11 08:04:18 -03:00
netdev_nametoindex.c Squashed commit of the following: 2018-06-25 12:41:28 -06:00
netdev_register.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
netdev_txnotify.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
netdev_unregister.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
netdev_verify.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
netdown_notifier.c wqueue/notifier: update the work notifier usage 2020-01-21 14:16:19 +08:00