summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_emaca.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Fix some warningGregory Nutt2015-02-091-0/+2
* Clone the SAMA5D4 IPv6 support to the SAM4E EMAC and SAMAd3 EMAC and GMAC dri...Gregory Nutt2015-02-091-9/+311
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-211-1/+22
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-201-4/+16
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-201-1/+11
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-201-2/+2
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-151-8/+50
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-151-1/+1
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-151-1/+4
* SAM EMAC: Fix typo in the check for successfull allocation of a timerGregory Nutt2014-11-181-1/+1
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-4/+4
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-4/+4
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-311-4/+4
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-1/+1
* NSH link management now works! The last fix was to the Ethernet drivers: Th...Gregory Nutt2014-08-171-0/+22
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-4/+18
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-171-0/+53
* For all SAM Ethernet, need to enable management interface before reading PHY ...Gregory Nutt2014-08-171-0/+26
* Use the device name assigned by the registration process, not our best guessGregory Nutt2014-08-161-9/+1
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-2/+3
* Implement all network ioctls, including the new ioctl to setup PHY event noti...Gregory Nutt2014-08-161-0/+97
* Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache opera...Gregory Nutt2014-07-261-13/+13
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* SAM Ethernet: Eliminate a warningGregory Nutt2014-07-021-0/+3
* SAM3/4 and SAMA5 Ethernet: Fix an error in the function that determines the ...Gregory Nutt2014-07-021-2/+2
* SAMA54D-EK: Don't disable any features in the NSH configuration. Comments u...Gregory Nutt2014-07-021-8/+8
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-5/+5
* SAMA5D4: Fix error in EMAC driver (plus related EMAC/GMAC drivers)Gregory Nutt2014-07-011-13/+6
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-3/+3
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-19/+19
* 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
* SAMA5: Add support for Micrel KSZ8081 PHYGregory Nutt2014-06-111-0/+3
* SAMA5D4: Add EMAC driverGregory Nutt2014-06-111-4/+4
* SAMA5D4: Still trying to reconcile Ethernet interfacesGregory Nutt2014-06-111-16/+21
* SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB...Gregory Nutt2014-06-101-0/+2968