summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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