1. 5cb917b tg3: Fix to use multi queue BQL interfaces by Tom Herbert · 12 years ago
  2. 65ec698 tg3: Fix tg3_get_stats64 for 5700 / 5701 devs by Matt Carlson · 12 years ago
  3. a5a1195 tg3: fix ipv6 header length computation by Eric Dumazet · 13 years ago
  4. c3b5003 tg3: Fix single-vector MSI-X code by Matt Carlson · 13 years ago
  5. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  6. 9041547 tg3: Make the RSS indir tbl admin configurable by Matt Carlson · 13 years ago
  7. bcebcc4 tg3: Break out RSS indir table init and assignment by Matt Carlson · 13 years ago
  8. f88788f tg3: Use mii_advertise_flowctrl by Matt Carlson · 13 years ago
  9. 55086ad tg3: Add 57766 ASIC rev support by Matt Carlson · 13 years ago
  10. a4cb428 tg3: Make the TX BD DMA limit configurable by Matt Carlson · 13 years ago
  11. 4f27209 tg3: Enable EEE support for capable 10/100 devs by Matt Carlson · 13 years ago
  12. efab79c tg3: Update version to 3.122 by Matt Carlson · 13 years ago
  13. 4a2db50 tg3: Return flowctrl config through ethtool by Matt Carlson · 13 years ago
  14. 859edb2 tg3: Track LP advertising by Matt Carlson · 13 years ago
  15. e2bf73e tg3: Integrate flowctrl check into AN adv check by Matt Carlson · 13 years ago
  16. 92feeab tg3: Save stats across chip resets by Matt Carlson · 13 years ago
  17. 0e6c9da tg3: Remove ethtool stats member from dev struct by Matt Carlson · 13 years ago
  18. 298376d tg3: Support for byte queue limits by Tom Herbert · 13 years ago
  19. 2c55a3d tg3: Scale back code that modifies MRRS by Matt Carlson · 13 years ago
  20. cf9ecf4 tg3: Fix TSO CAP for 5704 devs w / ASF enabled by Matt Carlson · 13 years ago
  21. e348c5e tg3: Add MDI-X reporting by Matt Carlson · 13 years ago
  22. fa6b2aa tg3: Restrict large prod ring cap devices by Matt Carlson · 13 years ago
  23. 513aa6e tg3: Adjust BD replenish thresholds by Matt Carlson · 13 years ago
  24. f3791cd tg3: Make 1000Base-X FC resolution look like 1000T by Matt Carlson · 13 years ago
  25. 202ff1c tg3: Fix advertisement handling by Hiroaki SHIMODA · 13 years ago
  26. 9205fd9 tg3: switch to build_skb() infrastructure by Eric Dumazet · 13 years ago
  27. 37f0702 net: Change mii to ethtool advertisement function names by Matt Carlson · 13 years ago
  28. 28011cf net: Add ethtool to mii advertisment conversion helpers by Matt Carlson · 13 years ago
  29. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  30. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  31. 5ae7fa0 tg3: Update version to 3.121 by Matt Carlson · 13 years ago
  32. 5b19062 tg3: Eliminate timer race with reset_task by Matt Carlson · 13 years ago
  33. db21997 tg3: Schedule at most one tg3_reset_task run by Matt Carlson · 13 years ago
  34. 9dc5e34 tg3: Obtain PCI function number from device by Matt Carlson · 13 years ago
  35. 5bc0918 tg3: Fix irq alloc error cleanup path by Matt Carlson · 13 years ago
  36. ba1142e tg3: Fix 4k skb error recovery path by Matt Carlson · 13 years ago
  37. b9e4548 tg3: Fix 4k tx bd segmentation code by Matt Carlson · 13 years ago
  38. 78f94dc tg3: Fix APE mutex init and use by Matt Carlson · 13 years ago
  39. 4885543 |PATCH net-next] tg3: add tx_dropped counter by Eric Dumazet · 13 years ago
  40. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  41. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  42. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  43. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  44. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  45. 93a700a tg3: Code movement by Matt Carlson · 13 years ago
  46. 997b4f1 tg3: Eliminate tg3_halt_cpu() prototype by Matt Carlson · 13 years ago
  47. fd6d3f0 tg3: Eliminate tg3_write_sig_post_reset() prototype by Matt Carlson · 13 years ago
  48. 8d5a89b tg3: Eliminate tg3_stop_fw() prototype by Matt Carlson · 13 years ago
  49. 5b39de9 tg3: Add ability to turn off 1shot MSI by Matt Carlson · 13 years ago
  50. 81389f5 tg3: Remove tp->rx_offset term when unneeded by Matt Carlson · 13 years ago
  51. 7f23073 tg3: Fix missed MSI workaround by Matt Carlson · 13 years ago
  52. b99d2a5 tg3: Check all adv bits when checking config by Matt Carlson · 13 years ago
  53. dc234d0 tg3: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  54. eaa3666 tg3: Update version to 3.120 by Matt Carlson · 13 years ago
  55. 941ec90 tg3: Add external loopback support to selftest by Matt Carlson · 13 years ago
  56. 28a4595 tg3: Restructure tg3_test_loopback by Matt Carlson · 13 years ago
  57. 5e5a7f3 tg3: Pull phy int lpbk setup into separate func by Matt Carlson · 13 years ago
  58. 6e01b20 tg3: Consilidate MAC loopback code by Matt Carlson · 13 years ago
  59. 2215e24 tg3: Remove dead code by Matt Carlson · 13 years ago
  60. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  61. adfc521 broadcom: Move the Broadcom drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/tg3.c]
  62. a051294 tg3: Remove 5719 jumbo frames and TSO blocks by Matt Carlson · 13 years ago
  63. e31aa98 tg3: Break larger frags into 4k chunks for 5719 by Matt Carlson · 13 years ago
  64. 84b67b2 tg3: Add tx BD budgeting code by Matt Carlson · 13 years ago
  65. d1a3b73 tg3: Consolidate code that calls tg3_tx_set_bd() by Matt Carlson · 13 years ago
  66. e01ee14 tg3: Add partial fragment unmapping code by Matt Carlson · 13 years ago
  67. 0d681b2 tg3: Generalize tg3_skb_error_unmap() by Matt Carlson · 13 years ago
  68. 13350ea tg3: Remove short DMA check for 1st fragment by Matt Carlson · 13 years ago
  69. 92cd3a1 tg3: Simplify tx bd assignments by Matt Carlson · 13 years ago
  70. df8944c tg3: Reintroduce tg3_tx_ring_info by Matt Carlson · 13 years ago
  71. bda18fa tg3: Fix NVRAM selftest failures for 5720 devs by Matt Carlson · 13 years ago
  72. 535a490 tg3: Return size from tg3_vpd_readblock() by Matt Carlson · 13 years ago
  73. 3aa1cdf tg3: Fix int selftest for recent devices. by Matt Carlson · 13 years ago
  74. 9d53fa1 tg3: Fix RSS indirection table distribution by Matt Carlson · 13 years ago
  75. 5baa5e9 tg3: Add 5719 and 5720 to EEE_CAP list by Matt Carlson · 13 years ago
  76. b715ce9 tg3: Fix link down notify failure when EEE disabled by Matt Carlson · 13 years ago
  77. be67194 tg3: Fix link flap at 100Mbps with EEE enabled by Matt Carlson · 13 years ago
  78. 9e975cc tg3: Fix io failures after chip reset by Matt Carlson · 13 years ago
  79. cd0d722 tg3: Match power source to driver state by Matt Carlson · 13 years ago
  80. 3a1e19d tg3: Add function status reporting by Matt Carlson · 13 years ago
  81. 6f5c8f83 tg3: Create critical section around GPIO toggling by Matt Carlson · 13 years ago
  82. 69f11c9 tg3: Determine PCI function number in one place by Matt Carlson · 13 years ago
  83. bed9829 tg3: Check transitions to D0 power state by Matt Carlson · 13 years ago
  84. 1682128 tg3: Move power state transitions to init_one by Matt Carlson · 13 years ago
  85. c9cab24 tg3: Detect APE enabled devs earlier by Matt Carlson · 13 years ago
  86. 708ebb3 tg3: remove unnecessary read of PCI_CAP_ID_EXP by Jon Mason · 13 years ago
  87. d515b45 tg3: fix race in transmit time stamping. by Richard Cochran · 13 years ago
  88. 520b275 tg3: Create funcs for power source switching by Matt Carlson · 13 years ago
  89. 221c563 tg3: Migrate phy preprocessor defs to system defs by Matt Carlson · 13 years ago
  90. 5bb0977 tg3: Show flowctrl settings through get_settings() by Matt Carlson · 13 years ago
  91. 727a6d9 tg3: Add more selfboot formats to NVRAM selftest by Matt Carlson · 13 years ago
  92. eb69d56 tg3: Remove 4G_DMA_BNDRY_BUG flag by Matt Carlson · 13 years ago
  93. daf9a55 tg3: Remove 40BIT_DMA_LIMIT_BUG by Matt Carlson · 13 years ago
  94. 0e6cf6a tg3: Workaround tagged status update bug by Matt Carlson · 13 years ago
  95. 2669069 tg3: enable transmit time stamping. by Richard Cochran · 13 years ago
  96. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  97. 9a2e0fb tg3: Fix tg3_skb_error_unmap() by Matt Carlson · 13 years ago
  98. 1dcb14d Add Fujitsu 1000base-SX PCI ID to tg3 by Meelis Roos · 13 years ago
  99. 7196cd6 tg3: Add braces around 5906 workaround. by Matt Carlson · 13 years ago
  100. d542fe2 tg3: Fix NETIF_F_LOOPBACK error by Matt Carlson · 13 years ago