summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* ADS7843E driver is code completepatacongo2011-10-043-0/+0
* Completes first cut at Kinetis ethernet driverpatacongo2011-08-171-1/+1
* Add beginning of an Kinetics Ethernet driverpatacongo2011-08-161-5/+5
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-042-3/+3
* RGMP 0.2.0 patch appliedpatacongo2011-06-091-10/+15
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-214-2/+1172
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-8/+19
* First set of changes to incorporate the RGMP portpatacongo2011-05-123-2/+679
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-3/+3
* Fixes for kernel stub buildspatacongo2011-04-061-1/+1
* Fix QEMU timer interruptspatacongo2011-03-161-3/+18
* Fix SLIP bugpatacongo2011-03-161-157/+106
* More SLIP integrationpatacongo2011-03-151-10/+29
* Misc slip-related fixespatacongo2011-03-151-82/+130
* Basic SLIP functionality -- but there are issuespatacongo2011-03-152-12/+11
* apps/ make changes + SLIP MTU notespatacongo2011-03-141-0/+13
* SLIP updatespatacongo2011-03-141-1/+1
* VSN/apps updatepatacongo2011-03-141-0/+4
* SLIP correctionspatacongo2011-03-131-91/+95
* Add SLIP test configurationpatacongo2011-03-121-50/+24
* More support for SLIP data link protocolpatacongo2011-03-121-1/+1
* Add SLIP driverpatacongo2011-03-122-0/+995
* RTL driver update (still in progress)patacongo2011-03-061-3/+3
* Correcting banked vs. non-banked issues (there are more)patacongo2011-02-261-1/+1
* misc resource utilization fixespatacongo2010-12-211-1/+1
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-254-5/+5
* Add Rx logicpatacongo2010-11-141-31/+56
* Add support for multicast MAC addressespatacongo2010-07-114-1/+271