summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/tm4c_ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Oops... Conditioned on IPv4 wheren IPv6 was intendedGregory Nutt2015-02-091-1/+1
* Fix IPv4-dependend debug outputGregory Nutt2015-02-091-2/+6
* ICMPv6: Add logic to behave like a router (if so configured): NuttX will no...Gregory Nutt2015-02-051-0/+9
* Networking: Break out Ethernet definitions into a separate file; add IPv6 mu...Gregory Nutt2015-02-041-0/+10
* Tiva Ethernet: Move place where interrupts are disabled. It is probably not...Gregory Nutt2015-01-271-10/+12
* 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-2/+13
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-201-2/+2
* TM4C Ethernet: Fix the ICMPv6 multicast addressGregory Nutt2015-01-191-1/+5
* Tiva Ethernet: Add support for receiving IPv6 multicast framesGregory Nutt2015-01-191-6/+67
* Tiva Ethernet: When calling into the stack from the worker thread, it is nec...Gregory Nutt2015-01-181-0/+12
* Tiva Ethernet: Don't try to print IPv4 address if IPv4 is not enabledGregory Nutt2015-01-181-0/+4
* Tiva Ethernet: Back out previous change... it is WRONGGregory Nutt2015-01-171-12/+0
* Tive Ethernet: Fix some race conditions in the driver that become apparent wh...Gregory Nutt2015-01-171-11/+87
* Tiva Ethernet: Costmetic changes to comments and debug stringsGregory Nutt2015-01-171-8/+8
* Tiva Ethernet: Remove assertion. Just log and error and continueGregory Nutt2015-01-171-1/+6
* TM4C Ethernet: Add some assertionsGregory Nutt2015-01-161-1/+10
* 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
* Tiva PHY Interrupts: Need to read the PHY interrupt status register in order ...Gregory Nutt2015-01-051-25/+40
* Tiva Ethernet: Add support for PHY interruptsGregory Nutt2015-01-031-22/+212
* Tiva Ethernet: Configure external PHY interrupt pinGregory Nutt2015-01-031-0/+4
* Tiva Ethernet: Removed logic that holds the PHY and re-ordered some reset log...Gregory Nutt2015-01-031-74/+26
* Tive Ethernet: Wait for EMAC to come out of reset before accessing any registersGregory Nutt2015-01-031-58/+61
* Tiva Ethernet: Add lots of debug output for testingGregory Nutt2015-01-021-5/+23
* Tiva Ethernet: Fix compile problem when debug enabledGregory Nutt2015-01-021-1/+1
* Tiva Ethernet: MMC interrupts need to be disable initiallyGregory Nutt2015-01-021-5/+12
* Tiva Ethernet: Update DMA BUSMODE settings based on TI example codeGregory Nutt2015-01-021-42/+101
* Tiva Ethernet: Update PHY initializationGregory Nutt2015-01-021-190/+100
* Cosmetic change to file formattingGregory Nutt2015-01-011-2/+2
* TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLA...Gregory Nutt2015-01-011-0/+9
* Tiva FLASH: Add FLASH register definitions for the TM4C129 familyGregory Nutt2015-01-011-1/+1
* Tiva PHY: Hard code some properties of the internal PHYGregory Nutt2015-01-011-3/+34
* Tiva Ethernet: Update Ethernet intializaiton logic. Still things to be doneGregory Nutt2015-01-011-42/+293
* Ethernet skeleton: Add some more example logicGregory Nutt2014-12-311-6/+2
* Tiva Ethernet: Integrate use of workqueue so the network processing is not do...Gregory Nutt2014-12-311-39/+314
* Tiva Ethernet: Add basic clock/power controls for Ethernet and internal PHYGregory Nutt2014-12-311-0/+20
* Tiva Ethernet: First cut at TM4C129X Ethernet driver. Initial commit is bas...Gregory Nutt2014-12-311-0/+3440