summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c
AgeCommit message (Expand)AuthorFilesLines
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 relat...Hariprasad 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
2014-05-12cxgb4: Check if rx checksum offload is enabled, while reading hardware calcul...Hariprasad Shenai1-3/+3
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-03-24cxgb4: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman1-3/+3
2014-03-14cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise1-3/+5
2014-03-13cxgb4: Calculate len properly for LSO pathKumar Sanghvi1-1/+1
2014-03-13cxgb4: Updates for T5 SGE's Egress Congestion ThresholdKumar Sanghvi1-5/+13
2014-03-13cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potenti...Kumar Sanghvi1-18/+72
2014-03-13cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KBKumar Sanghvi1-2/+10
2014-02-18cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit()Kumar Sanghvi1-10/+22
2014-02-18cxgb4: LE-Workaround is not atomic in firmwareKumar Sanghvi1-1/+5
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-03cxgb4: allow large buffer size to have page sizeThadeu Lima de Souza Cascardo1-1/+1
2013-12-18net: cxgb4 calls skb_set_hashTom Herbert1-2/+4
2013-12-03cxgb4: Much cleaner implementation of is_t4()/is_t5()Hariprasad Shenai1-6/+6
2013-06-04cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Li RongQing1-1/+1