summaryrefslogtreecommitdiff
path: root/drivers/net/cxgb3/sge.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11chelsio: Move the Chelsio driversJeff Kirsher1-3303/+0
2011-07-22cxgb3: do vlan cleanupJiri Pirko1-29/+6
2011-06-25cxgb3: skb_record_rx_queue now records the queue index relative to the net_de...John (Jay) Hernandez1-2/+2
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-04-18net: cxgb3: convert to hw_featuresMichał Mirosław1-3/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-28cxgb3: Fix panic in free_tx_desc()Krishna Kumar1-1/+3
2010-10-21cxgb3: function namespace cleanupstephen hemminger1-38/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-2/+2
2010-09-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-07-09cxgb3: 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 imp...Tejun 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/rol...Linus 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/ne...David S. Miller1-8/+12
2010-02-09cxgb3: fix GRO checksum checkDivy Le Ray1-8/+12
2010-02-05Fix spelling of 'platform' in comments and docStefan Weil1-2/+2
2010-02-04cxgb3: add memory barriersDivy Le Ray1-4/+12
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-18cxgb3: 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/ne...David S. Miller1-6/+5
2009-05-30cxgb3: 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-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+1
2009-02-05cxgb3: Fix lro switchDivy Le Ray1-2/+1
2009-01-28net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+1
2009-01-22cxgb3: Replace LRO with GROHerbert Xu1-103/+16
2009-01-20cxgb3: Fix LRO misalignmentDivy Le Ray1-0/+1
2009-01-11cxgb3: Keep LRO off if disabled when interface is downRoland Dreier1-1/+1
2008-12-19cxgb3: manage private iSCSI IP addressKaren Xie1-3/+64