aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/cxgb3_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher1-3448/+0
2011-07-21cxgb3: do vlan cleanupJiri Pirko1-11/+40
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-4/+6
2011-04-17net: cxgb3: convert to hw_featuresMichał Mirosław1-65/+13
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-1/+1
2011-04-06cxgb3: implement set_phys_idstephen hemminger1-11/+14
2011-03-28cxgb3: Apply interrupt coalescing settings to all queuesAnton Blanchard1-4/+10
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-1/+2
2010-11-28cxgb3: Removing unused return variableBreno Leitao1-2/+1
2010-11-01cxgb3: remove call to stop TX queues at load time.Divy Le Ray1-1/+0
2010-10-28cxgb3: fix crash due to manipulating queues before registrationNishanth Aravamudan1-1/+1
2010-10-25cxgb3: fix device opening error pathDivy Le Ray1-3/+5
2010-09-27cxgb3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+4
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-09-16drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-03cxgb3: Avoid flush_workqueue() deadlock.Casey Leedom1-9/+15
2010-08-04cxgb3: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-12/+13
2010-05-31drivers/net/cxgb3: Use memdup_userJulia Lawall1-9/+3
2010-04-27cxgb3: Wait longer for control packets on initializationAndre Detsch1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-03-04cxgb3: fix hot plug removal crashDivy Le Ray1-0/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+56
2010-02-24RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise1-1/+56
2010-02-17cxgb3: convert to use netdev_for_each_addrJiri Pirko1-6/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-11cxgb3: Fixing EEH handlersBreno Leitao1-0/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-13/+13
2009-11-10cxgb3: declare MODULE_FIRMWAREBen Hutchings1-9/+16
2009-10-13cxgb3: Added private MAC address and provisioning packet handler for iSCSIKaren Xie1-4/+18
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+98
2009-09-05RDMA/cxgb3: Handle port events properlySteve Wise1-2/+4
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