summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev
Commit message (Expand)AuthorAgeFilesLines
* Add TUN device. From Max NeklyudovGregory Nutt2015-03-111-0/+23
* Networking: Improve the network device registration logic. When multiple li...Gregory Nutt2015-02-271-2/+61
* Fix a list handling error in netdev_unregister(). From Max NeklyudovGregory Nutt2015-02-271-3/+3
* net/: Lots of build problems introduced into multiple NIC support. Many pla...Gregory Nutt2015-02-094-24/+24
* Networking: Fix some errors that crept in with IPv6Gregory Nutt2015-02-061-8/+8
* ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt2015-02-032-60/+65
* Add an ioctal() that can be used to perform ICMPv6 auto-configurationGregory Nutt2015-02-031-0/+13
* Unix domain: With these changes I can build a system with no link layer enab...Gregory Nutt2015-01-271-1/+1
* Unix domain: More fixed to build without Ethernet or SlipGregory Nutt2015-01-271-1/+1
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-201-4/+4
* Cosmetic standardization of some naming in commentsGregory Nutt2015-01-1912-14/+14
* Fix a few more dangling IPv6 issues found by code inspectionGregory Nutt2015-01-181-32/+28
* Networking: Some fixes for compilation when both IPv4 and IPv6 are enabledGregory Nutt2015-01-181-1/+1
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-161-3/+5
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-165-104/+345
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-1/+1
* Networking: More detangling of IPv6 logic. Next steps will be more invasive...Gregory Nutt2015-01-164-21/+203
* Networking: More IPv6 detanglementGregory Nutt2015-01-151-16/+20
* Networking: Add support for IPv6 ioctlsGregory Nutt2015-01-141-32/+184
* Update comments and READMEGregory Nutt2014-11-241-2/+1
* Update comments and read meGregory Nutt2014-11-231-1/+1
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-234-42/+108
* Add a commentGregory Nutt2014-11-221-0/+4
* Make tcp_listener static scope; it is not used outside of tcp_conn.cGregory Nutt2014-11-221-1/+1
* Network: Add logic to get a default network device (for the case where are m...Gregory Nutt2014-11-215-3/+135
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-171-1/+2
* changes for clean build with Ethernet+SLIPGregory Nutt2014-11-161-3/+3
* Completes basic changes to support per-device/per-link TCP receive window sizeGregory Nutt2014-11-161-6/+9
* Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtuGregory Nutt2014-11-162-4/+4
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-161-2/+6
* Add link MTU size to network device structure.Gregory Nutt2014-11-161-1/+4
* Network: netdev_register() must assign the device name appropriately accordin...Gregory Nutt2014-11-151-5/+17
* Resove merge conflictsGregory Nutt2014-11-151-4/+1
* Network: Misc fixes for clean complete with both Ethernet and SLIP enabledGregory Nutt2014-11-151-2/+1
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-5/+56
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+14
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-161-2/+2
* Clean missing function headersGregory Nutt2014-08-162-2/+2
* NET: Move most of the contents of include/nuttx/net/igmp.h moved to net/igmp/...Gregory Nutt2014-07-052-0/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-045-0/+6
* Remove all inclusion of uip.hGregory Nutt2014-07-042-3/+0
* NET: in-progress change... don't useGregory Nutt2014-07-041-0/+2
* NET: More renamingGregory Nutt2014-07-031-2/+2
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-1/+1
* NET: Renaming of IP address typesGregory Nutt2014-06-295-26/+26
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-2811-11/+1
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-4/+0
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-2711-26/+26
* Move NETDEV config from net/Kconfig to net/netdev/KconfigGregory Nutt2014-06-271-2/+8
* Fix conflict in ChangeLogGregory Nutt2014-06-274-0/+202