1. cbf9ca6 tg3: Allow DMAs to cross cacheline boundaries by Matt Carlson · 15 years ago
  2. 615774f tg3: Use tg3_start_xmit_dma_bug for 5717 A0 by Matt Carlson · 15 years ago
  3. e849cdc tg3: Add new HW_TSO_3 flag for 5717 by Matt Carlson · 15 years ago
  4. 507399f tg3: Refine TSO and MSI discovery by Matt Carlson · 15 years ago
  5. f66a29b tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3 by Matt Carlson · 15 years ago
  6. 24f4efd tg3: Napify tg3_start_xmit_dma_bug() by Matt Carlson · 15 years ago
  7. 87668d3 tg3: Don't touch RCB nic addresses by Matt Carlson · 15 years ago
  8. c2060fe tg3: Add 5717 phy ID by Matt Carlson · 15 years ago
  9. 123b43e tg3: Update version to 3.103 by Matt Carlson · 15 years ago
  10. 52fae08 tg3 / broadcom: Optionally disable TXC if no link by Matt Carlson · 15 years ago
  11. c704dc2 tg3 / broadcom: Add APD support for GPHYs by Matt Carlson · 15 years ago
  12. 32e5a8d tg3 / broadcom: Add code to disable rxc refclk by Matt Carlson · 15 years ago
  13. cdd4e09d tg3 / broadcom: Refine AC131 APD support by Matt Carlson · 15 years ago
  14. 63a14ce tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flag by Matt Carlson · 15 years ago
  15. c73430d tg3: Add 50610M phy ID for 5785 by Matt Carlson · 15 years ago
  16. 303fc92 tg3: Extend loopback test timeout by Matt Carlson · 15 years ago
  17. c3df074 tg3: 5785: Set port mode to MII when link down by Matt Carlson · 15 years ago
  18. 0e5f784 tg3: Add AC131 power down support by Matt Carlson · 15 years ago
  19. 788a035 tg3: Improve 5785 PCIe performance by Matt Carlson · 15 years ago
  20. a21771d tg3: Add more PCI DMA map error checking by Matt Carlson · 15 years ago
  21. 52cdf85 tg3: Prevent a PCIe tx glitch by Matt Carlson · 15 years ago
  22. 3f0e3ad tg3: Convert PHY_ADDR => TG3_PHY_MII_ADDR by Matt Carlson · 15 years ago
  23. f40386c tg3: Fix disappearing 57780 devices by Matt Carlson · 15 years ago
  24. 92c6b8d tg3: Fix 5906 transmit hangs by Matt Carlson · 15 years ago
  25. 0e1406d tg3: Assign flags to fixes in start_xmit_dma_bug by Matt Carlson · 15 years ago
  26. 24bb4fb tg3: Fix phylib locking strategy by Matt Carlson · 15 years ago
  27. 5ea1c50 tg3: Fix return ring size breakage by Matt Carlson · 15 years ago
  28. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  29. daf09de tg3: Update version to 3.102 by Matt Carlson · 15 years ago
  30. 882e979 tg3: Add MDIO bus address assignments by Matt Carlson · 15 years ago
  31. a1b950d tg3: Add 5717 NVRAM detection routines by Matt Carlson · 15 years ago
  32. f6eb9b1 tg3: Add 5717 asic rev by Matt Carlson · 15 years ago
  33. 8d9d7cf tg3: Assign rx ret producer indexes by vector by Matt Carlson · 15 years ago
  34. 0c1d0e2 tg3: Adjust RSS ring allocation strategies by Matt Carlson · 15 years ago
  35. baf8a94 tg3: Add RSS support by Matt Carlson · 15 years ago
  36. b6080e1 tg3: Add coalesce parameters for msix vectors by Matt Carlson · 15 years ago
  37. fed9781 tg3: Enable NAPI instances for other int vectors by Matt Carlson · 15 years ago
  38. fe5f578 tg3: Add TSS support by Matt Carlson · 15 years ago
  39. 89aeb3b tg3: Update intmbox and coal_now for msix by Matt Carlson · 15 years ago
  40. f77a6a8 tg3: Add tx and rx ring resource tracking by Matt Carlson · 15 years ago
  41. 646c9ed tg3: Add mailbox assignments by Matt Carlson · 15 years ago
  42. 679563f tg3: Add MSI-X support by Matt Carlson · 15 years ago
  43. 4f125f4 tg3: Add support code around kernel interrupt API by Matt Carlson · 15 years ago
  44. 2d31eca tg3: Create tg3_rings_reset() by Matt Carlson · 15 years ago
  45. fd2ce37 tg3: Add per-int coalesce now member by Matt Carlson · 15 years ago
  46. f19af9c tg3: inline tg3_cond_int() by Matt Carlson · 15 years ago
  47. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  48. fc57e51 tg3: Update version to 3.101 by Matt Carlson · 15 years ago
  49. f3f3f27 tg3: Move per-int tx members to a per-int struct by Matt Carlson · 15 years ago
  50. 7233448 tg3: Move per-int rx members to per-int struct by Matt Carlson · 15 years ago
  51. 898a56f tg3: Move general int members to a per-int struct by Matt Carlson · 15 years ago
  52. 17375d2 tg3: Convert napi handlers to use tnapi by Matt Carlson · 15 years ago
  53. 09943a1 tg3: Convert ISR parameter to tnapi by Matt Carlson · 15 years ago
  54. 8ef0442 tg3: Move napi to per-int struct by Matt Carlson · 15 years ago
  55. 07b0173 tg3: Cleanup interrupt setup / teardown by Matt Carlson · 15 years ago
  56. 79ed5ac tg3: Use ext rx bds by Matt Carlson · 15 years ago
  57. 21f581a tg3: Create a new prodring_set structure by Matt Carlson · 15 years ago
  58. cf7a729 tg3: Create rx producer ring setup routines by Matt Carlson · 15 years ago
  59. 287be12 tg3: Clarify rx buffer relationships by Matt Carlson · 15 years ago
  60. 8f666b0 tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flags by Matt Carlson · 15 years ago
  61. fdb72b3 tg3: Break out mini producer ring handling by Matt Carlson · 15 years ago
  62. 8590a60 tg3: Reformat NVRAM case statements by Matt Carlson · 15 years ago
  63. 2befdce tg3: Add new 5785 10/100 only device ID by Matt Carlson · 15 years ago
  64. 0a9140c tg3: Delay mdio bus init until fw finishes by Matt Carlson · 15 years ago
  65. f656f39 tg3: Update version to 3.100 by Matt Carlson · 15 years ago
  66. 7f97a4b tg3: Convert code to use PHY_IS_FET by Matt Carlson · 15 years ago
  67. 535ef6e tg3: Create MII_TG3_FET namespace by Matt Carlson · 15 years ago
  68. bb85fbb tg3: Tune 5785 clock switching by Matt Carlson · 15 years ago
  69. 5e7ccf2 tg3: Add 57788, remove 57720 by Matt Carlson · 15 years ago
  70. e712699 tg3: Preserve PCIe MPS setting for new devs by Matt Carlson · 15 years ago
  71. 29ea095 tg3: Fix TSO test against wrong flags var by Matt Carlson · 15 years ago
  72. 255ca31 tg3: Prevent tx BD corruption by Matt Carlson · 15 years ago
  73. 521e6b9 tg3: Fix 57780 asic rev PCIe link receiver errors by Matt Carlson · 15 years ago
  74. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  75. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 15 years ago
  76. bb9e63e tg3: Update version to 3.99 by Matt Carlson · 15 years ago
  77. daba2a6 tg3: Restore LAA sooner in shutdown sequence by Matt Carlson · 15 years ago
  78. 9cf74eb tg3: Limit CLKREQ fix to A[01] of 57780 asic rev by Matt Carlson · 15 years ago
  79. 8d519ab tg3: Allow 5761 WOL and LED fixes to 5761S too by Matt Carlson · 15 years ago
  80. 33466d9 tg3: Prevent send BD corruption by Matt Carlson · 15 years ago
  81. df259d8 tg3: Handle NVRAM absent cases by Matt Carlson · 15 years ago
  82. 624f8e5 tg3: Allow screaming interrupt detection by Matt Carlson · 15 years ago
  83. 62cedd1 tg3: Fix SEEPROM accesses by Matt Carlson · 15 years ago
  84. 0d489ff tg3: fix big endian MAC address collection failure by James Bottomley · 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. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 15 years ago
  87. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  88. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  89. 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 16 years ago
  90. 1383bdb tg3: Add GRO support. by David S. Miller · 15 years ago
  91. 0d2a506 tg3: Update copyright and version by Matt Carlson · 15 years ago
  92. a6f6cb1 tg3: Add version reporting for hardware selfboot by Matt Carlson · 15 years ago
  93. 7fd7644 tg3: Add DASH firmware version reporting by Matt Carlson · 15 years ago
  94. ff3a7cb tg3: Add legacy bootcode version decoding by Matt Carlson · 15 years ago
  95. acd9c11 tg3: Refactor firmware version routines by Matt Carlson · 15 years ago
  96. 6d348f2 tg3: Eliminate tg3_nvram_read_swab() by Matt Carlson · 15 years ago
  97. a9dc529 tg3: Correct NVRAM stream endian notations by Matt Carlson · 15 years ago
  98. e4f3411 tg3: Invert nvram_read() and nvram_read_swab() by Matt Carlson · 15 years ago
  99. ffbcfed tg3: Eliminate nvram routine forward declarations by Matt Carlson · 15 years ago
  100. 844b3ee tg3: Refine tg3_vlan_rx_register() by Matt Carlson · 15 years ago