aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/cxgb3_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-02cxgb3: fix EDC filename stringDivy Le Ray1-1/+1
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2009-07-09cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier1-2/+1
2009-07-08cxgb3: Drain Mac Tx fifo when the port goes down.Divy Le Ray1-1/+28
2009-07-08cxgb3: Fix mss table initializationDivy Le Ray1-0/+1
2009-07-08cxgb3: use request_firmware() for the EDC registers setupDivy Le Ray1-0/+69
2009-06-11cxgb3: remove __GFP_NOFAIL usageDivy Le Ray1-5/+73
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+5
2009-05-29cxgb3: Add Aeluros 2020 phy supportDivy Le Ray1-0/+2
2009-05-29cxgb3: move away from LLTXDivy Le Ray1-1/+0
2009-05-29cxgb3: link fault fixesDivy Le Ray1-3/+5
2009-04-29cxgb3: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings1-58/+13
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 Ray1-20/+2
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: differentiate portx and Tx channelsDivy Le Ray1-2/+2
2009-03-27cxgb3: use resource_size_t for mmio declarationsDivy Le Ray1-1/+4
2009-03-27cxgb3: start qset timers when setup succeededDivy Le Ray1-1/+2
2009-03-13cxgb3: detect mac link faults.Divy Le Ray1-3/+120
2009-03-13cxgb3: disable high freq non-data interruptsDivy Le Ray1-0/+50
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2009-02-18cxgb3: Add support for PCI ID 0x35.Divy Le Ray1-0/+1
2009-02-17drivers/net/cxgb3: fix sparse warning: symbol shadows an earlier oneHannes Eder1-2/+1
2009-01-26cxgb3: Notify fatal errorsDivy Le Ray1-4/+9
2009-01-21cxgb3: Replace LRO with GROHerbert Xu1-38/+4
2009-01-21cxgb3: ease msi-x settings conditionsDivy Le Ray1-8/+15
2009-01-11cxgb3: Keep LRO off if disabled when interface is downRoland Dreier1-8/+14
2008-12-16cxgb3: untie strict FW matchingDivy Le Ray1-7/+8
2008-12-16cxgb3: Add multiple Tx queue support.Divy Le Ray1-4/+7
2008-11-26cxgb3: Update FW loading path.Divy Le Ray1-2/+2
2008-11-26cxgb3: set hard_xmit in the netdev_opsDivy Le Ray1-0/+1
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+0
2008-11-19cxgb3: convert to net_device_opsStephen Hemminger1-13/+16
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2008-11-11RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface.Steve Wise1-0/+2
2008-11-11cxgb3 - Limit multiqueue setting to msi-xDivy Le Ray1-1/+1
2008-10-31cxgb3 - enable lro control through ethtoolDivy Le Ray1-12/+57
2008-10-13cxgb3: extend copyrights to 2008Divy Le Ray1-1/+1
2008-10-08cxgb3: Support for Aeluros 2005 PHYDivy Le Ray1-0/+25
2008-10-08cxgb3: commnonize LASI phy codeDivy Le Ray1-4/+15
2008-10-08cxgb3: simplify port type struct and usageDivy Le Ray1-2/+2
2008-10-08cxgb3: Allocate multiqueues at init timeDivy Le Ray1-37/+142
2008-10-08cxgb3: reset the adapter on fatal errorDivy Le Ray1-53/+111
2008-10-08[2.6.28,1/1] cxgb3 - fix race in EEHDivy Le Ray1-0/+5
2008-05-22cxgb3 - Add LRO supportDivy Le Ray1-0/+19
2008-05-13cxgb3 - fix EEHDivy Le Ray1-4/+6
2008-05-13cxgb3 - fix port up/down error pathDivy Le Ray1-15/+17