nuttx/net/netdev
2016-07-06 07:30:09 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs net/: Add procfs support for network device status 2015-11-27 16:39:14 -06:00
netdev_carrier.c Remove some empty code section comments 2016-02-26 07:35:55 -06:00
netdev_count.c Remove some empty code section comments 2016-02-26 07:35:55 -06:00
netdev_default.c Remove some empty code section comments 2016-02-26 07:35:55 -06:00
netdev_findbyaddr.c net/: Add procfs support for network device status 2015-11-27 16:39:14 -06:00
netdev_findbyindex.c net/: Add procfs support for network device status 2015-11-27 16:39:14 -06:00
netdev_findbyname.c net/: Add procfs support for network device status 2015-11-27 16:39:14 -06:00
netdev_foreach.c Remove some empty code section comments 2016-02-26 07:35:55 -06:00
netdev_ioctl.c Break out internal interface psock_ioctl() 2016-07-06 07:30:09 -06:00
netdev_register.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
netdev_rxnotify.c Move drivers/ieee802154 to drivers/wireless/ieee802154; rename include/nuttx/net ieee802154 to 6lowpan.h 2016-02-26 15:03:16 -06:00
netdev_txnotify.c Remove some empty code section comments 2016-02-26 07:35:55 -06:00
netdev_unregister.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
netdev_verify.c Networking: The network device list was protected by a re-entrant semaphore. With the recent change to support network device callback, the network stack needs to access the network device list too. Some drivers, however, run the network stack from the interrupt level -- this is bad but a fact in the current state. Of course,those drivers are unable to take the semaphore and will assert. 2015-05-31 08:34:03 -06:00
netdev.h Remove some empty code section comments 2016-02-26 07:35:55 -06:00