summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: get rid of custom busy poll codeEric Dumazet2017-02-031-39/+0
* cxgb4: Fix uld_send() for ctrl pktsArjun V2017-02-031-3/+8
* cxgb4: Support compressed error vector for T6Arjun V2017-01-041-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+0
|\
| * cxgb4: do not call napi_hash_del()Eric Dumazet2016-11-161-1/+0
* | cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-181-34/+87
|/
* chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-191-6/+12
* cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai2016-08-181-2/+2
* cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2016-07-301-1/+1
* cxgb4: Avoids race and deadlock while freeing tx descriptorHariprasad Shenai2016-04-261-0/+2
* cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai2016-04-111-3/+17
* Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-231-2/+11
|\
| * cxgb4: large receive offload supportVarun Prakash2016-03-221-2/+10
| * cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash2016-03-221-0/+1
* | cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai2016-03-021-1/+11
* | cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai2016-03-021-1/+1
|/
* cxgb4: Update SGE context congestion map change for T6 adapterHariprasad Shenai2015-12-231-3/+4
* cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai2015-12-231-2/+13
* cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai2015-12-231-31/+2
* cxgb4: Use napi_complete_done() api in napi handlerHariprasad Shenai2015-12-231-1/+1
* cxgb4: Use the node info to alloc_ring() for RX queuesHariprasad Shenai2015-12-231-2/+4
* cxgb4: get naming correct for iscsi queuesHariprasad Shenai2015-12-231-1/+1
* cxgb4: Add FL DMA mapping error and low counterHariprasad Shenai2015-12-081-0/+3
* cxgb4: Deal with wrap-around of queue for Work requestHariprasad Shenai2015-12-081-4/+53
* cxgb4: prevent simultaneous execution of service_ofldq()Hariprasad Shenai2015-12-081-6/+50
* cxgb4: Use ACCES_ONCE macro to read queue's consumer indexHariprasad Shenai2015-12-081-2/+2
* net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-1/+0
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0
* cxgb4: Add HW timesptamp support for RXHariprasad Shenai2015-09-281-3/+33
* cxgb4: Fix tx flit calculationHariprasad Shenai2015-09-091-1/+1
* cxgb4: Add debugfs support to dump tid infoHariprasad Shenai2015-08-121-5/+4
* cxgb4 : Fill DCB priority in vlan control headersAnish Bhatt2015-07-211-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-171/+213
|\
| * cxgb4: Adds support for T6 adapterHariprasad Shenai2015-06-011-16/+31
| * cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai2015-05-271-15/+15
| * cxgb4: Add debugfs facility to inject FL starvationHariprasad Shenai2015-05-271-0/+5
| * cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai2015-05-121-69/+91
| * cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai2015-05-051-1/+8
| * cxgb4: Move SGE Ingress DMA state monitor code to a new routineHariprasad Shenai2015-05-051-73/+12
| * cxgb4: Add device node to ULD infoHariprasad Shenai2015-05-051-1/+1
| * cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()Hariprasad Shenai2015-05-051-0/+35
| * cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai2015-05-051-5/+15
| * cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai2015-05-051-0/+9
* | cxgb4: Support for user mode bar2 mappings with T4Hariprasad S2015-06-111-2/+2
|/
* cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai2015-04-141-2/+4
* cxgb4: Add comment for calculate tx flits and sge length codeHariprasad Shenai2015-04-141-1/+35
* cxgb4: Use device node in page allocationHariprasad Shenai2015-04-141-2/+4
* cxgb4: Freelist starving threshold varies from adapter to adapterHariprasad Shenai2015-04-141-10/+16
* cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesHariprasad Shenai2015-04-141-1/+1
* cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck2015-04-091-2/+2