1. c1014c6 net: smsc: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  2. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  3. abc34d7 net: smc911x: avoid unused variable warnings by Arnd Bergmann · 8 years ago
  4. 79d3b59 net: smc911x: convert pxa dma to dmaengine by Robert Jarzmik · 8 years ago
  5. 6577f97 net: ethernet: smsc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  7. 45dfab6 net: smc911x: fix %d confusingly prefixed with 0x in format string by Hans Wennborg · 10 years ago
  8. a50988a1 net: smc911x: Remove unused local variable by Laurent Pinchart · 10 years ago
  9. d27ab53 smc911x: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  10. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  11. 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  12. dcdf871 smc911x: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  13. c82e5e5 net: smc911x: use dev_get_platdata() by Jingoo Han · 11 years ago
  14. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  15. 6b80778 smsc: smc911x: Fix sparse warnings by Fabio Estevam · 11 years ago
  16. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  17. 9f1e13d smc911x: remove __dev* attributes by Bill Pemberton · 11 years ago
  18. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 12 years ago
  19. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  20. dae2e9f netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 12 years ago
  21. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 12 years ago
  22. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  23. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  24. ae15043 smsc: Move the SMC (SMSC) drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/smc911x.c]
  25. 498d8e2 drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr by Tobias Klauser · 13 years ago
  26. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  27. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  28. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  30. 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
  31. 84d57bd net/smc91xx: remove trailing space in messages by Frans Pop · 14 years ago
  32. 567ec87 net: convert multiple drivers to use netdev_for_each_mc_addr, part6 by Jiri Pirko · 14 years ago
  33. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  34. fa876b4 drivers/net/smc911x.c: use %pM to shown MAC address by H Hartley Sweeten · 14 years ago
  35. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  36. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  37. ec4e0cf smc911x: convert to net_device_ops by Alexander Beregalov · 15 years ago
  38. c231355 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  39. 46578a69 net: variables reach -1, but 0 tested by Roel Kluin · 15 years ago
  40. a316084 drivers/net/smc911x.c: smc911x_drv_probe() cleanup by Andrew Morton · 16 years ago
  41. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  42. f57628d section errors in smc911x/smc91x by Al Viro · 16 years ago
  43. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  44. eafdcb4 smc911x: Fix printf format typo in smc911x driver. by Vernon Sauder · 16 years ago
  45. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  46. 347c8d8 [netdrvr] smc911x: fix for driver resume (and compilation warning) by Dasgupta, Romit · 16 years ago
  47. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  48. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  49. 70d9d15 drivers/net/smc911x.c: Fix lockdep warning on xmit. by Will Newton · 16 years ago
  50. b891a90 smc911x: Make the driver safer on SMP by Catalin Marinas · 16 years ago
  51. 319edaf smc911x: Add IRQ polarity configuration by Catalin Marinas · 16 years ago
  52. d766a4e SMC911x: unbreak PXA builds by Dmitry Baryshkov · 16 years ago
  53. c6dcb82 smc911x: Add support for LAN921{5,7,8} chips from SMSC by Guennadi Liakhovetski · 16 years ago
  54. f3073ac smc911x: Fix external PHY detection by Guennadi Liakhovetski · 16 years ago
  55. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  56. 7fb614b smc911x: remove duplicate debug printout by Magnus Damm · 16 years ago
  57. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  58. 4bb073c net: Eliminate flush_scheduled_work() calls while RTNL is held. by David S. Miller · 16 years ago
  59. 12c03f5 smc911x: introduce platform data flags by Magnus Damm · 16 years ago
  60. 699559f smc911x: pass along private data and use iomem by Magnus Damm · 16 years ago
  61. db2961c smc911x: test after postfix decrement fails in smc911x_{reset,drop_pkt} by Roel Kluin · 16 years ago
  62. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  63. d30f53a SMC911X: Fix using of dereferenced skb after netif_rx by Wang Chen · 17 years ago
  64. 7b31f7f smc911x: Fix multicast handling by Peter Korsgaard · 17 years ago
  65. a9b121c smc911x: Fix unused variable warning. by Peter Korsgaard · 17 years ago
  66. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  67. 726d722 smc911x irq sense request and MPR2 board support by Markus Brunner · 17 years ago
  68. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  69. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  70. f2773a2 smc911x: fix compilation breakage by Vitaly Wool · 17 years ago
  71. b4cf205 smc911x: fix compilation breakage wjen debug is on by Vitaly Wool · 17 years ago
  72. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  73. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 22 years ago
  74. 24d8f6a [PATCH] net/smc911x: match up spin lock/unlock by Peter Korsgaard · 17 years ago
  75. ef8142a [PATCH] smc911 workqueue fixes by Andrew Morton · 17 years ago
  76. 9b6d2ef [PATCH] smc911x: fix netpoll compilation faliure by Vitaly Wool · 17 years ago
  77. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  78. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  79. 846050d Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 18 years ago
  80. a4d0927 [PATCH] smc911x: Re-release spinlock on spurious interrupt by Peter Korsgaard · 18 years ago
  81. bcd6837 [PATCH] remove unnecessary config.h includes from drivers/net/ by Dave Jones · 18 years ago
  82. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  83. d5498be [netdrvr smc911x] trim trailing whitespace by Jeff Garzik · 18 years ago
  84. 0a0c72c [PATCH] RE: [PATCH 1/1] net driver: Add support for SMSC LAN911x line of ethernet chips by Dustin McIntire · 18 years ago