Skip to content
  1. Mar 27, 2018
    • Sebastien Lorquet's avatar
      On STM32, in case of PHY failure, usually because of the lack of 25/50 MHz... · 7019d561
      Sebastien Lorquet authored
      On STM32, in case of PHY failure, usually because of the lack of 25/50 MHz REFCLK input, the Ethernet block would lock up in a while loop waiting for readiness, which will never happened.  This prevented the board from starting at all in the case of a PHY failure.  This commit adds a retry loop to avoid bricking the board if the Ethernet block is unable to start.
      7019d561
  2. Mar 13, 2018
  3. Jan 25, 2018
    • Gregory Nutt's avatar
      The existence of the network driver ioctl() method should depend on... · fccd4438
      Gregory Nutt authored
      The existence of the network driver ioctl() method should depend on CONFIG_NETDEV_IOCTL rather than CONFIG_NETDEV_PHY_IOCTL.  The former enables the method, the later enables a subset of possible driver IOCTLs.  This change should be basically a no-operation.  The affected ioctl methods only support those subset of driver IOCTLs selected by CONFIG_NETDEV_PHY_IOCTL and the network logic will tolerate a nul ioctl method.
      fccd4438
  4. Jan 22, 2018
    • Gregory Nutt's avatar
      The existence of the network driver ioctl() method should depend on... · a8b6be4a
      Gregory Nutt authored
      The existence of the network driver ioctl() method should depend on CONFIG_NETDEV_IOCTL rather than CONFIG_NETDEV_PHY_IOCTL.  The former enables the method, the later enables a subset of possible driver IOCTLs.  This change should be basically a no-operation.  The affected ioctl methods only support those subset of driver IOCTLs selected by CONFIG_NETDEV_PHY_IOCTL and the network logic will tolerate a nul ioctl method.
      a8b6be4a
  5. Jul 06, 2017
  6. May 17, 2017
  7. May 11, 2017
  8. Apr 22, 2017
  9. Apr 15, 2017
  10. Apr 02, 2017
  11. Mar 03, 2017
  12. Mar 02, 2017
  13. Feb 27, 2017
  14. Feb 24, 2017
  15. Dec 03, 2016
  16. Nov 29, 2016
  17. Nov 19, 2016
  18. Oct 01, 2016
  19. Sep 22, 2016
  20. Aug 30, 2016
  21. Aug 19, 2016
  22. Jun 20, 2016
  23. Jun 18, 2016
  24. Jun 16, 2016
  25. Jun 11, 2016
  26. May 30, 2016
  27. Feb 14, 2016
  28. Feb 03, 2016
  29. Oct 07, 2015