aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-04cxgb3: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-12/+13
2010-07-21drivers/net/cxgb3/t3_hw.c: use new hex_to_bin() methodAndy Shevchenko1-12/+4
2010-07-08cxgb3: simplify need_skb_unmapFUJITA Tomonori1-9/+5
2010-06-25cxgb3: request 7.10 firmwareDivy Le Ray1-2/+2
2010-05-31drivers/net/cxgb3: Use memdup_userJulia Lawall1-9/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
2010-04-27cxgb3: Wait longer for control packets on initializationAndre Detsch1-1/+1
2010-04-21cxgb3: fix linkup issueHiroshi Shimamoto1-1/+1
2010-04-13cxgb3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-10/+10
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-0/+4
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
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 Torvalds6-5/+93
2010-02-24RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise6-5/+93
2010-02-17cxgb3: convert to use netdev_for_each_addrJiri Pirko3-40/+11
2010-02-15cxgb3: fix link flapDivy Le Ray1-1/+2
2010-02-15cxgb3: FIx VLAN over Jumbo framesDivy Le Ray1-0/+3
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+12
2010-02-08cxgb3: fix GRO checksum checkDivy Le Ray1-8/+12
2010-02-05Fix spelling of 'platform' in comments and docStefan Weil1-2/+2
2010-02-03cxgb3: add memory barriersDivy Le Ray1-4/+12
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-03drivers/net/cxgb3: Use kzalloc for allocating only one thingJulia Lawall1-1/+1
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-12-11cxgb3: Fixing EEH handlersBreno Leitao1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-13/+13
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-11-18cxgb3: fix premature page unmapDivy Le Ray1-2/+2
2009-11-10cxgb3: declare MODULE_FIRMWAREBen Hutchings2-14/+19
2009-10-27cxgb3: Set the rxqKrishna Kumar1-0/+1
2009-10-17cxgb3: No need to wake queue in xmit handlerKrishna Kumar1-1/+1
2009-10-13cxgb3: Added private MAC address and provisioning packet handler for iSCSIKaren Xie3-13/+53
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds8-1098/+255
2009-09-05RDMA/cxgb3: Handle port events properlySteve Wise3-8/+12
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2-2/+2
2009-08-05cxgb3: fix 2 ports 1G regressionDivy Le Ray1-1/+5
2009-08-02cxgb3: fix Gen2 pci default settingsDivy Le Ray1-1/+12
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 mac index mappingDivy Le Ray1-0/+2
2009-07-08cxgb3: Fix mss table initializationDivy Le Ray1-0/+1