1. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  2. 283a21d3 pcnet32: round off carrier watch timer by Stephen Hemminger · 16 years ago
  3. 3bc124d pcnet32: update to net_device_ops by Stephen Hemminger · 16 years ago
  4. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  5. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  6. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  7. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  8. b166cfb pcnet32: fix warning by Andrew Morton · 16 years ago
  9. 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
  10. 7d2e3cb [netdrvr] Trim trailing whitespace for several drivers by Jeff Garzik · 16 years ago
  11. 01935d7 pcnet32: delete non NAPI code from driver. by Don Fry · 16 years ago
  12. b3028cd pcnet32: Use print_mac by Don Fry · 16 years ago
  13. 232c564 pcnet32: use NET_IP_ALIGN instead of 2 by Don Fry · 16 years ago
  14. 4c3616c netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN by Alejandro Martinez Ruiz · 17 years ago
  15. d1d08d1 [NET]: Fix drivers to handle napi_disable() disabling interrupts. by David S. Miller · 17 years ago
  16. 4f1e5ba pcnet32: remove private net_device_stats structure by Don Fry · 17 years ago
  17. 6ad6c75 pcnet32: remove compile warnings in non-napi mode by Don Fry · 17 years ago
  18. feff348 pcnet32: fix non-napi packet reception by Don Fry · 17 years ago
  19. 3e33545 pcnet32: endianness by Al Viro · 17 years ago
  20. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  21. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  22. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  23. 917270c pcnet32: add suspend and resume capability by Don Fry · 17 years ago
  24. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  25. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  26. 8c7b7fa [NET]: Kill eth_copy_and_sum(). by David S. Miller · 17 years ago
  27. 1e56a4b pcnet32: change to use netdev_priv by Don Fry · 17 years ago
  28. 6ecb766 pcnet32: only allocate init_block dma consistent by Don Fry · 17 years ago
  29. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  30. b2cbbd8 pcnet32: Fix PCnet32 performance bug on non-coherent architecutres by Don Fry · 17 years ago
  31. c31f28e drivers/net: eliminate irq handler impossible checks, needless casts by Jeff Garzik · 18 years ago
  32. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  33. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  34. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  35. 7de745e [PATCH] pcnet32: NAPI implementation by Don Fry · 18 years ago
  36. 3904c32 [PATCH] pcnet32: break receive routine into two pieces. by Don Fry · 18 years ago
  37. 9691edd [PATCH] pcnet32: move/create receive and transmit routines by Don Fry · 18 years ago
  38. b368a3f [PATCH] pcnet32: magic number cleanup by Don Fry · 18 years ago
  39. 5c99346 [PATCH] pcnet32: remove unnecessary save/restore register accesses. by Don Fry · 18 years ago
  40. 8d8b032 Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 18 years ago
  41. 8d91626 [PATCH] pcnet32: break in 2.6.18-rc1 identified by Don Fry · 18 years ago
  42. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  43. ac5bfe4 [PATCH] pcnet32: Cleanup rx buffers after loopback test. by Don Fry · 18 years ago
  44. df27f4a [PATCH] pcnet32: Suspend the chip rather than restart when changing multicast/promisc by Don Fry · 18 years ago
  45. 06c8785 [PATCH] pcnet32: Handle memory allocation failures cleanly when resizing tx/rx rings by Don Fry · 18 years ago
  46. 12fa30f [PATCH] pcnet32: Use kcalloc instead of kmalloc and memset by Don Fry · 18 years ago
  47. 6dcd60c [PATCH] pcnet32: Fix off-by-one in get_ringparam by Don Fry · 18 years ago
  48. f2622a2 [PATCH] pcnet32: Use PCI_DEVICE macro by Don Fry · 18 years ago
  49. dcaf976 [PATCH] pcnet32: Fix Section mismatch error by Don Fry · 18 years ago
  50. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  51. 1f1bd5f [netdrvr] Remove long-unused bits from Becker template drivers by Jeff Garzik · 18 years ago
  52. a24b163 [PATCH] pcnet32: remove incorrect pcnet32_free_ring by Don Fry · 18 years ago
  53. bc0e1fc [PATCH] Janitor: drivers/net/pcnet32: fix incorrect comments by Linas Vepstas · 18 years ago
  54. 0b5bf22 [netdrvr] pcnet32: other source formatting cleanups by Jeff Garzik · 18 years ago
  55. 4a5e8e2 [netdrvr] pcnet32: Lindent by Jeff Garzik · 18 years ago
  56. ac62ef0 [PATCH] pcnet32: support boards with multiple phys by Don Fry · 18 years ago
  57. f71e130 Massive net driver const-ification. by Arjan van de Ven · 18 years ago
  58. 016cc85 [PATCH] pcnet32: use MAC address from prom also on powerpc by Olaf Hering · 19 years ago
  59. 4371dc6 [PATCH] pcnet32: Prevent hang with 79c976 by Don Fry · 19 years ago
  60. 2964bbd [PATCH] pcnet32: AT2700/2701 and Bugzilla 2699 & 4551 by Don Fry · 19 years ago
  61. a88c844 [PATCH] pcnet32: show name of failing device by Don Fry · 19 years ago
  62. 7620992 [PATCH] pcnet32: set min ring size to 4 by Hubert WS Lin · 19 years ago
  63. eabf041 [PATCH] pcnet32: set_ringparam implementation by Hubert WS Lin · 19 years ago
  64. db0276b [PATCH] pcnet32: support ETHTOOL_GPERMADDR by John W. Linville · 19 years ago
  65. 689be43 [NET]: Remove gratuitous use of skb->tail in network drivers. by David S. Miller · 19 years ago
  66. f17697a [PATCH] net/pcnet32: replace schedule_timeout() with msleep_interruptible() by Nishanth Aravamudan · 19 years ago
  67. 1bcd315 [PATCH] pcnet32: fix resource leak with loopback test by Don Fry · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago