1. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  2. 42cb7a2 r6040: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  3. 31cf344 r6040: use ETH_ZLEN instead of MISR for SKB length checking by Florian Fainelli · 11 years ago
  4. 4f8d9f3 r6040: add delays in MDIO read/write polling loops by Florian Fainelli · 11 years ago
  5. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  6. 726a2fbe net: r6040: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  7. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  8. 09e7fae r6040: check MDIO register busy waiting result by Florian Fainelli · 12 years ago
  9. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  10. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  11. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  12. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  13. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  14. f1e2426 r6040: remove __dev* attributes by Bill Pemberton · 12 years ago
  15. 36efc94 r6040: use module_pci_driver macro by Devendra Naga · 12 years ago
  16. 8ce5c9f r6040: remove duplicate call to the pci_set_drvdata by Devendra Naga · 12 years ago
  17. 20571d8 r6040: Do a Proper deinit at errorpath and also when driver unloads (calling r6040_remove_one) by Devendra Naga · 12 years ago
  18. acaf827 r6040: disable pci device if the subsequent calls (after pci_enable_device) fails by Devendra Naga · 12 years ago
  19. 1caf09d r6040: update copyright from 2007 to now by Florian Fainelli · 12 years ago
  20. 31171ae r6040: define and use bits of register PHY_CC by Florian Fainelli · 12 years ago
  21. 940ff7e r6040: define and use MTPR transmit enable bit by Florian Fainelli · 12 years ago
  22. 8dd87a2 r6040: define and use MLSR register bits by Florian Fainelli · 12 years ago
  23. 3440ecc r6040: fix typo on stats update in tx path by Florian Fainelli · 12 years ago
  24. 2fa15bb r6040: add a MAC operation timeout define by Florian Fainelli · 12 years ago
  25. 0db0cfc r6040: remove unused variable mcr1 from private structure by Florian Fainelli · 12 years ago
  26. 90f750a r6040: consolidate MAC reset to its own function by Florian Fainelli · 12 years ago
  27. d88e102 r6040: Support the get_ts_info ethtool method. by Richard Cochran · 12 years ago
  28. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  29. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  30. 77e1e43 r6040: fix typo in use of MCR0 register bits by Cesar Eduardo Barros · 13 years ago
  31. 4852968 r6040: place comments before code by Florian Fainelli · 13 years ago
  32. 853d5dc r6040: use __aligned(size) by Florian Fainelli · 13 years ago
  33. e147763 r6040: use definitions for MAC_SM register read/writes by Florian Fainelli · 13 years ago
  34. 58dbc69 r6040: use MAC_RST bit definition with MCR1 read/writes by Florian Fainelli · 13 years ago
  35. 4e16d6e r6040: define more MCR0 register bits by Florian Fainelli · 13 years ago
  36. 49f2672 r6040: remove unused variables and definitions by Florian Fainelli · 13 years ago
  37. 817380e r6040: use an unique MDIO bus name by Florian Fainelli · 13 years ago
  38. bbc13ab r6040: fix check against MCRO_HASHEN bit in r6040_multicast_list by Florian Fainelli · 13 years ago
  39. 5bdc4f5 r6040: bump version to 0.28 and date to 07Oct2011. by Florian Fainelli · 13 years ago
  40. 06e92c3 r6040: invoke phy_{start,stop} when appropriate by Florian Fainelli · 13 years ago
  41. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  42. 58565a3 r6040: Move the RDC driver by Jeff Kirsher · 13 years ago[Renamed from drivers/net/r6040.c]
  43. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  44. 0d9b6e7 r6040: only disable RX interrupt if napi_schedule_prep is successful by Michael Thalmeier · 13 years ago
  45. 2aa8f4c r6040: fix race in transmit time stamping. by Richard Cochran · 13 years ago
  46. 7c4bb9f r6040: enable transmit time stamping. by Richard Cochran · 13 years ago
  47. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  48. 86f99ff r6040: bump to version 0.27 and date 23Feb2011 by Florian Fainelli · 14 years ago
  49. c60c9c7 r6040: fix multicast operations by Shawn Lin · 14 years ago
  50. 9c86c0f net: r6040: Return proper error for r6040_init_one by Axel Lin · 14 years ago
  51. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  52. e226930 r6040: Fix multicast filter some more by Ben Hutchings · 14 years ago
  53. 42099d7 net: r6040: store BIOS default MAC in perm_add by Otavio Salvador · 14 years ago
  54. ced1de4 r6040: Free irq line on error path by Denis Kirjanov · 14 years ago
  55. 2154c704 r6040: fix all checkpatch errors and warnings by Florian Fainelli · 14 years ago
  56. 4cfa580 r6040: Fix args to phy_mii_ioctl(). by David S. Miller · 14 years ago
  57. 92c4bbf r6040: bump version to 0.26 and date to 30 May 2010 by Florian Fainelli · 14 years ago
  58. 3831861 r6040: implement phylib by Florian Fainelli · 14 years ago
  59. ce26b4d r6040: fix link checking with switches by Florian Fainelli · 14 years ago
  60. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  61. 7d53b80 r6040: use (dev|netdev)_<level> macros helpers by Florian Fainelli · 14 years ago
  62. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  63. 4a1032f Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  64. 3bcf822 r6040: fix r6040_multicast_list by Florian Fainelli · 14 years ago
  65. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  66. 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
  67. f9dcbcc net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 by Jiri Pirko · 15 years ago
  68. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  69. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  70. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  71. 91dcbf3 drivers/net/r6040.c: remove exceptional & on function name by Julia Lawall · 15 years ago
  72. 3fa8486 r6040: fix version printing by Florian Fainelli · 15 years ago
  73. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  74. 9818f66 r6040: bump to version 0.25 and 20 August 2009 release date by Florian Fainelli · 15 years ago
  75. e03f614 r6040: move down second PHY detection to r6040_init_one by Mark Kelly · 15 years ago
  76. d516478 r6040: remove unused pioaddr variable by Mark Kelly · 15 years ago
  77. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  78. c3b8542 r6040: bump driver version to 0.24 and date to 08 July 2009 by Florian Fainelli · 15 years ago
  79. 35976d4 r6040: restore MIER register correctly when IRQ line is shared by Florian Fainelli · 15 years ago
  80. 6f5bec1 Minor code cleanup in drivers/net/r6040.c by Michael Opdenacker · 15 years ago
  81. 824fb38 r6040: check and update media status by Florian Fainelli · 15 years ago
  82. ba1cd54 r6040: bump version to 0.23 and date to 05May2009 by Florian Fainelli · 15 years ago
  83. c8014fe r6040: check for absent PHY by Florian Fainelli · 15 years ago
  84. bc4de26 r6040: set MODULE_VERSION by Florian Fainelli · 15 years ago
  85. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  86. 8ca5198 Bump release date to 25Mar2009 and version to 0.22 by Florian Fainelli · 15 years ago
  87. 2a30ca8 r6040: Fix second PHY address by Florian Fainelli · 15 years ago
  88. 5b5103e drivers/net/r6040.c: fix sparse warning: Using plain integer as NULL pointer by Hannes Eder · 16 years ago
  89. 05bee47 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  90. a7a41ac r6040: Remove unused variable pdev from drivers/net/r6040.c by Manish Katiyar · 16 years ago
  91. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  92. fe96aaa netdev: add missing set_mac_address hook by Stephen Hemminger · 16 years ago
  93. e56e356 r6040: bump release to 0.21 by Florian Fainelli · 16 years ago
  94. 9f11361 r6040: generate random ethernet MAC address when not initialized by Florian Fainelli · 16 years ago
  95. 58854c6 r6040: fix ifconfig down and freeing of tx/rx descriptors by Florian Fainelli · 16 years ago
  96. b8c31da r6040: bump release number to 0.20 by Florian Fainelli · 16 years ago
  97. 1d2b1a7 r6040: warn about MAC address being unset by Florian Fainelli · 16 years ago
  98. 84314bf r6040: check PHY status when bringing interface up by Florian Fainelli · 16 years ago
  99. 9a48ce8 r6040: make printks consistent with DRV_NAME by Florian Fainelli · 16 years ago
  100. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago