incubator-nuttx/net/netdev
Gregory Nutt 04a661a97c TCP networking: Add support for network driver events 2015-05-30 09:12:27 -06:00
..
Kconfig Move NETDEV config from net/Kconfig to net/netdev/Kconfig 2014-06-27 10:02:14 -06:00
Make.defs Networking: Add a test to see a device pointer is still valid 2015-05-29 11:01:03 -06:00
netdev.h TCP networking: Add support for network driver events 2015-05-30 09:12:27 -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 Networking: Get rid of g_ipv4_allzeroaddr and g_ipv4_alloneaddr. It is more efficient and more intuitive to use INADDR_ANY and INADDR_BROADCAST 2015-05-29 15:16:11 -06:00
netdev_findbyname.c Networking: Add a test to see a device pointer is still valid 2015-05-29 11:01:03 -06:00
netdev_foreach.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
netdev_ioctl.c Networking: Modify event list handling: Now there are two event lists each device structure: (1) One is for ARP and ICMP data related evetns, the other is for device related events. Callback allocation/free routines no accept a device paramter as well as a list: If the device paramter is added, then the callback goes into both the connection-related liast AND the device event list. Thus each socket type can received both custom data-related events as well as common device related events. 2015-05-28 12:01:38 -06:00
netdev_register.c Networking: Modify event list handling: Now there are two event lists each device structure: (1) One is for ARP and ICMP data related evetns, the other is for device related events. Callback allocation/free routines no accept a device paramter as well as a list: If the device paramter is added, then the callback goes into both the connection-related liast AND the device event list. Thus each socket type can received both custom data-related events as well as common device related events. 2015-05-28 12:01:38 -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 Extend device specific callbacks to ICMPv6 and ARP. Fix some IPv6 compilation errors that have crept in 2015-05-27 11:39:44 -06:00
netdev_unregister.c Fix a list handling error in netdev_unregister(). From Max Neklyudov 2015-02-27 08:01:31 -06:00
netdev_verify.c Forgot to add a file in the last commit 2015-05-29 11:03:02 -06:00