aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111-1/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
| |\
| | * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| | |\
| | | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-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
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-2/+2
|\ \ \ | |/ /
| * | cxgb3: fix premature page unmapDivy Le Ray2009-11-181-2/+2
| |/
* | cxgb3: declare MODULE_FIRMWAREBen Hutchings2009-11-102-14/+19
* | cxgb3: Set the rxqKrishna Kumar2009-10-271-0/+1
* | cxgb3: No need to wake queue in xmit handlerKrishna Kumar2009-10-171-1/+1
* | cxgb3: Added private MAC address and provisioning packet handler for iSCSIKaren Xie2009-10-133-13/+53
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-148-1098/+255
|\
| * netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-012-2/+2
| * cxgb3: fix 2 ports 1G regressionDivy Le Ray2009-08-051-1/+5
| * cxgb3: fix Gen2 pci default settingsDivy Le Ray2009-08-021-1/+12
| * 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 mac index mappingDivy Le Ray2009-07-081-0/+2
| * | cxgb3: Fix mss table initializationDivy Le Ray2009-07-081-0/+1
| * | cxgb3: use request_firmware() for the EDC registers setupDivy Le Ray2009-07-084-1050/+112
| * | cxgb3: AEL2020 phy support updateDivy Le Ray2009-07-082-27/+83
| * | cxgb3: Fix T3C MAC max packet size accessDivy Le Ray2009-07-081-5/+6
| * | cxgb3: fix phy power downDivy Le Ray2009-07-081-8/+2
| * | cxgb3: AQ100X phy support updateDivy Le Ray2009-07-081-4/+3
* | | RDMA/cxgb3: Handle port events properlySteve Wise2009-09-053-8/+12
| |/ |/|
* | cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier2009-07-091-2/+1
|/
* cxgb3: remove __GFP_NOFAIL usageDivy Le Ray2009-06-114-7/+103
* cxgb3: minor aq100x phy fixesDivy Le Ray2009-06-031-12/+12
* cxgb3: Update FW to 7.4.0Divy Le Ray2009-06-031-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/+7
* | cxgb3: add support for the Aquantia 10G-BT phyDivy Le Ray2009-05-294-2/+359
* | cxgb3: Add Aeluros 2020 phy supportDivy Le Ray2009-05-294-65/+769
* | cxgb3: move away from LLTXDivy Le Ray2009-05-292-11/+7
* | net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0
* | cxgb3: set phy's mdio dev before the phy init sequenceDivy Le Ray2009-05-201-1/+1
* | cxgb3: Use generic XENPAK LASI register definitionsBen Hutchings2009-05-203-16/+9
* | 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-295-224/+194
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-212-34/+21
|\ \ | |/
| * 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/+3
* | 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