summaryrefslogtreecommitdiffstats
path: root/nuttx/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Add support for multiple work queuespatacongo1-1/+1
2012-04-13Kconfig updatepatacongo1-0/+71
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo7-26/+26
2011-12-08Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo1-1/+1
2011-10-04ADS7843E driver is code completepatacongo3-0/+0
2011-08-17Completes first cut at Kinetis ethernet driverpatacongo1-1/+1
2011-08-16Add beginning of an Kinetics Ethernet driverpatacongo1-5/+5
2011-08-04Add Yu Qiang's patch for RGMP support on the ARMpatacongo2-3/+3
2011-06-09RGMP 0.2.0 patch appliedpatacongo1-10/+15
2011-05-21Add E1000 PIC NIC driver from Yu Qiangpatacongo4-2/+1172
2011-05-16Add initial CC1101 wireless logic from Urospatacongo1-8/+19
2011-05-12First set of changes to incorporate the RGMP portpatacongo3-2/+679
2011-04-13Macro clock_systimer replaces direct access to g_system_timer variablepatacongo1-3/+3
2011-04-06Fixes for kernel stub buildspatacongo1-1/+1
2011-03-16Fix QEMU timer interruptspatacongo1-3/+18
2011-03-16Fix SLIP bugpatacongo1-157/+106
2011-03-15More SLIP integrationpatacongo1-10/+29
2011-03-15Misc slip-related fixespatacongo1-82/+130
2011-03-15Basic SLIP functionality -- but there are issuespatacongo2-12/+11
2011-03-14apps/ make changes + SLIP MTU notespatacongo1-0/+13
2011-03-14SLIP updatespatacongo1-1/+1
2011-03-14VSN/apps updatepatacongo1-0/+4
2011-03-13SLIP correctionspatacongo1-91/+95
2011-03-12Add SLIP test configurationpatacongo1-50/+24
2011-03-12More support for SLIP data link protocolpatacongo1-1/+1
2011-03-12Add SLIP driverpatacongo2-0/+995
2011-03-06RTL driver update (still in progress)patacongo1-3/+3
2011-02-26Correcting banked vs. non-banked issues (there are more)patacongo1-1/+1
2010-12-21misc resource utilization fixespatacongo1-1/+1
2010-11-25uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo4-5/+5
2010-11-14Add Rx logicpatacongo1-31/+56
2010-07-11Add support for multicast MAC addressespatacongo4-1/+271
2010-05-15In progress changes for OLED display workpatacongo1-10/+7
2010-05-06Add ENC28J60 Interruptpatacongo1-1/+1
2010-05-04Basic enc29j80 init logic exercisedpatacongo1-13/+23
2010-05-03Initial debugging fixespatacongo1-5/+5
2010-05-01Add up_enc28j60.cpatacongo1-3/+2
2010-05-01Add nettest config for str-p711 using enc28j60patacongo1-8/+9
2010-05-01Fix register namepatacongo1-1/+1
2010-05-01Need to include enc28j60.hpatacongo1-0/+1
2010-05-01en28j60 driver code complete -- untestedpatacongo3-61/+463
2010-04-30Add initialization logicpatacongo2-47/+205
2010-04-29Add power save logicpatacongo2-162/+284
2010-04-28Add MAC init logic; framework for resetpatacongo1-17/+91
2010-04-28Add phy read/write routinespatacongo2-37/+176
2010-04-27Big time name changespatacongo2-171/+175
2010-04-27Add basic interrupt handlingpatacongo2-242/+506
2010-04-26Add ENC28J60 work queue logicpatacongo2-21/+90