1. 71dbc341 net: usb: pegasus: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  2. 33928ee r8152: check hw version first by hayeswang · 8 years ago
  3. bde87ad net: usb: usb: remove old api ethtool_{get|set}_settings by Philippe Reynes · 8 years ago
  4. fd4f0a7 net: usb: asix: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  5. 39f49ea net: usb: sr9700: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  6. a44017a net: usb: smsc75xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  7. 90a8e95 net: usb: sierra_net: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  8. 17400f7 net: usb: mcs7830: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  9. bcb58f7 net: usb: dm9601: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  10. d0b3ab3 net: usb: cdc_ncm: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  11. d8c3de2 net: usb: sr9800: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  12. eaf9a32 net: usb: smsc95xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  13. 8bae355 net: usb: usbnet: add new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  14. ce594e9 r8152: simply the arguments by hayeswang · 8 years ago
  15. b66239b net: usb: rtl8150: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  16. 06144dc net: usb: r8152: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  17. de1e98c net: usb: catc: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  18. 3c9b803 net: usb: asix88179_178a: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  19. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  20. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 9 years ago
  21. 4f3de46 net: usb: asix_devices: fix missing return code check on call to asix_write_medium_mode by Colin Ian King · 8 years ago
  22. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  23. 08a7e62 scripts/spelling.txt: add "swith" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  24. 35eeacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  25. 8c56ea4 net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.h by Russell King · 9 years ago
  26. 764895d sierra_net: Skip validating irrelevant fields for IDLE LSIs by Stefan Brüns · 9 years ago
  27. 5a70348 sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications by Stefan Brüns · 9 years ago
  28. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. 2d6a0e9 catc: Use heap buffer for memory size test by Ben Hutchings · 9 years ago
  30. d411491 catc: Combine failure cleanup code in catc_probe() by Ben Hutchings · 9 years ago
  31. 7926aff rtl8150: Use heap buffers for all register access by Ben Hutchings · 9 years ago
  32. 5593523 pegasus: Use heap buffers for all register access by Ben Hutchings · 9 years ago
  33. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  34. 7489bda r8152: check rx after napi is enabled by hayeswang · 9 years ago
  35. 248b213 r8152: re-schedule napi for tx by hayeswang · 9 years ago
  36. de9bf29 r8152: avoid start_xmit to schedule napi when napi is disabled by hayeswang · 9 years ago
  37. 26afec3 r8152: avoid start_xmit to call napi_schedule during autosuspend by hayeswang · 9 years ago
  38. a9c54ad r8152: fix the wrong spelling by hayeswang · 9 years ago
  39. 5b9f575 qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card by Bjørn Mork · 9 years ago
  40. 6a0b76c r8152: don't execute runtime suspend if the tx is not empty by hayeswang · 9 years ago
  41. 2c561b2 r8152: fix rtl8152_post_reset function by hayeswang · 9 years ago
  42. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  43. 37c9782 cdc-ether: usbnet_cdc_zte_status() can be static by Wei Yongjun · 9 years ago
  44. 19c0f40 r8152: fix the sw rx checksum is unavailable by hayeswang · 9 years ago
  45. 75dc692 r8152: fix rx issue for runtime suspend by hayeswang · 9 years ago
  46. 8fb2806 r8152: split rtl8152_suspend function by hayeswang · 9 years ago
  47. 63dfb0d net: usb: asix_devices: add .reset_resume for USB PM by Peter Chen · 9 years ago
  48. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 9 years ago
  49. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 9 years ago
  50. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  51. 02dc1f3 lan78xx: add LAN7801 MAC only support by Woojung Huh · 9 years ago
  52. 7b8076c NET: usb: cdc_mbim: add quirk for supporting Telit LE922A by Daniele Palmas · 9 years ago
  53. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. 5192083 net: usb: set error code when usb_alloc_urb fails by Pan Bian · 9 years ago
  55. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. 9bd813d NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040 by Daniele Palmas · 9 years ago
  57. d5c83d0 cdc_ether: Fix handling connection notification by Kristian Evensen · 9 years ago
  58. fadf3a2 net: asix: Fix AX88772_suspend() USB vendor commands failure issues by allan · 9 years ago
  59. f6e3ef3 lan78xx: relocate mdix setting to phy driver by Woojung Huh · 9 years ago
  60. 860ce4b net: usb: lan78xx: Utilize phy_ethtool_nway_reset by Florian Fainelli · 9 years ago
  61. eea16da net: usb: ax88172x: Utilize phy_ethtool_nway_reset by Florian Fainelli · 9 years ago
  62. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. ca0a753 r8152: Fix error path in open function by Guenter Roeck · 9 years ago
  64. 8da3cf2 Net Driver: Add Cypress GX3 VID=04b4 PID=3610. by Allan Chou · 9 years ago
  65. cc89c32 lan78xx: Use irq_domain for phy interrupt from USB Int. EP by Woojung Huh · 9 years ago
  66. b9a321b r8152: Fix broken RX checksums. by Mark Lord · 9 years ago
  67. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  68. e30520c kalmia: avoid potential uninitialized variable use by Arnd Bergmann · 9 years ago
  69. f77f0ae net: use core MTU range checking in USB NIC drivers by Jarod Wilson · 9 years ago
  70. d248caf r8152: add new products of Lenovo by hayeswang · 9 years ago
  71. 610df1d net: asix: Avoid looping when the device does not respond by Guenter Roeck · 9 years ago
  72. 8eed1cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  73. 9a76588 qmi_wwan: add support for Quectel EC21 and EC25 by Bjørn Mork · 9 years ago
  74. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 9 years ago
  75. 6e76510 net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  76. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  77. d768c61 r8152: disable ALDPS and EEE before setting PHY by hayeswang · 9 years ago
  78. af0287e r8152: remove r8153_enable_eee by hayeswang · 9 years ago
  79. ef39df8 r8152: move PHY settings to hw_phy_cfg by hayeswang · 9 years ago
  80. 2dd436d r8152: move enabling PHY by hayeswang · 9 years ago
  81. e644953 r8152: move some functions by hayeswang · 9 years ago
  82. 936f060 kaweth: remove obsolete debugging statements by Oliver Neukum · 9 years ago
  83. e0c79ff lan78xx: mark symbols static where possible by Baoyou Xie · 9 years ago
  84. 3981cce hso: Convert printk to pr_<level> by Joe Perches · 9 years ago
  85. 95a6911 hso: Use a more common logging style by Joe Perches · 9 years ago
  86. 13722bb smsc95xx: Add mdix control via ethtool by Woojung Huh · 9 years ago
  87. 273bf28 smsc95xx: Add register define by Woojung Huh · 9 years ago
  88. 95ac399 net: pegasus: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 9 years ago
  89. 53700f0 r8152: fix the coding style with checkpatch.pl by hayeswang · 9 years ago
  90. 535baf8 net: asix: autoneg will set WRITE_MEDIUM reg by Robert Foss · 9 years ago
  91. a243c2e net: asix: see 802.3 spec for phy reset by Robert Foss · 9 years ago
  92. 4c1442a net: asix: Fix AX88772x resume failures by Robert Foss · 9 years ago
  93. 8a46f66 net: asix: Avoid looping when the device is disconnected by Robert Foss · 9 years ago
  94. d9fe64e net: asix: Add in_pm parameter by Robert Foss · 9 years ago
  95. 407a471 r8152: constify ethtool_ops structures by Julia Lawall · 9 years ago
  96. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  97. 575ced7 kaweth: fix oops upon failed memory allocation by Oliver Neukum · 9 years ago
  98. 60bcabd kaweth: fix firmware download by Oliver Neukum · 9 years ago
  99. ef6cd13 net: usb: usbnet: don't print error when allocating urb fails by Wolfram Sang · 9 years ago
  100. d7c4e84 net: usb: lan78xx: don't print error when allocating urb fails by Wolfram Sang · 9 years ago