summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* cxgb3: remove __GFP_NOFAIL usageDivy Le Ray2009-06-114-7/+103
* cxgb3: minor aq100x phy fixesDivy Le Ray2009-06-041-12/+12
* cxgb3: Update FW to 7.4.0Divy Le Ray2009-06-041-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-034-11/+17
|\
| * cxgb3: link fault fixesDivy Le Ray2009-05-292-3/+10
| * cxgb3: fix dma mapping regressionDivy Le Ray2009-05-292-8/+7Star
* | cxgb3: add support for the Aquantia 10G-BT phyDivy Le Ray2009-05-304-2/+359
* | cxgb3: Add Aeluros 2020 phy supportDivy Le Ray2009-05-304-65/+769
* | cxgb3: move away from LLTXDivy Le Ray2009-05-302-11/+7Star
* | net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0Star
* | cxgb3: set phy's mdio dev before the phy init sequenceDivy Le Ray2009-05-211-1/+1
* | cxgb3: Use generic XENPAK LASI register definitionsBen Hutchings2009-05-213-16/+9Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-031-1/+1
|\|
| * cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of...Sergey Senozhatsky2009-05-011-1/+1
* | cxgb3: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings2009-04-305-224/+194Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-212-34/+21Star
|\|
| * cxgb3: Fix EEH final recovery attemptDivy Le Ray2009-04-201-0/+7
| * cxgb3: Fix potential msi-x vector leakDivy Le Ray2009-04-201-1/+6
| * cxgb3: fix workqueue flush issuesDivy Le Ray2009-04-201-3/+5
| * cxgb3: fix link fault handlingDivy Le Ray2009-04-202-30/+3Star
* | gro: New frags interface to avoid copying shinfoHerbert Xu2009-04-162-22/+33
|/
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* cxgb3: map entire Rx page, feed map+offset to Rx ring.Divy Le Ray2009-03-272-35/+106
* cxgb3: differentiate portx and Tx channelsDivy Le Ray2009-03-273-19/+24
* cxgb3: use resource_size_t for mmio declarationsDivy Le Ray2009-03-271-1/+4
* cxgb3: sge setup fixesDivy Le Ray2009-03-272-8/+39
* cxgb3: start qset timers when setup succeededDivy Le Ray2009-03-273-4/+24
* cxgb3: update driver versionDivy Le Ray2009-03-131-1/+1
* cxgb3: update FWDivy Le Ray2009-03-131-1/+1
* cxgb3: detect mac link faults.Divy Le Ray2009-03-136-9/+285
* cxgb3: Update Rev3 mac workaroundDivy Le Ray2009-03-131-39/+33Star
* cxgb3: disable high freq non-data interruptsDivy Le Ray2009-03-134-5/+86
* cxgb3: separate TX and RX reclaim handlersDivy Le Ray2009-03-132-40/+89
* cxgb3: prefetch buffer access in GRO modeDivy Le Ray2009-03-131-0/+3
* cxgb3: fix skb truesize in jumbo modeDivy Le Ray2009-03-131-1/+2
* cxgb3: release page ref on mapping errorDivy Le Ray2009-03-131-12/+14
* cxgb3: ring rx door bell less frequentlyDivy Le Ray2009-03-132-8/+25
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-242-0/+8
|\
| * cxgb3: Add support for PCI ID 0x35.Divy Le Ray2009-02-192-0/+8
* | drivers/net/cxgb3: fix sparse warnings: fix signednessHannes Eder2009-02-181-1/+2
* | drivers/net/cxgb3: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-181-2/+1Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-051-2/+1Star
|\|
| * cxgb3: Fix lro switchDivy Le Ray2009-02-051-2/+1Star
* | net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-281-0/+1
* | cxgb3: Notify fatal errorsDivy Le Ray2009-01-273-4/+28
* | cxgb3: Replace LRO with GROHerbert Xu2009-01-213-152/+22Star
* | cxgb3: ease msi-x settings conditionsDivy Le Ray2009-01-212-8/+16
|/
* cxgb3: Fix LRO misalignmentDivy Le Ray2009-01-201-0/+1
* cxgb3: Keep LRO off if disabled when interface is downRoland Dreier2009-01-113-10/+21