1. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  2. 75ed0a8 drivers/net/cxgb3: Use kzalloc for allocating only one thing by Julia Lawall · 15 years ago
  3. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  4. ccdddf5 cxgb3: Fixing EEH handlers by Breno Leitao · 15 years ago
  5. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  6. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  7. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  8. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  9. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  10. 70e3bb5 cxgb3: fix premature page unmap by Divy Le Ray · 15 years ago
  11. 34336ec cxgb3: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  12. 10e85f7 cxgb3: Set the rxq by Krishna Kumar · 15 years ago
  13. 0d9a40d cxgb3: No need to wake queue in xmit handler by Krishna Kumar · 15 years ago
  14. f14d42f cxgb3: Added private MAC address and provisioning packet handler for iSCSI by Karen Xie · 15 years ago
  15. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  16. fa0d4c1 RDMA/cxgb3: Handle port events properly by Steve Wise · 15 years ago
  17. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  18. 9073e3a cxgb3: fix 2 ports 1G regression by Divy Le Ray · 15 years ago
  19. 88e7b76 cxgb3: fix Gen2 pci default settings by Divy Le Ray · 15 years ago
  20. 9450526 cxgb3: fix EDC filename string by Divy Le Ray · 15 years ago
  21. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  22. e594e96 cxgb3: Fix crash caused by stashing wrong netdev_queue by Roland Dreier · 15 years ago
  23. 34701fd cxgb3: Drain Mac Tx fifo when the port goes down. by Divy Le Ray · 15 years ago
  24. 88045b3 cxgb3: fix mac index mapping by Divy Le Ray · 15 years ago
  25. dce7d1d cxgb3: Fix mss table initialization by Divy Le Ray · 15 years ago
  26. 2e8c07c cxgb3: use request_firmware() for the EDC registers setup by Divy Le Ray · 15 years ago
  27. 5e65951 cxgb3: AEL2020 phy support update by Divy Le Ray · 15 years ago
  28. cfe2462 cxgb3: Fix T3C MAC max packet size access by Divy Le Ray · 15 years ago
  29. 619f05c cxgb3: fix phy power down by Divy Le Ray · 15 years ago
  30. 2c3d50f cxgb3: AQ100X phy support update by Divy Le Ray · 15 years ago
  31. 74b793e cxgb3: remove __GFP_NOFAIL usage by Divy Le Ray · 15 years ago
  32. 56c8f14 cxgb3: minor aq100x phy fixes by Divy Le Ray · 15 years ago
  33. 6ba5f9c cxgb3: Update FW to 7.4.0 by Divy Le Ray · 15 years ago
  34. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  35. f22a563 cxgb3: add support for the Aquantia 10G-BT phy by Divy Le Ray · 15 years ago
  36. 7445142 cxgb3: Add Aeluros 2020 phy support by Divy Le Ray · 15 years ago
  37. c3a8c5b cxgb3: move away from LLTX by Divy Le Ray · 15 years ago
  38. c22c814 cxgb3: link fault fixes by Divy Le Ray · 15 years ago
  39. 10b6d95 cxgb3: fix dma mapping regression by Divy Le Ray · 15 years ago
  40. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
  41. 86c890a cxgb3: set phy's mdio dev before the phy init sequence by Divy Le Ray · 15 years ago
  42. 6431833 cxgb3: Use generic XENPAK LASI register definitions by Ben Hutchings · 15 years ago
  43. d252a5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  44. 00b64f2 cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of ‘!’ by Sergey Senozhatsky · 15 years ago
  45. 0f07c4e cxgb3: Use generic MDIO definitions and mdio_mii_ioctl() by Ben Hutchings · 15 years ago
  46. e5e9743 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  47. e8d1937 cxgb3: Fix EEH final recovery attempt by Divy Le Ray · 15 years ago
  48. 2c2f409 cxgb3: Fix potential msi-x vector leak by Divy Le Ray · 15 years ago
  49. c80b0c2 cxgb3: fix workqueue flush issues by Divy Le Ray · 15 years ago
  50. 3851c66 cxgb3: fix link fault handling by Divy Le Ray · 15 years ago
  51. 76620aa gro: New frags interface to avoid copying shinfo by Herbert Xu · 15 years ago
  52. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  53. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  54. 5e68b77 cxgb3: map entire Rx page, feed map+offset to Rx ring. by Divy Le Ray · 15 years ago
  55. 952cdf3 cxgb3: differentiate portx and Tx channels by Divy Le Ray · 15 years ago
  56. 68f40c1 cxgb3: use resource_size_t for mmio declarations by Divy Le Ray · 15 years ago
  57. 3fa58c88 cxgb3: sge setup fixes by Divy Le Ray · 15 years ago
  58. 3156378 cxgb3: start qset timers when setup succeeded by Divy Le Ray · 15 years ago
  59. 3bcb125 cxgb3: update driver version by Divy Le Ray · 15 years ago
  60. d9507a5 cxgb3: update FW by Divy Le Ray · 15 years ago
  61. bf79209 cxgb3: detect mac link faults. by Divy Le Ray · 15 years ago
  62. cd40658 cxgb3: Update Rev3 mac workaround by Divy Le Ray · 15 years ago
  63. fc88219 cxgb3: disable high freq non-data interrupts by Divy Le Ray · 15 years ago
  64. 42c8ea1 cxgb3: separate TX and RX reclaim handlers by Divy Le Ray · 15 years ago
  65. b2b964f cxgb3: prefetch buffer access in GRO mode by Divy Le Ray · 15 years ago
  66. 8f43580 cxgb3: fix skb truesize in jumbo mode by Divy Le Ray · 15 years ago
  67. 9bb2b31 cxgb3: release page ref on mapping error by Divy Le Ray · 15 years ago
  68. 26b3871 cxgb3: ring rx door bell less frequently by Divy Le Ray · 15 years ago
  69. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  70. ce03aad cxgb3: Add support for PCI ID 0x35. by Divy Le Ray · 16 years ago
  71. a243f84 drivers/net/cxgb3: fix sparse warnings: fix signedness by Hannes Eder · 16 years ago
  72. 97915b5 drivers/net/cxgb3: fix sparse warning: symbol shadows an earlier one by Hannes Eder · 16 years ago
  73. 7870389 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  74. 65ab838 cxgb3: Fix lro switch by Divy Le Ray · 16 years ago
  75. 0c8dfc8 net: Add skb_record_rx_queue() calls to multiqueue capable drivers. by David S. Miller · 16 years ago
  76. cb0bc20 cxgb3: Notify fatal errors by Divy Le Ray · 16 years ago
  77. 7be2df4 cxgb3: Replace LRO with GRO by Herbert Xu · 16 years ago
  78. 5cda936 cxgb3: ease msi-x settings conditions by Divy Le Ray · 16 years ago
  79. eed087e cxgb3: Fix LRO misalignment by Divy Le Ray · 16 years ago
  80. 47fd23f cxgb3: Keep LRO off if disabled when interface is down by Roland Dreier · 16 years ago
  81. 4d8cd00 cxgb3: add control to access embedded images by Divy Le Ray · 16 years ago
  82. af8eca5 drivers/net/cxgb3: comment out dead code by Hannes Eder · 16 years ago
  83. a109a5b cxgb3: manage private iSCSI IP address by Karen Xie · 16 years ago
  84. 8207bef cxgb3: untie strict FW matching by Divy Le Ray · 16 years ago
  85. 82ad332 cxgb3: Add multiple Tx queue support. by Divy Le Ray · 16 years ago
  86. c5419e6 cxgb3: Fix sparse warning and micro-optimize is_pure_response() by Roland Dreier · 16 years ago
  87. 851fd7b cxgb3: Update FW loading path. by Divy Le Ray · 16 years ago
  88. 5256554 cxgb3: avoid potential memory leak. by Divy Le Ray · 16 years ago
  89. 43a944f cxgb3: set hard_xmit in the netdev_ops by Divy Le Ray · 16 years ago
  90. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  91. dd75269 cxgb3: convert to net_device_ops by Stephen Hemminger · 16 years ago
  92. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  93. cf3760d RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. by Steve Wise · 16 years ago
  94. f9ee388 cxgb3 - Limit multiqueue setting to msi-x by Divy Le Ray · 16 years ago
  95. 9f64306 cxgb3 - eeprom read fixes by Divy Le Ray · 16 years ago
  96. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  97. 04ecb07 cxgb3 - enable lro control through ethtool by Divy Le Ray · 16 years ago
  98. 6d329af cxgb3: Fix kernel crash caused by uninitialized l2t_entry.arpq by Roland Dreier · 16 years ago
  99. a02d44a cxgb3: extend copyrights to 2008 by Divy Le Ray · 16 years ago
  100. fe642eb cxgb3: update driver version by Divy Le Ray · 16 years ago