1. 40d15cd net: DM9000: Add support for byte EEPROM access by Ben Dooks · 13 years ago
  2. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  3. 6979d5d net: dm9000: Get the chip in a known good state before enabling interrupts by Mark Brown · 13 years ago
  4. 56d37f1 net: dm9000: Fix build by Mark Brown · 13 years ago
  5. c88fcb3 net: dm9000: convert to hw_features by Michał Mirosław · 13 years ago
  6. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  7. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  8. 85e6b8c DM9000: Allow randomised ethernet address by Ben Dooks · 13 years ago
  9. 108f518c DM9000B: Fix PHY power for network down/up by Henry Nestler · 13 years ago
  10. 8dde924 DM9000B: Fix reg_save after spin_lock in dm9000_timeout by Henry Nestler · 13 years ago
  11. ece4915 drivers/net: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  12. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  13. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  14. 380fefb dm9000: fix "BUG: spinlock recursion" by Baruch Siach · 14 years ago
  15. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  16. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  17. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  18. 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
  19. e1d4447 net: convert multiple drivers to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  20. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  21. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  22. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  23. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  24. c029f44 DM9000: Wake on LAN support by Ben Dooks · 15 years ago
  25. ec282e9 dm9000: Use resource_size instead of private macro by Tobias Klauser · 15 years ago
  26. 07fcb04 dm9000: Remove unnecessary memset of netdev private data by Tobias Klauser · 15 years ago
  27. 69222e2 dm9000: switch to dev_pm_ops by Mike Rapoport · 15 years ago
  28. 5dcc60b dm9000: add checksum offload support by Yeasah Pell · 15 years ago
  29. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  30. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  31. d88106b dm9000: convert to net_device_ops by Alexander Beregalov · 15 years ago
  32. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  33. e3162d3 dm9000: locking bugfix by David Brownell · 15 years ago
  34. 6817ba2 dm9000: Fix build error. by David S. Miller · 16 years ago
  35. 4cf1653 netdevice: safe convert to netdev_priv() #part-2 by Wang Chen · 16 years ago
  36. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  37. 93fbaae netdev: DM9000: remove BLACKFIN hacking in DM9000 netdev driver by Bryan Wu · 16 years ago
  38. fe41424 dm9000: Support MAC address setting through platform data. by Laurent Pinchart · 16 years ago
  39. f8e5e77 DM9000: Remove magic numbers by Ben Dooks · 16 years ago
  40. 6ff4ff0 DM9000: Remove DEFAULT_TRIGGER for request_irq() flags. by Ben Dooks · 16 years ago
  41. 2fcf06c DM9000: Add missing msleep() in EEPROM wait code. by Ben Dooks · 16 years ago
  42. f8dd0ec DM9000: Allow the use of the NSR register to get link status. by Ben Dooks · 16 years ago
  43. aa1eb45 DM9000: Use NSR to determine link-status on internal PHY by Ben Dooks · 16 years ago
  44. f8d79e7 DM9000: Cleanup source code - remove forward declerations by Ben Dooks · 16 years ago
  45. 59eae1f DM9000: Cleanup source code by Ben Dooks · 16 years ago
  46. 9088fa4f DM9000: Cleanups after the resource changes by Ben Dooks · 16 years ago
  47. 6d406b3 DM9000: Add support for DM9000A and DM9000B chips by Ben Dooks · 16 years ago
  48. 08c3f57 DM9000: Remove the 2 resources probe scheme. by Laurent Pinchart · 16 years ago
  49. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  50. 5bceeda [netdrvr] dm9000: use delayed work to update mii phy state fix by Andrew Morton · 16 years ago
  51. 63fe46d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  52. 7d2e3cb [netdrvr] Trim trailing whitespace for several drivers by Jeff Garzik · 16 years ago
  53. 8f5bf5f2 DM9000: Use delayed work to update MII PHY state by Ben Dooks · 16 years ago
  54. 37d5dca DM9000: Update and fix driver debugging messages by Enrico Scholz · 16 years ago
  55. e21fd4f0 DM9000: Add __devinit and __devexit attributes to probe and remove by Enrico Scholz · 16 years ago
  56. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  57. 8b9fc8a dm9000 trivial annotation by Al Viro · 16 years ago
  58. 23d245b dm9000: Support promisc and all-multi modes by Peter Korsgaard · 16 years ago
  59. 179c743 DM9000: Show the MAC address source after printing MAC by Ben Dooks · 16 years ago
  60. 513b6be DM9000: Update retry count whilst identifying chip by Ben Dooks · 16 years ago
  61. f42d8ae DM9000: Add support for MII ioctl() calls by Ben Dooks · 16 years ago
  62. bb44fb70 DM9000: Add platform flag for no attached EEPROM by Ben Dooks · 16 years ago
  63. 073d3f4 DM9000: Remove redudant use of "& 0xff" by Ben Dooks · 16 years ago
  64. d39cb786 DM9000: Remove cal_CRC() and use ether_crc_le instead by Ben Dooks · 16 years ago
  65. 39c341a DM9000: Fix delays used by EEPROM read and write by Ben Dooks · 16 years ago
  66. c991d16 DM9000: Use netif_msg to enable debugging options by Ben Dooks · 16 years ago
  67. 41c340f DM9000: Remove unnecessary changelog in header comment by Ben Dooks · 16 years ago
  68. 621ddcb DM9000: Ensure spinlock held whilst accessing EEPROM registers by Ben Dooks · 16 years ago
  69. 3927f1c DM9000: Remove EEPROM initialisation code. by Ben Dooks · 16 years ago
  70. e662ee0 DM9000: Add ethtool control of msg_enable value by Ben Dooks · 16 years ago
  71. 29d52e5 DM9000: Add ethtool support for reading and writing EEPROM by Ben Dooks · 16 years ago
  72. 9a2f037 DM9000: Add mutex to protect access by Ben Dooks · 16 years ago
  73. 86c62fa DM9000: Remove barely used SROM array read. by Ben Dooks · 16 years ago
  74. 321f69a DM9000: Use msleep() instead of udelay() by Ben Dooks · 16 years ago
  75. 89c8b0e DM9000: Do not sleep with spinlock and IRQs held by Ben Dooks · 16 years ago
  76. 7da9985 DM9000: Add initial ethtool support by Ben Dooks · 16 years ago
  77. fcfa81a DM9000: Remove old timer based poll routines by Ben Dooks · 16 years ago
  78. 1a5f1c4 DM9000: Pass IRQ flags via platform resources by Ben Dooks · 16 years ago
  79. 5b2b4ff DM9000 update debugging macros to use debug level by Ben Dooks · 16 years ago
  80. a76836f DM9000 use dev_xxx() instead of printk for output. by Ben Dooks · 16 years ago
  81. 33ba509 DM9000: Add platform data to specify external phy by Ben Dooks · 16 years ago
  82. 9311657 DM9000: Fix endian-ness of data accesses. by Ben Dooks · 16 years ago
  83. 4e4fc05 [ARM] 4762/1: Basic support for Toradex Colibri module by Daniel Mack · 16 years ago
  84. 418d6f8 DM9000 initialization fix by Mike Rapoport · 17 years ago
  85. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  86. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  87. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  88. c46ac94 DM9000: fix interface hang under load by Florian Westphal · 17 years ago
  89. f40d24d Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-level io routines by Alex Landau · 17 years ago
  90. 6478fac drivers/net/dm9000: Convert to generic boolean by Richard Knutsson · 17 years ago
  91. 9fd9f9b DM9000: fix use of kfree() on net device by Ben Dooks · 17 years ago
  92. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  93. 2843114 [PATCH] misc arm pt_regs fixes by Al Viro · 18 years ago
  94. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  95. 5198548 [PATCH] Fix dm9000 release_resource by Dirk Opfer · 18 years ago
  96. 2fd0e33 [PATCH] net: Add netconsole support to dm9000 driver by Kevin Hao · 18 years ago
  97. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  98. 5d22a31 [PATCH] DM9000 - minor code cleanups by Ben Dooks · 18 years ago
  99. 19af5a8 [PATCH] DM9000 - do no re-init spin lock by Ben Dooks · 18 years ago
  100. 5b55dda [PATCH] DM9000 - check for MAC left in by bootloader by Ben Dooks · 18 years ago