summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/cxgb3_main.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb3: declare MODULE_FIRMWAREBen Hutchings2009-11-111-9/+16
* cxgb3: Added private MAC address and provisioning packet handler for iSCSIKaren Xie2009-10-131-4/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-1/+98
|\
| * cxgb3: fix EDC filename stringDivy Le Ray2009-08-021-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-101-2/+1Star
| |\
| * | cxgb3: Drain Mac Tx fifo when the port goes down.Divy Le Ray2009-07-081-1/+28
| * | cxgb3: Fix mss table initializationDivy Le Ray2009-07-081-0/+1
| * | cxgb3: use request_firmware() for the EDC registers setupDivy Le Ray2009-07-081-0/+69
* | | RDMA/cxgb3: Handle port events properlySteve Wise2009-09-061-2/+4
| |/ |/|
* | cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier2009-07-101-2/+1Star
|/
* cxgb3: remove __GFP_NOFAIL usageDivy Le Ray2009-06-111-5/+73
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-031-3/+5
|\
| * cxgb3: link fault fixesDivy Le Ray2009-05-291-3/+5
* | cxgb3: Add Aeluros 2020 phy supportDivy Le Ray2009-05-301-0/+2
* | cxgb3: move away from LLTXDivy Le Ray2009-05-301-1/+0Star
* | cxgb3: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings2009-04-301-58/+13Star
|/
* 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-201-20/+2Star
* 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: differentiate portx and Tx channelsDivy Le Ray2009-03-271-2/+2
* cxgb3: use resource_size_t for mmio declarationsDivy Le Ray2009-03-271-1/+4
* cxgb3: start qset timers when setup succeededDivy Le Ray2009-03-271-1/+2
* cxgb3: detect mac link faults.Divy Le Ray2009-03-131-3/+120
* cxgb3: disable high freq non-data interruptsDivy Le Ray2009-03-131-0/+50
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-0/+1
|\
| * cxgb3: Add support for PCI ID 0x35.Divy Le Ray2009-02-191-0/+1
* | drivers/net/cxgb3: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-181-2/+1Star
* | cxgb3: Notify fatal errorsDivy Le Ray2009-01-271-4/+9
* | cxgb3: Replace LRO with GROHerbert Xu2009-01-211-38/+4Star
* | cxgb3: ease msi-x settings conditionsDivy Le Ray2009-01-211-8/+15
|/
* cxgb3: Keep LRO off if disabled when interface is downRoland Dreier2009-01-111-8/+14
* cxgb3: untie strict FW matchingDivy Le Ray2008-12-161-7/+8
* cxgb3: Add multiple Tx queue support.Divy Le Ray2008-12-161-4/+7
* cxgb3: Update FW loading path.Divy Le Ray2008-11-271-2/+2
* cxgb3: set hard_xmit in the netdev_opsDivy Le Ray2008-11-271-0/+1
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+0Star
* cxgb3: convert to net_device_opsStephen Hemminger2008-11-201-13/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-191-1/+3
|\
| * RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface.Steve Wise2008-11-111-0/+2
| * cxgb3 - Limit multiqueue setting to msi-xDivy Le Ray2008-11-111-1/+1
* | cxgb3 - enable lro control through ethtoolDivy Le Ray2008-10-311-12/+57
|/
* cxgb3: extend copyrights to 2008Divy Le Ray2008-10-141-1/+1
* cxgb3: Support for Aeluros 2005 PHYDivy Le Ray2008-10-091-0/+25
* cxgb3: commnonize LASI phy codeDivy Le Ray2008-10-091-4/+15
* cxgb3: simplify port type struct and usageDivy Le Ray2008-10-091-2/+2
* cxgb3: Allocate multiqueues at init timeDivy Le Ray2008-10-091-37/+142
* cxgb3: reset the adapter on fatal errorDivy Le Ray2008-10-091-53/+111