aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/sge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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 Xie1-9/+19
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+5
2009-05-29cxgb3: move away from LLTXDivy Le Ray1-10/+7
2009-05-29cxgb3: fix dma mapping regressionDivy Le Ray1-6/+5
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu1-21/+32
2009-03-27cxgb3: map entire Rx page, feed map+offset to Rx ring.Divy Le Ray1-35/+103
2009-03-27cxgb3: sge setup fixesDivy Le Ray1-1/+1
2009-03-27cxgb3: start qset timers when setup succeededDivy Le Ray1-3/+21
2009-03-13cxgb3: disable high freq non-data interruptsDivy Le Ray1-1/+2
2009-03-13cxgb3: separate TX and RX reclaim handlersDivy Le Ray1-40/+88
2009-03-13cxgb3: prefetch buffer access in GRO modeDivy Le Ray1-0/+3
2009-03-13cxgb3: fix skb truesize in jumbo modeDivy Le Ray1-1/+2
2009-03-13cxgb3: release page ref on mapping errorDivy Le Ray1-12/+14
2009-03-13cxgb3: ring rx door bell less frequentlyDivy Le Ray1-8/+24
2009-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2009-02-04cxgb3: Fix lro switchDivy Le Ray1-2/+1
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+1
2009-01-21cxgb3: Replace LRO with GROHerbert Xu1-103/+16
2009-01-19cxgb3: Fix LRO misalignmentDivy Le Ray1-0/+1
2009-01-11cxgb3: Keep LRO off if disabled when interface is downRoland Dreier1-1/+1
2008-12-18cxgb3: manage private iSCSI IP addressKaren Xie1-3/+64
2008-12-16cxgb3: Add multiple Tx queue support.Divy Le Ray1-10/+20
2008-11-28cxgb3: Fix sparse warning and micro-optimize is_pure_response()Roland Dreier1-1/+1
2008-11-26cxgb3: avoid potential memory leak.Divy Le Ray1-3/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-13cxgb3: extend copyrights to 2008Divy Le Ray1-1/+1
2008-10-08cxgb3: reset the adapter on fatal errorDivy Le Ray1-5/+4
2008-10-08[2.6.28,1/1] cxgb3 - fix race in EEHDivy Le Ray1-3/+18
2008-09-24cxgb3 - remove duplicate tests in lroDivy Le Ray1-35/+0
2008-09-22cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller1-22/+23
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-05-22cxgb3 - Add LRO supportDivy Le Ray1-12/+221
2008-05-22cxgb3 - Add page support to jumbo frame Rx queueDivy Le Ray1-35/+80
2008-05-22cxgb3 - Fix dma mapping error pathDivy Le Ray1-12/+41
2008-05-13cxgb3 - fix EEHDivy Le Ray1-2/+27
2008-03-25cxgb3: Fix lockdep problems with sge.reg_lockRoland Dreier1-9/+9
2008-03-17cxgb3: Fix transmit queue stop mechanismDivy Le Ray1-3/+9
2008-02-11Optimize cxgb3 xmit path (a bit)Krishna Kumar1-20/+15
2008-02-03cxgb3: Remove incorrect __devinit annotationsRoland Dreier1-1/+1
2008-01-28annotate cxgb3Al Viro1-2/+2
2008-01-28cxgb3 - Fix EEH, missing softirq blockingDivy Le Ray1-1/+6
2008-01-28cxgb3 - parity initialization for T3C adapters.Divy Le Ray1-4/+20
2008-01-28cxgb3 - Fix I/O synchronizationDivy Le Ray1-2/+5
2008-01-28cxgb3 - fix interaction with pktgenDivy Le Ray1-42/+40