summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-3/+4
|\
| * cxgb4: Allocate dynamic mem. for egress and ingress queue mapsHariprasad Shenai2015-03-291-3/+4
* | cxgb4: add cxgb4_fcoe.c for FCoEVarun Prakash2015-03-241-3/+71
|/
* cxgb4: Add low latency socket busy_poll supportHariprasad Shenai2015-02-041-1/+46
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* cxgb4: Ripping out old hard-wired initialization code in driverHariprasad Shenai2015-01-131-87/+11
* iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2015-01-121-4/+5
* cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register definesHariprasad Shenai2015-01-051-39/+39
* RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai2015-01-051-47/+49
* cxgb4/cxgb4vf: global named must be uniqueStephen Rothwell2014-12-101-1/+1
* cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai2014-12-091-72/+76
* cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai2014-11-221-57/+58
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-3/+27
|\
| * cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfersHariprasad Shenai2014-11-101-3/+27
* | cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt2014-11-131-1/+1
* | cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_pageAlexander Duyck2014-11-121-3/+3
* | cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-101-16/+16
|/
* cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5Hariprasad Shenai2014-10-091-1/+4
* cxgb4: clean up a type issueDan Carpenter2014-10-081-10/+8
* cxgb4: potential shift wrapping bugDan Carpenter2014-10-081-1/+1
* cxgb4: Add support for adaptive rxHariprasad Shenai2014-09-281-2/+22
* cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.Hariprasad Shenai2014-09-281-41/+145
* cxgb4: Free completed tx skbs promptlyHariprasad Shenai2014-08-211-1/+2
* cxgb4: only free allocated flsHariprasad Shenai2014-08-041-14/+21
* cxgb4 : Update copyright year on all cxgb4 filesAnish Bhatt2014-06-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-4/+7
|\
| * cxgb4: Change default Interrupt Holdoff Packet Count ThresholdHariprasad Shenai2014-06-101-1/+0
| * iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai2014-06-101-0/+4
OpenPOWER on IntegriCloud