summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/c5471/c5471_ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* Various issues/bugs detected by cppcheckGregory Nutt2014-11-241-0/+1
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-2/+2
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-1/+1
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-2/+3
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-7/+7
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-5/+5
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-16/+16
* 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-19/+19
* configs/c5471evm/nettest converted use kconfig-frontends. C5471 build updatedGregory Nutt2014-03-031-35/+20
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-3/+3
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
* Add support for multicast MAC addressespatacongo2010-07-111-2/+70
* Fix compile issuespatacongo2009-12-171-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-82/+82
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-48/+11
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-111-1/+2
* Release 0.3.4nuttx-3.4patacongo2007-12-101-8/+8
* Clean compile with stats enabledpatacongo2007-12-071-8/+17
* C5471 ethernet driver functional (but sensitive)patacongo2007-12-071-10/+8
* C5471 ethernet debugpatacongo2007-12-061-2/+2
* Debug fixespatacongo2007-12-051-30/+128
* Add C5471 ethernet driver debug instrumentationpatacongo2007-12-041-24/+69
* First clean C5471 Ethernet compilepatacongo2007-12-041-136/+156
* Add c5471 Ethernet driverpatacongo2007-12-041-0/+1976