summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-15net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom1-2/+3
2017-07-05cxgb4: time stamping interface for PTPAtul Gupta1-6/+167
2017-02-04cxgb4: get rid of custom busy poll codeEric Dumazet1-39/+0
2017-02-03cxgb4: Fix uld_send() for ctrl pktsArjun V1-3/+8
2017-01-04cxgb4: Support compressed error vector for T6Arjun V1-2/+14
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-34/+87
2016-11-17cxgb4: do not call napi_hash_del()Eric Dumazet1-1/+0
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai1-6/+12
2016-08-19cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai1-2/+2
2016-07-31cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai1-1/+1
2016-04-26cxgb4: Avoids race and deadlock while freeing tx descriptorHariprasad Shenai1-0/+2
2016-04-11cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai1-3/+17
2016-03-24Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+11
2016-03-22cxgb4: large receive offload supportVarun Prakash1-2/+10
2016-03-22cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash1-0/+1
2016-03-02cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai1-1/+11
2016-03-02cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai1-1/+1
2015-12-24cxgb4: Update SGE context congestion map change for T6 adapterHariprasad Shenai1-3/+4
2015-12-24cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai1-2/+13
2015-12-24cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai1-31/+2
2015-12-23cxgb4: Use napi_complete_done() api in napi handlerHariprasad Shenai1-1/+1
2015-12-23cxgb4: Use the node info to alloc_ring() for RX queuesHariprasad Shenai1-2/+4
2015-12-23cxgb4: get naming correct for iscsi queuesHariprasad Shenai1-1/+1
2015-12-09cxgb4: Add FL DMA mapping error and low counterHariprasad Shenai1-0/+3
2015-12-09cxgb4: Deal with wrap-around of queue for Work requestHariprasad Shenai1-4/+53
2015-12-09cxgb4: prevent simultaneous execution of service_ofldq()Hariprasad Shenai1-6/+50
2015-12-09cxgb4: Use ACCES_ONCE macro to read queue's consumer indexHariprasad Shenai1-2/+2
2015-11-19net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0
2015-11-19net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-09-29cxgb4: Add HW timesptamp support for RXHariprasad Shenai1-3/+33
2015-09-09cxgb4: Fix tx flit calculationHariprasad Shenai1-1/+1
2015-08-13cxgb4: Add debugfs support to dump tid infoHariprasad Shenai1-5/+4
2015-07-21cxgb4 : Fill DCB priority in vlan control headersAnish Bhatt1-4/+10
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-171/+213
2015-06-11cxgb4: Support for user mode bar2 mappings with T4Hariprasad S1-2/+2
2015-06-02cxgb4: Adds support for T6 adapterHariprasad Shenai1-16/+31
2015-05-27cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai1-15/+15
2015-05-27cxgb4: Add debugfs facility to inject FL starvationHariprasad Shenai1-0/+5
2015-05-13cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai1-69/+91
2015-05-06cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai1-1/+8
2015-05-06cxgb4: Move SGE Ingress DMA state monitor code to a new routineHariprasad Shenai1-73/+12
2015-05-06cxgb4: Add device node to ULD infoHariprasad Shenai1-1/+1
2015-05-06cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()Hariprasad Shenai1-0/+35
2015-05-06cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai1-5/+15
2015-05-06cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai1-0/+9
2015-04-14cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai1-2/+4
2015-04-14cxgb4: Add comment for calculate tx flits and sge length codeHariprasad Shenai1-1/+35
2015-04-14cxgb4: Use device node in page allocationHariprasad Shenai1-2/+4
2015-04-14cxgb4: Freelist starving threshold varies from adapter to adapterHariprasad Shenai1-10/+16