summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Add power save logicpatacongo2010-04-292-162/+284
* Add MAC init logic; framework for resetpatacongo2010-04-281-17/+91
* Add phy read/write routinespatacongo2010-04-282-37/+176
* Big time name changespatacongo2010-04-272-171/+175
* Add basic interrupt handlingpatacongo2010-04-272-242/+506
* Add ENC28J60 work queue logicpatacongo2010-04-262-21/+90
* Add PHY register definitionspatacongo2010-04-261-16/+20
* Add PHY register definitionspatacongo2010-04-261-62/+135
* Add SPI buffer read/write logicpatacongo2010-04-252-6/+187
* Add ENC28J80 control reg logicpatacongo2010-04-253-218/+471
* Add skeleton of ENC28J60 ethernet driverpatacongo2010-04-254-16/+905
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-27/+27
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-154-117/+121
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* updatepatacongo2009-05-011-11/+58
* more cs89x0 logicpatacongo2009-04-303-103/+681
* Framework for cs89x0 driverpatacongo2009-04-303-1/+596
* Fix compilation errorspatacongo2007-12-111-1/+1
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-112-3/+4
* First clean C5471 Ethernet compilepatacongo2007-12-041-0/+4
* Add c5471 Ethernet driverpatacongo2007-12-041-14/+14
* Add skeleton ethernet driverpatacongo2007-12-022-2/+595
* Add examples/dhcpdpatacongo2007-11-301-6/+16
* Debug can now be selectively enabled by subystempatacongo2007-11-231-50/+51
* Add TX data notificationpatacongo2007-11-221-1/+43
* Add TCP readahead logicpatacongo2007-11-191-1/+1
* uIP webserver now uses listen/acceptpatacongo2007-11-191-1/+3
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-171-31/+37
* Basic server functionality: listen(), accept()patacongo2007-11-161-2/+0
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-3/+3
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-071-5/+10
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-3/+3
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-157/+160
* Basic TCP send functionalpatacongo2007-11-051-59/+25
* Integrating with DM320patacongo2007-11-041-4/+14
* DM90x0 driver hooked into DM320patacongo2007-11-041-14/+16
* Finish TX timeout logicpatacongo2007-11-021-6/+29
* Changes for clean compile of DM90x0 driver on Neuros OSDpatacongo2007-11-021-7/+30
* Missed in last commitpatacongo2007-11-021-16/+1
* DM90x0 Driverpatacongo2007-11-022-0/+1708