summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_gmac.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-10/+312
* 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-1/+13
* 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-10/+52
* - 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-6/+6
* 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-2/+2
* 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-5/+17
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-171-0/+54
* For all SAM Ethernet, need to enable management interface before reading PHY ...Gregory Nutt2014-08-171-0/+21
* 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-2/+99
* 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-9/+9
* 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-12/+5
* 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
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* SAMA5 EMAC/GMAC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant...Gregory Nutt2014-04-161-16/+29
* Fix a typo that was cloned to several SAMA5 and MTD filesGregory Nutt2013-12-211-1/+1
* SAMA5 ADC: Beginning ADC register definition fileGregory Nutt2013-09-291-1/+1
* Work around a start-up error in the GMAC that I still do not understandGregory Nutt2013-09-291-3/+24
* SAMA5 GMAC: Various fixes from initial debugGregory Nutt2013-09-291-16/+14
* SAMA5 GMAC and GMII support is code complete and ready for testGregory Nutt2013-09-271-266/+276
* Networking: Fix backward conditional in test to see if address is in ARP tab...Gregory Nutt2013-09-271-7/+3
* Beginng of support for GMII/RGMII PHYsGregory Nutt2013-09-261-137/+211
* SAMA5 GMAC: Initial driver check-in is just the EMAC driver forced to compil...Gregory Nutt2013-09-261-0/+2942