1. f6e3ef3 lan78xx: relocate mdix setting to phy driver by Woojung Huh · 8 years ago
  2. 860ce4b net: usb: lan78xx: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  3. eea16da net: usb: ax88172x: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  4. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  5. ca0a753 r8152: Fix error path in open function by Guenter Roeck · 8 years ago
  6. 8da3cf2 Net Driver: Add Cypress GX3 VID=04b4 PID=3610. by Allan Chou · 8 years ago
  7. cc89c32 lan78xx: Use irq_domain for phy interrupt from USB Int. EP by Woojung Huh · 8 years ago
  8. b9a321b r8152: Fix broken RX checksums. by Mark Lord · 8 years ago
  9. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. e30520c kalmia: avoid potential uninitialized variable use by Arnd Bergmann · 8 years ago
  11. f77f0ae net: use core MTU range checking in USB NIC drivers by Jarod Wilson · 8 years ago
  12. d248caf r8152: add new products of Lenovo by hayeswang · 8 years ago
  13. 610df1d net: asix: Avoid looping when the device does not respond by Guenter Roeck · 8 years ago
  14. 8eed1cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 9a76588 qmi_wwan: add support for Quectel EC21 and EC25 by Bjørn Mork · 8 years ago
  16. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  17. 6e76510 net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  18. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  19. d768c61 r8152: disable ALDPS and EEE before setting PHY by hayeswang · 8 years ago
  20. af0287e r8152: remove r8153_enable_eee by hayeswang · 8 years ago
  21. ef39df8 r8152: move PHY settings to hw_phy_cfg by hayeswang · 8 years ago
  22. 2dd436d r8152: move enabling PHY by hayeswang · 8 years ago
  23. e644953 r8152: move some functions by hayeswang · 8 years ago
  24. 936f060 kaweth: remove obsolete debugging statements by Oliver Neukum · 8 years ago
  25. e0c79ff lan78xx: mark symbols static where possible by Baoyou Xie · 8 years ago
  26. 3981cce hso: Convert printk to pr_<level> by Joe Perches · 8 years ago
  27. 95a6911 hso: Use a more common logging style by Joe Perches · 8 years ago
  28. 13722bb smsc95xx: Add mdix control via ethtool by Woojung Huh · 8 years ago
  29. 273bf28 smsc95xx: Add register define by Woojung Huh · 8 years ago
  30. 95ac399 net: pegasus: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  31. 53700f0 r8152: fix the coding style with checkpatch.pl by hayeswang · 8 years ago
  32. 535baf8 net: asix: autoneg will set WRITE_MEDIUM reg by Robert Foss · 8 years ago
  33. a243c2e net: asix: see 802.3 spec for phy reset by Robert Foss · 8 years ago
  34. 4c1442a net: asix: Fix AX88772x resume failures by Robert Foss · 8 years ago
  35. 8a46f66 net: asix: Avoid looping when the device is disconnected by Robert Foss · 8 years ago
  36. d9fe64e net: asix: Add in_pm parameter by Robert Foss · 8 years ago
  37. 407a471 r8152: constify ethtool_ops structures by Julia Lawall · 8 years ago
  38. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  39. 575ced7 kaweth: fix oops upon failed memory allocation by Oliver Neukum · 8 years ago
  40. 60bcabd kaweth: fix firmware download by Oliver Neukum · 8 years ago
  41. ef6cd13 net: usb: usbnet: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  42. d7c4e84 net: usb: lan78xx: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  43. 12800ea net: usb: hso: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  44. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  45. bfe9b9d cdc_ether: Improve ZTE MF823/831/910 handling by Kristian Evensen · 8 years ago
  46. b7545b7 Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  47. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  48. e4c6fb7 usbnet: move the CDC parser into USB core by Oliver Neukum · 9 years ago
  49. b3f2cf8 net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  50. a5a18bd rndis_host: Set valid random MAC on buggy devices by Kristian Evensen · 9 years ago
  51. c961e87 r8152: add MODULE_VERSION by Grant Grundler · 9 years ago
  52. 34ee32c r8152: Add support for setting pass through MAC address on RTL8153-AD by Mario Limonciello · 9 years ago
  53. c23d86a r8152: remove cancel_delayed_work_sync in rtl8152_set_speed by hayeswang · 9 years ago
  54. c79262f r8152: remove a netif_carrier_off in rtl8152_open function by hayeswang · 9 years ago
  55. b164806 r8152: remove rtl_phy_reset function by hayeswang · 9 years ago
  56. 92f7d07 r8152: remove the setting of LAN_WAKE_EN by hayeswang · 9 years ago
  57. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. 2609af1 r8152: fix runtime function for RTL8152 by hayeswang · 9 years ago
  59. c086e70 cdc_ncm: workaround for EM7455 "silent" data interface by Bjørn Mork · 9 years ago
  60. f95ae8a r8152: clear LINK_OFF_WAKE_EN after autoresume by hayeswang · 9 years ago
  61. 43daa96 usbnet: Stop RX Q on MTU change by Soohoon Lee · 9 years ago
  62. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. fae5617 r8152: modify the check of the flag of PHY_RESET in set_speed function by hayeswang · 9 years ago
  64. a59e6d8 r8152: correct the rx early size by hayeswang · 9 years ago
  65. 93fe9b1 r8152: reset the bmu by hayeswang · 9 years ago
  66. 4e384ac r8152: disable MAC clock speed down by hayeswang · 9 years ago
  67. aa7e26b r8152: save the speed by hayeswang · 9 years ago
  68. 9d21c0d r8152: move the setting for the default speed by hayeswang · 9 years ago
  69. a028a9e r8152: move the settings of PHY to a work queue by hayeswang · 9 years ago
  70. c8d8396 r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skb by hayeswang · 9 years ago
  71. d69d169 usbnet: smsc95xx: fix link detection for disabled autonegotiation by Christoph Fritz · 9 years ago
  72. bbf178e net: pegasus: simplify logical constraint by xypron.glpk@gmx.de · 9 years ago
  73. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  74. 238a958 net: usb: ch9200: use kmemdup by Muhammad Falak R Wani · 9 years ago
  75. 05a5648 net: cdc_ncm: update datagram size after changing mtu by Rafal Redzimski · 9 years ago
  76. 52103b7 Revert "net: pegasus: remove dead coding" by David S. Miller · 9 years ago
  77. e00be9e net: pegasus: remove dead coding by xypron.glpk@gmx.de · 9 years ago
  78. cd9e2e5 asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions by John Stultz · 9 years ago
  79. 10ee082 Merge 4.6-rc7 into tty-next by Greg Kroah-Hartman · 9 years ago
  80. 5a36b68 usbnet: smsc95xx: silence an uninitialized variable warning by Dan Carpenter · 9 years ago
  81. 58ef6a3 usbnet/smsc75xx: silence uninitialized variable warning by Dan Carpenter · 9 years ago
  82. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  83. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  84. 2b84af94a rtl8152: correct speed testing by Oliver Neukum · 9 years ago
  85. ea07984 usbnet: correct speed testing by Oliver Neukum · 9 years ago
  86. c489565 net/smscx5xx: use the device tree for mac address by Arnd Bergmann · 9 years ago
  87. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 9 years ago
  88. 1a8deec pegasus: fixes reported packet length by Petko Manolov · 9 years ago
  89. b7302ca pegasus: fixes URB buffer allocation size; by Petko Manolov · 9 years ago
  90. 14437e3 lan78xx: workaround of forced 100 Full/Half duplex mode error by Woojung Huh · 9 years ago
  91. 74d79a2 lan78xx: fix statistics counter error by Woojung Huh · 9 years ago
  92. c5b5343 cdc_mbim: apply "NDP to end" quirk to all Huawei devices by Bjørn Mork · 9 years ago
  93. 79f4223 net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband card by Daniele Palmas · 9 years ago
  94. e84810c qmi_wwan: add "D-Link DWM-221 B1" device id by Bjørn Mork · 9 years ago
  95. a69f0e2 drivers/net/usb/plusb.c: Fix typo by Diego Viola · 9 years ago
  96. 1c19130 Revert "lan78xx: add ndo_get_stats64" by David S. Miller · 9 years ago
  97. a59f8c5 lan78xx: add ndo_get_stats64 by Woojung Huh · 9 years ago
  98. 20ff556 lan78xx: handle statistics counter rollover by Woojung Huh · 9 years ago
  99. bd9e335 qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface by Schemmel Hans-Christoph · 9 years ago
  100. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago