summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/enc28j60.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-8/+55
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-151-1/+1
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all drivers/net (except sl...Gregory Nutt2014-11-161-7/+7
* 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
* Update everything under nuttx/drivers to use the corrected syslog interfacesGregory Nutt2014-10-081-24/+28
* 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-1/+2
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+1
* 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
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-9/+9
* 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
* Back-port some bugfixes from the ENCX24J600 to the ENC28J60 driver (unverifie...Gregory Nutt2013-09-061-27/+25
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-2/+2
* ENC28J60 errors reported by Max HoltzbergGregory Nutt2013-08-211-2/+2
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-221-9/+14
* Fix for ENC28J60 from DaveGregory Nutt2013-06-221-4/+11
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-48/+48
* 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-181-9/+48
* Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-181-8/+15
* Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-171-12/+84
* Resync new repository with old repo r5166patacongo2012-09-171-56/+188
* Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-121-16/+21
* Misc ENC28J60 fixespatacongo2012-09-121-72/+140
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-24/+31
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-111-12/+12
* More logic for the MX3 Wildfire boardpatacongo2012-09-101-20/+21
* Add support for multiple work queuespatacongo2012-09-041-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-6/+6
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-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-0/+68
* In progress changes for OLED display workpatacongo2010-05-151-10/+7
* Add ENC28J60 Interruptpatacongo2010-05-061-1/+1