aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11cxgb3: remove __GFP_NOFAIL usageDivy Le Ray4-7/+103
2009-06-03cxgb3: minor aq100x phy fixesDivy Le Ray1-12/+12
2009-06-03cxgb3: Update FW to 7.4.0Divy Le Ray1-2/+2
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-11/+17
2009-05-29cxgb3: add support for the Aquantia 10G-BT phyDivy Le Ray4-2/+359
2009-05-29cxgb3: Add Aeluros 2020 phy supportDivy Le Ray4-65/+769
2009-05-29cxgb3: move away from LLTXDivy Le Ray2-11/+7
2009-05-29cxgb3: link fault fixesDivy Le Ray2-3/+10
2009-05-29cxgb3: fix dma mapping regressionDivy Le Ray2-8/+7
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-05-20cxgb3: set phy's mdio dev before the phy init sequenceDivy Le Ray1-1/+1
2009-05-20cxgb3: Use generic XENPAK LASI register definitionsBen Hutchings3-16/+9
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-05-01cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of ‘!’Sergey Senozhatsky1-1/+1
2009-04-29cxgb3: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings5-224/+194
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-34/+21
2009-04-20cxgb3: Fix EEH final recovery attemptDivy Le Ray1-0/+7
2009-04-20cxgb3: Fix potential msi-x vector leakDivy Le Ray1-1/+6
2009-04-20cxgb3: fix workqueue flush issuesDivy Le Ray1-3/+5
2009-04-20cxgb3: fix link fault handlingDivy Le Ray2-30/+3
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu2-22/+33
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-27cxgb3: map entire Rx page, feed map+offset to Rx ring.Divy Le Ray2-35/+106
2009-03-27cxgb3: differentiate portx and Tx channelsDivy Le Ray3-19/+24
2009-03-27cxgb3: use resource_size_t for mmio declarationsDivy Le Ray1-1/+4
2009-03-27cxgb3: sge setup fixesDivy Le Ray2-8/+39
2009-03-27cxgb3: start qset timers when setup succeededDivy Le Ray3-4/+24
2009-03-13cxgb3: update driver versionDivy Le Ray1-1/+1
2009-03-13cxgb3: update FWDivy Le Ray1-1/+1
2009-03-13cxgb3: detect mac link faults.Divy Le Ray6-9/+285
2009-03-13cxgb3: Update Rev3 mac workaroundDivy Le Ray1-39/+33
2009-03-13cxgb3: disable high freq non-data interruptsDivy Le Ray4-5/+86
2009-03-13cxgb3: separate TX and RX reclaim handlersDivy Le Ray2-40/+89
2009-03-13cxgb3: prefetch buffer access in GRO modeDivy Le Ray1-0/+3
2009-03-13cxgb3: fix skb truesize in jumbo modeDivy Le Ray1-1/+2
2009-03-13cxgb3: release page ref on mapping errorDivy Le Ray1-12/+14
2009-03-13cxgb3: ring rx door bell less frequentlyDivy Le Ray2-8/+25
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-0/+8
2009-02-18cxgb3: Add support for PCI ID 0x35.Divy Le Ray2-0/+8
2009-02-17drivers/net/cxgb3: fix sparse warnings: fix signednessHannes Eder1-1/+2
2009-02-17drivers/net/cxgb3: fix sparse warning: symbol shadows an earlier oneHannes Eder1-2/+1
2009-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2009-02-04cxgb3: Fix lro switchDivy Le Ray1-2/+1
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+1
2009-01-26cxgb3: Notify fatal errorsDivy Le Ray3-4/+28
2009-01-21cxgb3: Replace LRO with GROHerbert Xu3-152/+22
2009-01-21cxgb3: ease msi-x settings conditionsDivy Le Ray2-8/+16
2009-01-19cxgb3: Fix LRO misalignmentDivy Le Ray1-0/+1
2009-01-11cxgb3: Keep LRO off if disabled when interface is downRoland Dreier3-10/+21