incubator-nuttx/net/netdev
Gregory Nutt b756df982d net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing. 2015-02-09 18:15:34 -06:00
..
Kconfig Move NETDEV config from net/Kconfig to net/netdev/Kconfig 2014-06-27 10:02:14 -06:00
Make.defs Network: Add logic to get a default network device (for the case where are multiple devices). For INADDR_ANY 2014-11-21 14:14:39 -06:00
netdev.h net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing. 2015-02-09 18:15:34 -06:00
netdev_carrier.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
netdev_count.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
netdev_default.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
netdev_findbyaddr.c net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing. 2015-02-09 18:15:34 -06:00
netdev_findbyname.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
netdev_foreach.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
netdev_ioctl.c Networking: Fix some errors that crept in with IPv6 2015-02-06 13:34:19 -06:00
netdev_register.c Unix domain: With these changes I can build a system with no link layer enabled, only Unix domain sockets 2015-01-27 15:26:03 -06:00
netdev_rxnotify.c net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing. 2015-02-09 18:15:34 -06:00
netdev_sem.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
netdev_txnotify.c net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing. 2015-02-09 18:15:34 -06:00
netdev_unregister.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00