summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-257-7/+7
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-248-8/+8
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-248-8/+8
* SAMA5D4: Add EMAC driverGregory Nutt2014-06-111-0/+6
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-307-36/+36
* More trailing whilespace removalGregory Nutt2014-04-136-43/+43
* configs/rgmp/x86/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-061-0/+16
* configs/rgmp/arm/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-061-0/+8
* configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-052-13/+74
* onfigs/ez80f910200zco/nettest: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-031-0/+6
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-102-557/+674
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-211-16/+31
* ENCX24J600: Improved descriptor handling, free packets on rx abort interrupt....Gregory Nutt2013-10-112-110/+196
* ENCX24J600: Use separate pools for RX and TX descriptors. From Max HoltzbergGregory Nutt2013-09-281-11/+33
* ENCX24J600: Remove poll for new TX data from TX done interrupt handlingGregory Nutt2013-09-271-4/+0
* Beginng of support for GMII/RGMII PHYsGregory Nutt2013-09-261-0/+6
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ...Gregory Nutt2013-09-251-0/+11
* Fix badly applied patch to ENCX24J600Gregory Nutt2013-09-251-44/+93
* ENCx24J600 UDP backlog support from Maz HoltzbergGregory Nutt2013-09-242-103/+364
* Add support for multiple PHY selections for multiple Ethernet MAC driversGregory Nutt2013-09-171-0/+69
* Back-port some bugfixes from the ENCX24J600 to the ENC28J60 driver (unverifie...Gregory Nutt2013-09-061-27/+25
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-4/+4
* ENCX24J600: Use the ENC's SRAM from multiple TX packets. From Max HoltzbergGregory Nutt2013-08-262-40/+134
* Add ENCX24J600 Ethernet driver and support for the ENCX24J600 with the Olimex...Gregory Nutt2013-08-254-2/+2867
* ENC28J60 errors reported by Max HoltzbergGregory Nutt2013-08-211-2/+2
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-221-9/+14
* Fix for ENC28J60 from DaveGregory Nutt2013-06-221-4/+11
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-0/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-48/+48
* RGMP 4.0 update from Qiang Yupatacongo2012-11-043-327/+317
* Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when u...patacongo2012-09-231-1/+1
* The ENC28J60 driver is now functionalpatacongo2012-09-191-109/+101
* Fix another ENC28J60 chip select bugpatacongo2012-09-181-6/+86
* Cosmetic updates to the ENC28J60 driverpatacongo2012-09-182-12/+50
* Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-182-11/+18
* Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-172-13/+92
* Resync new repository with old repo r5166patacongo2012-09-173-60/+201
* Email address change in nuttx/patacongo2012-09-134-329/+329
* Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-122-18/+27
* Misc ENC28J60 fixespatacongo2012-09-122-73/+141
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-24/+31
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-112-15/+15
* More logic for the MX3 Wildfire boardpatacongo2012-09-101-20/+21
* Add support for multiple work queuespatacongo2012-09-041-1/+1
* Kconfig updatepatacongo2012-04-131-0/+71
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-037-26/+26
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-081-1/+1