summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/dm90x0.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-211-1/+24
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-201-1/+13
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-201-2/+12
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-151-6/+54
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-151-1/+1
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-4/+2
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all drivers/net (except sl...Gregory Nutt2014-11-161-1/+1
* Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN insteadGregory Nutt2014-11-151-1/+1
* 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-3/+3
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-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-4/+4
* 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-13/+13
* 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-17/+17
* configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-051-13/+9
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* 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
* 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