1. ab4e4c0 net: smsc911x: back out silently on probe deferrals by Linus Walleij · 8 years ago
  2. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  3. dd0cb7d net: smsc911x: request and deassert optional RESET GPIO by Linus Walleij · 8 years ago
  4. f252974 net: smsc911x: Move interrupt allocation to open/stop by Jeremy Linton · 8 years ago
  5. a85f00c net: smsc911x: Move interrupt handler before open by Jeremy Linton · 8 years ago
  6. aea95dd net: smsc911x: Fix register_netdev, phy startup, driver unload ordering by Jeremy Linton · 8 years ago
  7. 1358bd5 net: smsc911x: Remove multiple exit points from smsc911x_open by Jeremy Linton · 8 years ago
  8. 2c08740 net: ethernet: smsc: smsc911x: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  9. f788e32 net: ethernet: smsc: smsc911x: use phydev from struct net_device by Philippe Reynes · 8 years ago
  10. a37503b net: smsc911x: Fix bug where PHY interrupts are overwritten by 0 by Jeremy Linton · 8 years ago
  11. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 8 years ago
  12. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 8 years ago
  13. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 8 years ago
  14. 84eff6d phy: add phydev_name() wrapper by Andrew Lunn · 8 years ago
  15. cd998ec net: smsc911x: Reset PHY during initialization by Pavel Fedin · 9 years ago
  16. b43c142 net: smsc911x: Fix crash if loopback test fails by Pavel Fedin · 9 years ago
  17. 06fb4e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  18. f892a84 net/smsc911x: Fix deferred probe for interrupt by Tony Lindgren · 9 years ago
  19. 31cb5c9 smsc911x: Ignore error return from device_get_phy_mode() by Guenter Roeck · 9 years ago
  20. 4d14a63 smsc911x: Remove dev==NULL check. by Jeremy Linton · 9 years ago
  21. 62ee783 smsc911x: Fix crash seen if neither ACPI nor OF is configured or used by Guenter Roeck · 9 years ago
  22. 0b50dc4 Convert smsc911x to use ACPI as well as DT by Jeremy Linton · 9 years ago
  23. 965b2aa net/smsc911x: fix irq resource allocation failure by Kamlakant Patel · 9 years ago
  24. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  25. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  26. 3a611e2 net/smsc911x: Add minimal runtime PM support by Geert Uytterhoeven · 10 years ago
  27. ccf899a smsc911x: power-up phydev before doing a software reset. by Enric Balletbo i Serra · 10 years ago
  28. 6ff53fd net/smsc911x: Fix delays in the PHY enable/disable routines by Alexander Kochetkov · 10 years ago
  29. 242bcd5 net/smsc911x: Fix rare soft reset timeout issue due to PHY power-down mode by Alexander Kochetkov · 10 years ago
  30. 6577f97 net: ethernet: smsc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  31. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  32. 31f6f29 net: driver: smsc: set NOCARRIER flag in dev at driver initialization by Balakumaran Kannan · 10 years ago
  33. f845b33 smsc911x: No need to print driver version by Fabio Estevam · 10 years ago
  34. 1e87af9 smsc911x: Do not use netdev_dbg() when device is not registered by Fabio Estevam · 10 years ago
  35. 89a9eb6 smsc911x: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  36. 8798998 smsc911x: Change clock warning message to debug level by Fabio Estevam · 10 years ago
  37. 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  38. b1a04a6 smsc911x: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  39. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  40. 495c765d net: smsc911x: use dev_get_platdata() by Jingoo Han · 11 years ago
  41. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  42. 4d26aa3 Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  43. 6fed959 net/smsc911x: Use NULL instead of integer for pointer by Sachin Kamat · 11 years ago
  44. b6c2301 net/smsc911x: Provide common clock functionality by Lee Jones · 12 years ago
  45. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 11 years ago
  46. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 11 years ago
  47. d62fdf8 drivers/net: Use of_match_ptr() macro in smsc911x.c by Sachin Kamat · 12 years ago
  48. 2925f6c net: smc911x: use io{read,write}*_rep accessors by Matthew Leach · 12 years ago
  49. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  50. 8489ec1 smsc911x: remove __dev* attributes by Bill Pemberton · 12 years ago
  51. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 12 years ago
  52. 769ce4c net/smsc911x: Fix ready check in cases where WORD_SWAP is needed by Kamlakant Patel · 12 years ago
  53. 7efd26d ethernet: Use eth_random_addr by Joe Perches · 12 years ago
  54. 8e27628 smsc911x.c: encapsulate enable irq calls by Matthias Brugger · 12 years ago
  55. 2e1d4a0 net/smsc911x: Repair broken failure paths by Lee Jones · 12 years ago
  56. f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  57. 163faf3 drivers/net: Do not free an IRQ if its request failed by Lee Jones · 12 years ago
  58. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  59. 3c5e979 net: smsc911x: fix skb handling in receive path by Will Deacon · 12 years ago
  60. b5d1d25 smsc911x: Support the get_ts_info ethtool method. by Richard Cochran · 12 years ago
  61. 7ce5d22 net: use eth_hw_addr_random() and reset addr_assign_type by Danny Kukawka · 12 years ago
  62. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 12 years ago
  63. 09ef078 smsc911x: use an unique MDIO bus name. by Florian Fainelli · 12 years ago
  64. 6386994 net/smsc911x: Check if PHY is in operational mode before software reset by Javier Martinez Canillas · 12 years ago
  65. c7e963f net/smsc911x: Add regulator support by Robert Marklund · 13 years ago
  66. 3ac3546 net/smsc911x: Always wait for the chip to be ready by Robert Marklund · 13 years ago
  67. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  68. f26cd41 net/smsc911x: Correctly configure 16-bit register access from DT by Dave Martin · 13 years ago
  69. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  70. ae15043 smsc: Move the SMC (SMSC) drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/smsc911x.c]
  71. 79f88ee net/smsc911x: add device tree probe support by Shawn Guo · 13 years ago
  72. 8c0069a smsc911x: enable transmit time stamping. by Richard Cochran · 13 years ago
  73. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  74. c326de8 net: allow shifted access in smsc911x V2 by Mathieu J. Poirier · 13 years ago
  75. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  76. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  77. c1e48ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  78. 35a67ed smsc911x: fix mac_lock acquision before calling smsc911x_mac_read by Enric Balletbo i Serra · 13 years ago
  79. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  80. dffc6b2 smsc911x: Use pr_fmt, netdev_<level>, and netif_<level> by Joe Perches · 13 years ago
  81. 84c0c69 smsc911x: Fix build error when SMSC_TRACE() used by Jeongtae Park · 13 years ago
  82. f277e65 net/smsc911x.c: Set the VLAN1 register to fix VLAN MTU problem by Göran Weinholt · 13 years ago
  83. 62747cd MN10300: ASB2364: Add support for SMSC911X and SMC911X by Akira Takeuchi · 14 years ago
  84. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  85. 62038e4 smsc911x: Add MODULE_ALIAS() by Vincent Stehlé · 14 years ago
  86. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  87. 492c5d9 smsc911x: Add spinlocks around registers access by Catalin Marinas · 14 years ago
  88. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  89. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  90. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  91. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  92. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  93. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  94. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  95. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  96. 2a0d18f smsc911x: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  97. e4a474f smsc911x: replace manual phy lookup. by kirjanov@gmail.com · 14 years ago
  98. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  99. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  100. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago