summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/ez80_emac.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* More trailing whilespace removalGregory Nutt2014-04-131-12/+12
* onfigs/ez80f910200zco/nettest: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-031-2/+2
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-6/+6
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
* Outgoing IGMP is functionalpatacongo2010-07-141-2/+2
* 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-132/+134
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* MAC driver developmentpatacongo2009-05-211-3/+7
* Complete Rx side of ethernet driverpatacongo2009-05-211-3/+3
* Fix an error that was causing Tx to timeout improperlypatacongo2009-03-221-43/+41
* use llvdbg because vdbg can cause suspensionpatacongo2009-03-151-7/+11
* Correct setting of rrppatacongo2009-03-141-35/+99
* Handle RX descriptor wrappingpatacongo2009-03-141-120/+172
* MAXF setting was too smallpatacongo2009-03-081-2/+2
* Big restructuring of TX logicpatacongo2009-03-081-77/+100
* Complete replacement of PHY logic for Am79c874patacongo2009-03-071-7/+179
* Integrating EMACpatacongo2009-03-071-105/+144
* Fix status macropatacongo2009-03-031-7/+30
* Fix more overflow/truncation problems in timer setupspatacongo2009-02-281-7/+2
* Add eZ80F91 EMAC driverpatacongo2008-12-121-0/+1803