summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/sge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cxgb3: Add multiple Tx queue support.Divy Le Ray2008-12-161-10/+20
* cxgb3: Fix sparse warning and micro-optimize is_pure_response()Roland Dreier2008-11-281-1/+1
* cxgb3: avoid potential memory leak.Divy Le Ray2008-11-261-3/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* cxgb3: extend copyrights to 2008Divy Le Ray2008-10-131-1/+1
* cxgb3: reset the adapter on fatal errorDivy Le Ray2008-10-081-5/+4
* [2.6.28,1/1] cxgb3 - fix race in EEHDivy Le Ray2008-10-081-3/+18
* cxgb3 - remove duplicate tests in lroDivy Le Ray2008-09-241-35/+0
* cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller2008-09-221-22/+23
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
* cxgb3 - Add LRO supportDivy Le Ray2008-05-221-12/+221
* cxgb3 - Add page support to jumbo frame Rx queueDivy Le Ray2008-05-221-35/+80
* cxgb3 - Fix dma mapping error pathDivy Le Ray2008-05-221-12/+41
* cxgb3 - fix EEHDivy Le Ray2008-05-131-2/+27
* cxgb3: Fix lockdep problems with sge.reg_lockRoland Dreier2008-03-251-9/+9
* cxgb3: Fix transmit queue stop mechanismDivy Le Ray2008-03-171-3/+9
* Optimize cxgb3 xmit path (a bit)Krishna Kumar2008-02-111-20/+15
* cxgb3: Remove incorrect __devinit annotationsRoland Dreier2008-02-031-1/+1
* annotate cxgb3Al Viro2008-01-281-2/+2
* cxgb3 - Fix EEH, missing softirq blockingDivy Le Ray2008-01-281-1/+6
* cxgb3 - parity initialization for T3C adapters.Divy Le Ray2008-01-281-4/+20
* cxgb3 - Fix I/O synchronizationDivy Le Ray2008-01-281-2/+5
* cxgb3 - fix interaction with pktgenDivy Le Ray2008-01-281-42/+40
* [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik2007-10-231-1/+1
* cxgb3 sparse warning fixesStephen Hemminger2007-10-101-3/+3
* cxgb3: trivial endianness annotationsAl Viro2007-10-101-3/+3
* cxgb3 - use immediate data for offload TxDivy Le Ray2007-10-101-6/+11
* cxgb3 - SGE doorbell overflow warningDivy Le Ray2007-10-101-0/+4
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-102/+68
* cxgb3 - Fix dev->priv usageDivy Le Ray2007-08-311-8/+15
* cxgb3 - sge page managementDivy Le Ray2007-07-081-211/+212
* cxgb3 - fix netpoll hanlderDivy Le Ray2007-06-201-1/+0
* cxgb3 - fix skb->dev dereferenceDivy Le Ray2007-06-201-1/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-3/+3
OpenPOWER on IntegriCloud