aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/sge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-08cxgb3: simplify need_skb_unmapFUJITA Tomonori1-9/+5
2010-04-13cxgb3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-10/+10
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-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+8
2010-02-24RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise1-2/+8
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
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-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