summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/dm90x0.c
Commit message (Expand)AuthorAgeFilesLines
* misc resource utilization fixespatacongo2010-12-211-1/+1
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
* Add support for multicast MAC addressespatacongo2010-07-111-1/+69
* 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-151-72/+74
* Framework for cs89x0 driverpatacongo2009-04-301-1/+1
* Fix compilation errorspatacongo2007-12-111-1/+1
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-111-2/+3
* First clean C5471 Ethernet compilepatacongo2007-12-041-0/+4
* Add skeleton ethernet driverpatacongo2007-12-021-2/+2
* 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-021-0/+1664