1. 5468e82 net: phy: fixed-phy: Drop GPIO from fixed_phy_add() by Linus Walleij · 6 years ago
  2. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. 15515aa lan78xx: Resolve issue with changing MAC address by Jason Martinsen · 6 years ago
  4. 3c1bcc8 net: ethernet: Convert phydev advertize and supported from u32 to link mode by Andrew Lunn · 6 years ago
  5. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. eb9ad08 lan78xx: Check for supported Wake-on-LAN modes by Florian Fainelli · 6 years ago
  7. 94e7c84 net: lan78xx: Avoid unnecessary self assignment by Nathan Chancellor · 6 years ago
  8. 764ea37 net: usb: remove redundant null pointer check before of_node_put by zhong jiang · 6 years ago
  9. 41124fa net: ethernet: Add helper to remove a supported link mode by Andrew Lunn · 6 years ago
  10. e42a43a lan78xx: Do not access skb_queue_head list pointers directly. by David S. Miller · 6 years ago
  11. 51ceac9 net: lan78xx: Make declaration style consistent by Stefan Wahren · 6 years ago
  12. 6be665a net: lan78xx: Switch to SPDX identifier by Stefan Wahren · 6 years ago
  13. 7a6b022 net: lan78xx: Drop unnecessary strcpy in lan78xx_probe by Stefan Wahren · 6 years ago
  14. fa8cd98 net: lan78xx: Bail out if lan78xx_get_endpoints fails by Stefan Wahren · 6 years ago
  15. bf37afc net:usb: Use ARRAY_SIZE instead of calculating the array size by zhong jiang · 6 years ago
  16. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  17. 136f55f net: lan78xx: fix rx handling before first packet is send by Stefan Wahren · 6 years ago
  18. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 7 years ago
  19. dea39ac net: lan78xx: Fix race in tx pending skb size calculation by Stefan Wahren · 7 years ago
  20. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  21. 9343ac8 net: lan78xx: Use s/w csum check on VLANs without tag stripping by Dave Stevenson · 7 years ago
  22. ec21ecf net: lan78xx: Add support for VLAN tag stripping. by Dave Stevenson · 7 years ago
  23. 4a27327 net: lan78xx: Add support for VLAN filtering. by Dave Stevenson · 7 years ago
  24. 2259b7a net: lan78xx: Allow for VLAN headers in timeout calcs by Dave Stevenson · 7 years ago
  25. 6c1f0a1 net: drivers/net: Convert random_ether_addr to eth_random_addr by Joe Perches · 7 years ago
  26. 00e798c drivers: net: Remove device_node checks with of_mdiobus_register() by Florian Fainelli · 7 years ago
  27. 7670ed7 lan78xx: Modify error messages by Raghuram Chary J · 7 years ago
  28. e92258c lan78xx: Remove DRIVER_VERSION for lan78xx driver by Raghuram Chary J · 7 years ago
  29. 89b36fb lan78xx: Lan7801 Support for Fixed PHY by Raghuram Chary J · 7 years ago
  30. 4962186 lan78xx: Add support to dump lan78xx registers by Raghuram Chary J · 7 years ago
  31. 1827b06 lan78xx: Read LED states from Device Tree by Phil Elwell · 7 years ago
  32. 760db29 lan78xx: Read MAC address from DT if present by Phil Elwell · 7 years ago
  33. 47b9986 lan78xx: Don't reset the interface on open by Phil Elwell · 7 years ago
  34. fed5607 lan78xx: Avoid spurious kevent 4 "error" by Phil Elwell · 7 years ago
  35. 4bfc338 lan78xx: Correctly indicate invalid OTP by Phil Elwell · 7 years ago
  36. 92571a1 lan78xx: Connect phy early by Alexander Graf · 7 years ago
  37. 2d2d99e lan78xx: Crash in lan78xx_writ_reg (Workqueue: events lan78xx_deferred_multicast_write) by Raghuram Chary J · 7 years ago
  38. e69647a lan78xx: Set ASD in MAC_CR when EEE is enabled. by Raghuram Chary J · 7 years ago
  39. 3b51cc7 lan78xx: remove redundant initialization of pointer 'phydev' by Colin Ian King · 7 years ago
  40. a5b1379 lan78xx: Fix failure in USB Full Speed by Yuiko Oshino · 7 years ago
  41. d28bb96 net: usb: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  42. e365280 lan78xx: Use default values loaded from EEPROM/OTP after reset by Nisar Sayed · 7 years ago
  43. c077682 lan78xx: Allow EEPROM write for less than MAX_EEPROM_SIZE by Nisar Sayed · 7 years ago
  44. 8a7ffeb lan78xx: Fix for eeprom read/write when device auto suspend by Nisar Sayed · 7 years ago
  45. 0573f94 lan78xx: Fix to handle hard_header_len update by Nisar Sayed · 7 years ago
  46. fb52c3b lan78xx: USB fast connect/disconnect crash fix by Nisar Sayed · 7 years ago
  47. 5514174 net: phy: Make phy_ethtool_ksettings_get return void by yuval.shaia@oracle.com · 8 years ago
  48. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  49. d4ca735 lan78xx: use skb_cow_head() to deal with cloned skbs by Eric Dumazet · 8 years ago
  50. c6e970a net: break include loop netdevice.h, dsa.h, devlink.h by Andrew Lunn · 8 years ago
  51. 5f61367 net: lan78xx: update for phy_(read|write)_mmd_indirect() removal by Russell King · 8 years ago
  52. 8c56ea4 net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.h by Russell King · 8 years ago
  53. 02dc1f3 lan78xx: add LAN7801 MAC only support by Woojung Huh · 8 years ago
  54. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  55. 5192083 net: usb: set error code when usb_alloc_urb fails by Pan Bian · 8 years ago
  56. f6e3ef3 lan78xx: relocate mdix setting to phy driver by Woojung Huh · 8 years ago
  57. 860ce4b net: usb: lan78xx: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  58. cc89c32 lan78xx: Use irq_domain for phy interrupt from USB Int. EP by Woojung Huh · 8 years ago
  59. f77f0ae net: use core MTU range checking in USB NIC drivers by Jarod Wilson · 8 years ago
  60. 6e76510 net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  61. e0c79ff lan78xx: mark symbols static where possible by Baoyou Xie · 8 years ago
  62. d7c4e84 net: usb: lan78xx: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  63. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  64. 14437e3 lan78xx: workaround of forced 100 Full/Half duplex mode error by Woojung Huh · 9 years ago
  65. 74d79a2 lan78xx: fix statistics counter error by Woojung Huh · 9 years ago
  66. 1c19130 Revert "lan78xx: add ndo_get_stats64" by David S. Miller · 9 years ago
  67. a59f8c5 lan78xx: add ndo_get_stats64 by Woojung Huh · 9 years ago
  68. 20ff556 lan78xx: handle statistics counter rollover by Woojung Huh · 9 years ago
  69. 349e0c5 lan78xx: add ethtool set & get pause functions by Woojung.Huh@microchip.com · 9 years ago
  70. e270b2d lan78xx: remove unnecessary code by Woojung.Huh@microchip.com · 9 years ago
  71. 87177ba lan78xx: replace devid to chipid & chiprev by Woojung.Huh@microchip.com · 9 years ago
  72. 4b2a4a9 lan78xx: throttle TX path at slower than SuperSpeed USB by Woojung.Huh@microchip.com · 9 years ago
  73. a0db7d1 lan78xx: Add to handle mux control per chip id by Woojung.Huh@microchip.com · 9 years ago
  74. e495391 lan78xx: change to use updated phy-ignore-interrupts by Woojung.Huh@microchip.com · 9 years ago
  75. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  76. 9fb6066 net: lan78xx: Fix to write to OTP(One Time Programmable) per magic number. by Woojung.Huh@microchip.com · 9 years ago
  77. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  78. 49d28b56 lan78xx: Return 0 when lan78xx_suspend() has no error. by Woojung.Huh@microchip.com · 9 years ago
  79. 227b9e8 usbnet: remove invalid check by Andrzej Hajda · 9 years ago
  80. 9110fe4 lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR. by Woojung.Huh@microchip.com · 9 years ago
  81. 758c5c1 lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for MDIX control. by Woojung.Huh@microchip.com · 9 years ago
  82. bdfba55e lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/microchipphy.h by Woojung.Huh@microchip.com · 9 years ago
  83. ce85e13 lan78xx: Update to use phylib instead of mii_if_info. by Woojung.Huh@microchip.com · 9 years ago
  84. 6c595b0 lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHY by Woojung.Huh@microchip.com · 9 years ago
  85. 99c79ec lan78xx: Fix ladv/radv error handling in lan78xx_link_reset() by Geert Uytterhoeven · 9 years ago
  86. d57f623 lan78xx: Remove BUG_ON() by Woojung.Huh@microchip.com · 9 years ago
  87. 81c38e8 lan78xx: Fix Smatch Warnings by Woojung.Huh@microchip.com · 9 years ago
  88. 55d7de9 Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driver by Woojung.Huh@microchip.com · 9 years ago