summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/sge.c
Commit message (Expand)AuthorAgeFilesLines
* chelsio: Move the Chelsio driversJeff Kirsher2011-08-101-3303/+0
* cxgb3: do vlan cleanupJiri Pirko2011-07-211-29/+6
* cxgb3: skb_record_rx_queue now records the queue index relative to the net_de...John (Jay) Hernandez2011-06-241-2/+2
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* net: cxgb3: convert to hw_featuresMichał Mirosław2011-04-171-3/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* cxgb3: Fix panic in free_tx_desc()Krishna Kumar2010-10-281-1/+3
* cxgb3: function namespace cleanupstephen hemminger2010-10-211-38/+1
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-2/+2
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* cxgb3: simplify need_skb_unmapFUJITA Tomonori2010-07-081-9/+5
* cxgb3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-04-131-10/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-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-031-2/+8
|\ \
| * | RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise2010-02-241-2/+8
* | | 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-081-8/+12
| |/
* / cxgb3: add memory barriersDivy Le Ray2010-02-031-4/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-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
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-2/+2
|\| |
| * | cxgb3: fix premature page unmapDivy Le Ray2009-11-181-2/+2
| |/
* | cxgb3: Set the rxqKrishna Kumar2009-10-271-0/+1
* | cxgb3: No need to wake queue in xmit handlerKrishna Kumar2009-10-171-1/+1
* | cxgb3: Added private MAC address and provisioning packet handler for iSCSIKaren Xie2009-10-131-9/+19
|/
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-031-6/+5
|\
| * cxgb3: fix dma mapping regressionDivy Le Ray2009-05-291-6/+5
* | cxgb3: move away from LLTXDivy Le Ray2009-05-291-10/+7
* | net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0
* | gro: New frags interface to avoid copying shinfoHerbert Xu2009-04-161-21/+32
|/
* cxgb3: map entire Rx page, feed map+offset to Rx ring.Divy Le Ray2009-03-271-35/+103
* cxgb3: sge setup fixesDivy Le Ray2009-03-271-1/+1
* cxgb3: start qset timers when setup succeededDivy Le Ray2009-03-271-3/+21
* cxgb3: disable high freq non-data interruptsDivy Le Ray2009-03-131-1/+2
* cxgb3: separate TX and RX reclaim handlersDivy Le Ray2009-03-131-40/+88
* cxgb3: prefetch buffer access in GRO modeDivy Le Ray2009-03-131-0/+3
* cxgb3: fix skb truesize in jumbo modeDivy Le Ray2009-03-131-1/+2
* cxgb3: release page ref on mapping errorDivy Le Ray2009-03-131-12/+14
* cxgb3: ring rx door bell less frequentlyDivy Le Ray2009-03-131-8/+24
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-041-2/+1
|\
| * cxgb3: Fix lro switchDivy Le Ray2009-02-041-2/+1
* | net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-271-0/+1
* | cxgb3: Replace LRO with GROHerbert Xu2009-01-211-103/+16
|/
* cxgb3: Fix LRO misalignmentDivy Le Ray2009-01-191-0/+1
* cxgb3: Keep LRO off if disabled when interface is downRoland Dreier2009-01-111-1/+1
* cxgb3: manage private iSCSI IP addressKaren Xie2008-12-181-3/+64