1. a7021af usb: smsc: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  2. 4d04cdc ethernet: use platform_get_ethdev_address() by Jakub Kicinski · 3 years, 3 months ago
  3. 5ab8a44 smsc95xx: fix stalled rx after link change by Aaro Koskinen · 3 years, 4 months ago
  4. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
  5. 323955a net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 alias by Heiner Kallweit · 4 years, 2 months ago
  6. 4f359b6 net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address() by Łukasz Stelmach · 4 years, 4 months ago
  7. 05b35e7 smsc95xx: add phylib support by Andre Edich · 4 years, 5 months ago
  8. ad90a73 smsc95xx: use usbnet->driver_priv by Andre Edich · 4 years, 5 months ago
  9. 368be1c smsc95xx: remove redundant function arguments by Andre Edich · 4 years, 5 months ago
  10. 3ed58f9 smsc95xx: avoid memory leak in smsc95xx_bind by Andre Edich · 4 years, 6 months ago
  11. 7c8b1e8 smsc95xx: check return value of smsc95xx_reset by Andre Edich · 4 years, 6 months ago
  12. b835a71 usbnet: smsc95xx: Fix use-after-free after removal by Tuomas Tynkkynen · 4 years, 7 months ago
  13. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  14. 5503a68 net: usb: smsc: fix warning reported by kbuild test robot by Petr Štetiar · 6 years ago
  15. adfb3cb net: usb: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  16. 75938f7 usbnet: smsc95xx: check for csum being in last four bytes by Ben Dooks · 6 years ago
  17. 6809d21 usbnet: smsc95xx: fix memcpy for accessing rx-data by Ben Dooks · 6 years ago
  18. 0c8b265 usbnet: smsc95xx: simplify tx_fixup code by Ben Dooks · 6 years ago
  19. 810eeb1 usbnet: smsc95xx: fix rx packet alignment by Ben Dooks · 6 years ago
  20. 85b18b0 net: smsc95xx: Fix MTU range by Stefan Wahren · 6 years ago
  21. 7b900ea usbnet: smsc95xx: disable carrier check while suspending by Frieder Schrempf · 6 years ago
  22. c530c47 smsc95xx: Check for Wake-on-LAN modes by Florian Fainelli · 6 years ago
  23. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  24. 9c08273 smsc95xx: Configure pause time to 0xffff when tx flow control enabled by Nisar Sayed · 7 years ago
  25. a8f5cb9 smsc95xx: use ethtool_op_get_ts_info() by Petr Kulhavy · 8 years ago
  26. fe0cd8c smsc95xx: Support only IPv4 TCP/UDP csum offload by Nisar Sayed · 8 years ago
  27. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. e9156cd smsc95xx: Use skb_cow_head to deal with cloned skbs by James Hughes · 8 years ago
  29. 53a759c smsc95xx: Add comments to the registers definition by Martin Wetterwald · 8 years ago
  30. c8b5d12 net: usbnet: support 64bit stats by Greg Ungerer · 8 years ago
  31. eaf9a32 net: usb: smsc95xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  32. 13722bb smsc95xx: Add mdix control via ethtool by Woojung Huh · 8 years ago
  33. d69d169 usbnet: smsc95xx: fix link detection for disabled autonegotiation by Christoph Fritz · 9 years ago
  34. 5a36b68 usbnet: smsc95xx: silence an uninitialized variable warning by Dan Carpenter · 9 years ago
  35. c489565 net/smscx5xx: use the device tree for mac address by Arnd Bergmann · 9 years ago
  36. 227b9e8 usbnet: remove invalid check by Andrzej Hajda · 9 years ago
  37. 8bca81d usbnet: smsc95xx: dereferencing NULL pointer by Sudip Mukherjee · 10 years ago
  38. b4df480 usbnet: smsc95xx: add reset_resume function with reset operation by Joonyoung Shim · 11 years ago
  39. eb85569 usbnet: remove generic hard_header_len check by Emil Goode · 11 years ago
  40. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  41. 9cb0007 usb: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  42. 0d41be5 usbnet: smsc95xx: don't recover device if suspend fails in system sleep by Ming Lei · 12 years ago
  43. eb970ff usbnet: smsc95xx: rename FEATURE_AUTOSUSPEND by Ming Lei · 12 years ago
  44. 42e21c0 usbnet: smsc95xx: fix broken runtime suspend by Ming Lei · 12 years ago
  45. 7643721 usbnet: smsc95xx: fix suspend failure by Ming Lei · 12 years ago
  46. 38673c8 drivers: net: usb: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  47. b2d4b15 smsc95xx: enable dynamic autosuspend by Steve Glendinning · 12 years ago
  48. e360a8b smsc95xx: eliminate duplicate warnings on io failure by Steve Glendinning · 12 years ago
  49. 7b9e758 smsc95xx: fix async register writes on big endian platforms by Steve Glendinning · 12 years ago
  50. 9624531 smsc95xx: fix register dump of last register by Steve Glendinning · 12 years ago
  51. b052e07 smsc95xx: expand check_ macros by Steve Glendinning · 12 years ago
  52. 068bb1a smsc95xx: fix smsc_crc return type by Steve Glendinning · 12 years ago
  53. 3b14692 smsc95xx: don't enable remote wakeup directly by Steve Glendinning · 12 years ago
  54. 3b9f7d8 smsc95xx: fix error handling in suspend failure case by Steve Glendinning · 12 years ago
  55. eed9a72 smsc95xx: fix suspend buffer overflow by Steve Glendinning · 12 years ago
  56. 1e1d741 smsc: Add logging message newlines by Joe Perches · 12 years ago
  57. 319b95b smsc95xx: refactor entering suspend modes by Steve Glendinning · 12 years ago
  58. e5e3af8 smsc95xx: support PHY wakeup source by Steve Glendinning · 12 years ago
  59. 9ebca50 smsc95xx: detect chip revision specific features by Steve Glendinning · 12 years ago
  60. af3d7c1 smsc95xx: fix error checking of usbnet_resume by Steve Glendinning · 12 years ago
  61. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  62. 8092880 smsc95xx: set MII_BUSY bit to read/write PHY regs by Steve Glendinning · 12 years ago
  63. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  64. ec32115 usbnet: smsc95xx: apply the introduced usbnet_{read|write}_cmd_nopm by Ming Lei · 12 years ago
  65. 06a221b usbnet: smsc95xx: fix memory leak in smsc95xx_suspend by Ming Lei · 12 years ago
  66. 00acda6 smsc95xx: fix tx checksum offload for big endian by Steve Glendinning · 12 years ago
  67. bbd9f9e smsc95xx: add wol support for more frame types by Steve Glendinning · 12 years ago
  68. 72108fd usbnet: smsc95xx: apply introduced usb command APIs by Ming Lei · 12 years ago
  69. e0e474a smsc95xx: add wol magic packet support by Steve Glendinning · 12 years ago
  70. b5a0447 smsc95xx: enable power saving mode during system suspend by Steve Glendinning · 12 years ago
  71. c954679 smsc95xx: fix resume when usb device is reset by Steve Glendinning · 12 years ago
  72. 769ea6d smsc95xx: check return code from control messages by Steve Glendinning · 12 years ago
  73. 4436761 smsc95xx: remove unnecessary variables by Steve Glendinning · 12 years ago
  74. cf2acec smsc95xx: sleep before read for lengthy operations by Steve Glendinning · 12 years ago
  75. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  76. 90b24cf Change email address for Steve Glendinning by Steve Glendinning · 13 years ago
  77. c7e12ea net: usb: Use eth_random_addr by Joe Perches · 13 years ago
  78. d348446 smsc95xx: signedness bug in get_regs() by Dan Carpenter · 13 years ago
  79. 9fa32e9 smsc95xx: support ethtool get_regs by Emeric Vigier · 13 years ago
  80. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 13 years ago
  81. 07d69d4 smsc95xx: mark link down on startup and let PHY interrupt deal with carrier changes by Paolo Pisati · 13 years ago
  82. 9bbf566 net: usb: smsc95xx: fix mtu by Stephane Fillod · 13 years ago
  83. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  84. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  85. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  86. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  87. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  88. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  89. 7143b7d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  90. d946092 smsc95xx: fix reset check by Rabin Vincent · 14 years ago
  91. 8ae6daca ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 14 years ago
  92. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  93. 88edaa4 net: Add support for SMSC LAN9530, LAN9730 and LAN89530 by Steve Glendinning · 14 years ago
  94. 78e47fe net: convert SMSC USB net drivers to hw_features by Michał Mirosław · 14 years ago
  95. 3c0f3c6 NET: smsc95xx: don't use stack for async writes to the device by Marc Zyngier · 14 years ago
  96. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  97. f4e8ab7 smsc95xx: generate random MAC address once, not every ifup by Bernard Blackham · 14 years ago
  98. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  99. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  100. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago