summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-272-2/+2
|\
| * cxgb3: Wait longer for control packets on initializationAndre Detsch2010-04-271-1/+1
| * cxgb3: fix linkup issueHiroshi Shimamoto2010-04-221-1/+1
* | cxgb3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-04-131-10/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-114-0/+4
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+4
|/
* 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-next' into for-linusJiri Kosina2010-03-081-2/+2
|\ \
| * | Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-036-5/+93
|\ \ \ | |_|/ |/| |
| * | RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise2010-02-246-5/+93
* | | cxgb3: convert to use netdev_for_each_addrJiri Pirko2010-02-183-40/+11Star
* | | cxgb3: fix link flapDivy Le Ray2010-02-161-1/+2
* | | cxgb3: FIx VLAN over Jumbo framesDivy Le Ray2010-02-161-0/+3
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-091-8/+12
|\| |
| * | cxgb3: fix GRO checksum checkDivy Le Ray2010-02-091-8/+12
| |/
* | cxgb3: add memory barriersDivy Le Ray2010-02-041-4/+12
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* | drivers/net/cxgb3: Use kzalloc for allocating only one thingJulia Lawall2010-01-041-1/+1
|/
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-121-1/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-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-121-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-191-2/+2
|\| |
| * | cxgb3: fix premature page unmapDivy Le Ray2009-11-181-2/+2
| |/
* | cxgb3: declare MODULE_FIRMWAREBen Hutchings2009-11-112-14/+19
* | cxgb3: Set the rxqKrishna Kumar2009-10-271-0/+1
* | cxgb3: No need to wake queue in xmit handlerKrishna Kumar2009-10-181-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/+255Star
|\
| * netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-012-2/+2
| * cxgb3: fix 2 ports 1G regressionDivy Le Ray2009-08-061-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-101-2/+1Star
| |\
| * | 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/+112Star
| * | 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/+2Star
| * | cxgb3: AQ100X phy support updateDivy Le Ray2009-07-081-4/+3Star
* | | RDMA/cxgb3: Handle port events properlySteve Wise2009-09-063-8/+12
| |/ |/|
* | cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier2009-07-101-2/+1Star
|/
* cxgb3: remove __GFP_NOFAIL usageDivy Le Ray2009-06-114-7/+103