incubator-nuttx/net/netdev
Gregory Nutt e89edd6784 Networking: Rethink last fix. We can make this less protocol dependent. 2017-08-23 15:30:56 -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: Remove driver based backlog support. This affects the entire network, but is used by only one driver. The only supported with of supported RX backlog is via common read-ahead buffering. 2017-08-21 06:28:59 -06:00
netdev.h Networking: Remove driver based backlog support. This affects the entire network, but is used by only one driver. The only supported with of supported RX backlog is via common read-ahead buffering. 2017-08-21 06:28:59 -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 Networking: Fix typo for 802.11 devices in netdev_register(). Was being masked before because depended on CONFIG_NET_MULTLINK. 2017-08-09 09:20:37 -06:00
netdev_findbyindex.c Remove CONFIG_NETDEV_MULTINIC. This increases code size by a little, but greatly reduces the complexity of the network code. 2017-08-08 14:24:12 -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 6LoWPAN/PF_IEEE802154: Created radiodev.h and renamed various structures to provide a better separation between 6LoWPAN and PF_IEEE802154. 2017-08-20 07:10:48 -06:00
netdev_lladdrsize.c 6LoWPAN/PF_IEEE802154: Created radiodev.h and renamed various structures to provide a better separation between 6LoWPAN and PF_IEEE802154. 2017-08-20 07:10:48 -06:00
netdev_register.c Networking: Rethink last fix. We can make this less protocol dependent. 2017-08-23 15:30:56 -06:00
netdev_txnotify.c Remove CONFIG_NETDEV_MULTINIC. This increases code size by a little, but greatly reduces the complexity of the network code. 2017-08-08 14:24:12 -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