nuttx/net/netdev
2017-07-08 11:58:19 -06:00
..
Kconfig Move wireless IOCTLs from include/nuttx/net/ioctl to include/nuttx/wireless/wireless.h. Add some linux compatible structures to use with the IOCTL commands. 2017-03-13 09:51:31 -06:00
Make.defs Networking: Improve naming and simplify some logic of previous commit. 2017-07-07 06:51:52 -06:00
netdev_carrier.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
netdev_count.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
netdev_default.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
netdev_findbyaddr.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
netdev_findbyindex.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
netdev_findbyname.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
netdev_foreach.c include/nuttx/net and net/: Move private prototype of netdev_foreach() from the public include/nuttx/net/net.h to the private net/netdev/ndetdev.h header file where it belongs. 2017-07-01 08:39:39 -06:00
netdev_ioctl.c Networking routing tables: Fix a compilation error when IPv6 and routing are enabled. 2017-07-08 11:58:19 -06:00
netdev_lladdrsize.c Networking: Improve naming and simplify some logic of previous commit. 2017-07-07 06:51:52 -06:00
netdev_register.c Move TUN ioctl commnd to include/nuttx/net/ioctl.h so that it will always be unique. It a error in netdev_register: it was not handling device names properly when TUN is the only network device. 2017-07-07 13:03:04 -06:00
netdev_rxnotify.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
netdev_txnotify.c IP forwarding: A few fixes from early testing; In TUN driver, do all polling on worker thread. Otherwise, the stack gets very deep. 2017-07-07 17:33:44 -06:00
netdev_unregister.c netdev: fix compilation errors 2017-04-28 19:39:14 +02: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
netdev.h Networking: Improve naming and simplify some logic of previous commit. 2017-07-07 06:51:52 -06:00