summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c
AgeCommit message (Expand)Author
2016-11-16cxgb4: do not call napi_hash_del()Eric Dumazet
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai
2016-08-18cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai
2016-07-30cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai
2016-04-26cxgb4: Avoids race and deadlock while freeing tx descriptorHariprasad Shenai
2016-04-11cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-22cxgb4: large receive offload supportVarun Prakash
2016-03-22cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash
2016-03-02cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai
2016-03-02cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai
2015-12-23cxgb4: Update SGE context congestion map change for T6 adapterHariprasad Shenai
2015-12-23cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai
2015-12-23cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai
2015-12-23cxgb4: Use napi_complete_done() api in napi handlerHariprasad Shenai
2015-12-23cxgb4: Use the node info to alloc_ring() for RX queuesHariprasad Shenai
2015-12-23cxgb4: get naming correct for iscsi queuesHariprasad Shenai
2015-12-08cxgb4: Add FL DMA mapping error and low counterHariprasad Shenai
2015-12-08cxgb4: Deal with wrap-around of queue for Work requestHariprasad Shenai
2015-12-08cxgb4: prevent simultaneous execution of service_ofldq()Hariprasad Shenai
2015-12-08cxgb4: Use ACCES_ONCE macro to read queue's consumer indexHariprasad Shenai
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-09-28cxgb4: Add HW timesptamp support for RXHariprasad Shenai
2015-09-09cxgb4: Fix tx flit calculationHariprasad Shenai
2015-08-12cxgb4: Add debugfs support to dump tid infoHariprasad Shenai
2015-07-21cxgb4 : Fill DCB priority in vlan control headersAnish Bhatt
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-11cxgb4: Support for user mode bar2 mappings with T4Hariprasad S
2015-06-01cxgb4: Adds support for T6 adapterHariprasad Shenai
2015-05-27cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai
2015-05-27cxgb4: Add debugfs facility to inject FL starvationHariprasad Shenai
2015-05-12cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai
2015-05-05cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai
2015-05-05cxgb4: Move SGE Ingress DMA state monitor code to a new routineHariprasad Shenai
2015-05-05cxgb4: Add device node to ULD infoHariprasad Shenai
2015-05-05cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()Hariprasad Shenai
2015-05-05cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai
2015-05-05cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai
2015-04-14cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai
2015-04-14cxgb4: Add comment for calculate tx flits and sge length codeHariprasad Shenai
2015-04-14cxgb4: Use device node in page allocationHariprasad Shenai
2015-04-14cxgb4: Freelist starving threshold varies from adapter to adapterHariprasad Shenai
2015-04-14cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesHariprasad Shenai
2015-04-09cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-29cxgb4: Allocate dynamic mem. for egress and ingress queue mapsHariprasad Shenai
2015-03-24cxgb4: add cxgb4_fcoe.c for FCoEVarun Prakash
2015-02-04cxgb4: Add low latency socket busy_poll supportHariprasad Shenai
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko