summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_eth.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
* Add logic so that STM32 Ethernet drivier can avoid interrupt level processing...Gregory Nutt2015-02-091-38/+402
* Networking: Changes need to build ICMPv6 'router' configuration on STM32 with...Gregory Nutt2015-02-051-0/+8
* STM32: Add an IPv6 configuration for the STM32F4-Discovery board (witht he ST...Gregory Nutt2015-02-051-1/+1
* 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
* STM32 Ethernet: Port IPv6 address filtering from the Tiva TM4C driverGregory Nutt2015-01-211-3/+68
* 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-2/+8
* 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
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-3/+3
* 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
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-1/+6
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-171-0/+35
* Use the device name assigned by the registration process, not our best guessGregory Nutt2014-08-161-1/+1
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-2/+2
* Modified to support the change to the network ioctl signature changes. Also ...Gregory Nutt2014-08-161-11/+30
* 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
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-5/+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-18/+18
* Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-271-0/+63
* Clean-up packet socket namingGregory Nutt2014-06-251-1/+1
* 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-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-121-0/+9
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* STM32 EMAC: Add support for IGMP hash table update. From Manuel StühnGregory Nutt2014-03-241-44/+141
* SAMA5 EMAC: Resolve issues with DUAL PHY support needed for both EMAC and GM...Gregory Nutt2013-09-171-3/+3
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-4/+4
* itoa() from Ryan Sundbergpatacongo2013-03-141-1/+1
* Move some PHY initialization logic for Darcypatacongo2012-11-221-0/+11
* Several bugfixes, mostly from Darcy Gongpatacongo2012-10-061-0/+1
* Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-041-1/+1
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-271-0/+79
* Fixes STM32F107 DMA issuepatacongo2012-09-241-5/+11
* Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when u...patacongo2012-09-231-10/+25
* STM32 Ethernet, Slightly differ register layout for DM9161AEP PHYpatacongo2012-09-221-11/+70
* Shenzhou board uses RMII PHY interface, not MIIpatacongo2012-09-221-1/+1
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-10/+50