1. 646c9ed tg3: Add mailbox assignments by Matt Carlson · 15 years ago
  2. 679563f tg3: Add MSI-X support by Matt Carlson · 15 years ago
  3. 4f125f4 tg3: Add support code around kernel interrupt API by Matt Carlson · 15 years ago
  4. 2d31eca tg3: Create tg3_rings_reset() by Matt Carlson · 15 years ago
  5. fd2ce37 tg3: Add per-int coalesce now member by Matt Carlson · 15 years ago
  6. f19af9c tg3: inline tg3_cond_int() by Matt Carlson · 15 years ago
  7. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  8. fc57e51 tg3: Update version to 3.101 by Matt Carlson · 15 years ago
  9. f3f3f27 tg3: Move per-int tx members to a per-int struct by Matt Carlson · 15 years ago
  10. 7233448 tg3: Move per-int rx members to per-int struct by Matt Carlson · 15 years ago
  11. 898a56f tg3: Move general int members to a per-int struct by Matt Carlson · 15 years ago
  12. 17375d2 tg3: Convert napi handlers to use tnapi by Matt Carlson · 15 years ago
  13. 09943a1 tg3: Convert ISR parameter to tnapi by Matt Carlson · 15 years ago
  14. 8ef0442 tg3: Move napi to per-int struct by Matt Carlson · 15 years ago
  15. 07b0173 tg3: Cleanup interrupt setup / teardown by Matt Carlson · 15 years ago
  16. 79ed5ac tg3: Use ext rx bds by Matt Carlson · 15 years ago
  17. 21f581a tg3: Create a new prodring_set structure by Matt Carlson · 15 years ago
  18. cf7a729 tg3: Create rx producer ring setup routines by Matt Carlson · 15 years ago
  19. 287be12 tg3: Clarify rx buffer relationships by Matt Carlson · 15 years ago
  20. 8f666b0 tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flags by Matt Carlson · 15 years ago
  21. fdb72b3 tg3: Break out mini producer ring handling by Matt Carlson · 15 years ago
  22. 8590a60 tg3: Reformat NVRAM case statements by Matt Carlson · 15 years ago
  23. 2befdce tg3: Add new 5785 10/100 only device ID by Matt Carlson · 15 years ago
  24. 0a9140c tg3: Delay mdio bus init until fw finishes by Matt Carlson · 15 years ago
  25. f656f39 tg3: Update version to 3.100 by Matt Carlson · 15 years ago
  26. 7f97a4b tg3: Convert code to use PHY_IS_FET by Matt Carlson · 15 years ago
  27. 535ef6e tg3: Create MII_TG3_FET namespace by Matt Carlson · 15 years ago
  28. bb85fbb tg3: Tune 5785 clock switching by Matt Carlson · 15 years ago
  29. 5e7ccf2 tg3: Add 57788, remove 57720 by Matt Carlson · 15 years ago
  30. e712699 tg3: Preserve PCIe MPS setting for new devs by Matt Carlson · 15 years ago
  31. 29ea095 tg3: Fix TSO test against wrong flags var by Matt Carlson · 15 years ago
  32. 255ca31 tg3: Prevent tx BD corruption by Matt Carlson · 15 years ago
  33. 521e6b9 tg3: Fix 57780 asic rev PCIe link receiver errors by Matt Carlson · 15 years ago
  34. 042a53a net: skb_shared_info optimization by Eric Dumazet · 16 years ago
  35. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 16 years ago
  36. bb9e63e tg3: Update version to 3.99 by Matt Carlson · 16 years ago
  37. daba2a6 tg3: Restore LAA sooner in shutdown sequence by Matt Carlson · 16 years ago
  38. 9cf74eb tg3: Limit CLKREQ fix to A[01] of 57780 asic rev by Matt Carlson · 16 years ago
  39. 8d519ab tg3: Allow 5761 WOL and LED fixes to 5761S too by Matt Carlson · 16 years ago
  40. 33466d93 tg3: Prevent send BD corruption by Matt Carlson · 16 years ago
  41. df259d8 tg3: Handle NVRAM absent cases by Matt Carlson · 16 years ago
  42. 624f8e5 tg3: Allow screaming interrupt detection by Matt Carlson · 16 years ago
  43. 62cedd1 tg3: Fix SEEPROM accesses by Matt Carlson · 16 years ago
  44. 0d489ff tg3: fix big endian MAC address collection failure by James Bottomley · 16 years ago
  45. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  46. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 16 years ago
  47. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  48. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  49. 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 16 years ago
  50. 1383bdb tg3: Add GRO support. by David S. Miller · 16 years ago
  51. 0d2a506 tg3: Update copyright and version by Matt Carlson · 16 years ago
  52. a6f6cb1 tg3: Add version reporting for hardware selfboot by Matt Carlson · 16 years ago
  53. 7fd7644 tg3: Add DASH firmware version reporting by Matt Carlson · 16 years ago
  54. ff3a7cb tg3: Add legacy bootcode version decoding by Matt Carlson · 16 years ago
  55. acd9c11 tg3: Refactor firmware version routines by Matt Carlson · 16 years ago
  56. 6d348f2 tg3: Eliminate tg3_nvram_read_swab() by Matt Carlson · 16 years ago
  57. a9dc529 tg3: Correct NVRAM stream endian notations by Matt Carlson · 16 years ago
  58. e4f3411 tg3: Invert nvram_read() and nvram_read_swab() by Matt Carlson · 16 years ago
  59. ffbcfed tg3: Eliminate nvram routine forward declarations by Matt Carlson · 16 years ago
  60. 844b3ee tg3: Refine tg3_vlan_rx_register() by Matt Carlson · 16 years ago
  61. 7e5856b tg3: Update ethtool set_settings error checks by Matt Carlson · 16 years ago
  62. f7b493e tg3: Drop non-VLAN rx pkts larger than the MTU by Matt Carlson · 16 years ago
  63. a6435f3 tg3: Fix 5906 link problems by Matt Carlson · 16 years ago
  64. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  65. f72b534 TG3: &&/|| confusion by Roel Kluin · 16 years ago
  66. 5e30589 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  67. d4675b5 TG3: limit reaches -1 by Roel Kluin · 16 years ago
  68. 3d16543 tg3: remove extra casting by Francois Romieu · 16 years ago
  69. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  70. 9e9fd12 tg3: Fix firmware loading by Matt Carlson · 16 years ago
  71. 077f849 firmware: convert tg3 driver to request_firmware() by Jaswinder Singh Rajput · 16 years ago
  72. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  73. d3d3170 tg3: Update version to 3.97 by Matt Carlson · 16 years ago
  74. aa10f27 tg3: tg3.h cleanups by Matt Carlson · 16 years ago
  75. 69fc405 tg3: Remove unused cfgspc device members by Matt Carlson · 16 years ago
  76. 027455a tg3: Cleanup IPV6 LSO by Matt Carlson · 16 years ago
  77. 2023276 tg3: WOL fixes by Matt Carlson · 16 years ago
  78. bc02ff9 net: Refactor full duplex flow control resolution by Steve Glendinning · 16 years ago
  79. e18ce34 net: Move flow control definitions to mii.h by Steve Glendinning · 16 years ago
  80. e245a38 tg3: Update version to 3.96 by Matt Carlson · 16 years ago
  81. 321d32a tg3: Add 57780 support by Matt Carlson · 16 years ago
  82. 2243584 tg3: Allow GPHY powerdown on 5761 by Matt Carlson · 16 years ago
  83. d5fe488 tg3: Embrace pci_ioremap_bar() by Matt Carlson · 16 years ago
  84. dfe00d7 tg3: Extract FW ver from alt NVRAM formats by Matt Carlson · 16 years ago
  85. 6833c04 tg3: Enable GPHY APD on select devices by Matt Carlson · 16 years ago
  86. 5e7dfd0 tg3: Prevent corruption at 10 / 100Mbps w CLKREQ by Matt Carlson · 16 years ago
  87. 52f4490 tg3: Qualify use of tp->pcix_cap by Matt Carlson · 16 years ago
  88. ad82926 tg3: Use NET_IP_ALIGN by Matt Carlson · 16 years ago
  89. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  90. 7c7d64b tg3: convert to net_device_ops by Stephen Hemminger · 16 years ago
  91. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  92. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  93. fa228b3 tg3: Update version to 3.95 by Matt Carlson · 16 years ago
  94. fcb389d tg3: 5785 enhancements by Matt Carlson · 16 years ago
  95. 9c61d6b tg3: Refine phylib support by Matt Carlson · 16 years ago
  96. 0a459aa tg3: Allow WOL for phylib controlled Broadcom phys by Matt Carlson · 16 years ago
  97. 05ac4cb tg3: Refine power management and WOL code by Matt Carlson · 16 years ago
  98. df59c94 tg3: Move phylib report to end of tg3_init_one by Matt Carlson · 16 years ago
  99. b2b98d4 tg3: Do not enable APE on bcm5700 by Matt Carlson · 16 years ago
  100. bcb37f6 tg3: Reclaim TG3_FLG3_5761_5784_AX_FIXES flag by Matt Carlson · 16 years ago