aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/cxgb3_main.c
Commit message (Expand)AuthorAgeFilesLines
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-4/+6
* net: cxgb3: convert to hw_featuresMichał Mirosław2011-04-171-65/+13
* ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-141-1/+1
* cxgb3: implement set_phys_idstephen hemminger2011-04-061-11/+14
* cxgb3: Apply interrupt coalescing settings to all queuesAnton Blanchard2011-03-281-4/+10
* drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-1/+2
* cxgb3: Removing unused return variableBreno Leitao2010-11-281-2/+1
* cxgb3: remove call to stop TX queues at load time.Divy Le Ray2010-11-011-1/+0
* cxgb3: fix crash due to manipulating queues before registrationNishanth Aravamudan2010-10-281-1/+1
* cxgb3: fix device opening error pathDivy Le Ray2010-10-251-3/+5
* cxgb3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-271-1/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-0/+2
|\
| * drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-161-0/+2
* | cxgb3: Avoid flush_workqueue() deadlock.Casey Leedom2010-09-031-9/+15
|/
* cxgb3: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-041-12/+13
* drivers/net/cxgb3: Use memdup_userJulia Lawall2010-05-311-9/+3
* cxgb3: Wait longer for control packets on initializationAndre Detsch2010-04-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-131-0/+1
|\
| * cxgb3: fix hot plug removal crashDivy Le Ray2010-03-041-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-031-1/+56
|\ \ | |/ |/|
| * RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise2010-02-241-1/+56
* | cxgb3: convert to use netdev_for_each_addrJiri Pirko2010-02-171-6/+2
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* cxgb3: Fixing EEH handlersBreno Leitao2009-12-111-0/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-13/+13
* cxgb3: declare MODULE_FIRMWAREBen Hutchings2009-11-101-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-091-2/+1
| |\
| * | 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-051-2/+4
| |/ |/|
* | cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier2009-07-091-2/+1
|/
* 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-291-0/+2
* | cxgb3: move away from LLTXDivy Le Ray2009-05-291-1/+0
* | cxgb3: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings2009-04-291-58/+13
|/
* 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/+2
* 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