aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-28cxgb4: Add HW timesptamp support for RXHariprasad Shenai1-3/+33
2015-09-09cxgb4: Fix tx flit calculationHariprasad Shenai1-1/+1
2015-08-12cxgb4: 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-24Merge 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-01cxgb4: 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-12cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai1-69/+91
2015-05-05cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai1-1/+8
2015-05-05cxgb4: Move SGE Ingress DMA state monitor code to a new routineHariprasad Shenai1-73/+12
2015-05-05cxgb4: Add device node to ULD infoHariprasad Shenai1-1/+1
2015-05-05cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()Hariprasad Shenai1-0/+35
2015-05-05cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai1-5/+15
2015-05-05cxgb4: 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
2015-04-14cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesHariprasad Shenai1-1/+1
2015-04-09cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck1-2/+2
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2015-03-29cxgb4: Allocate dynamic mem. for egress and ingress queue mapsHariprasad Shenai1-3/+4
2015-03-24cxgb4: add cxgb4_fcoe.c for FCoEVarun Prakash1-3/+71
2015-02-04cxgb4: Add low latency socket busy_poll supportHariprasad Shenai1-1/+46
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-13cxgb4: Ripping out old hard-wired initialization code in driverHariprasad Shenai1-87/+11
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messagesHariprasad Shenai1-4/+5
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register definesHariprasad Shenai1-39/+39
2015-01-05RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai1-47/+49
2014-12-10cxgb4/cxgb4vf: global named must be uniqueStephen Rothwell1-1/+1
2014-12-09cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai1-72/+76
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai1-57/+58
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+27
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt1-1/+1
2014-11-12cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_pageAlexander Duyck1-3/+3
2014-11-10cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfersHariprasad Shenai1-3/+27
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-16/+16
2014-10-09cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5Hariprasad Shenai1-1/+4
2014-10-08cxgb4: clean up a type issueDan Carpenter1-10/+8
2014-10-08cxgb4: potential shift wrapping bugDan Carpenter1-1/+1
2014-09-28cxgb4: Add support for adaptive rxHariprasad Shenai1-2/+22
2014-09-28cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.Hariprasad Shenai1-41/+145
2014-08-21cxgb4: Free completed tx skbs promptlyHariprasad Shenai1-1/+2
2014-08-04cxgb4: only free allocated flsHariprasad Shenai1-14/+21
2014-06-22cxgb4 : Update copyright year on all cxgb4 filesAnish Bhatt1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+7
2014-06-10cxgb4: Change default Interrupt Holdoff Packet Count ThresholdHariprasad Shenai1-1/+0
2014-06-10iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai1-0/+4