summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2015-06-04cxgb4: Remove WOL get/set ethtool supportHariprasad Shenai4-137/+0
2015-06-04cxgb4: Add support to dump loopback port statsHariprasad Shenai4-1/+92
2015-06-04cxgb4: Add support in ethtool to dump channel statsHariprasad Shenai4-1/+136
2015-06-04cxgb4: Add ethtool support to get adapter statsHariprasad Shenai5-46/+280
2015-06-02cxgb4vf: Adds SRIOV driver changes for T6 adapterHariprasad Shenai3-23/+54
2015-06-02cxgb4: Adds support for T6 adapterHariprasad Shenai10-149/+524
2015-06-02cxgb4: Add is_t6 macro and T6 register rangesHariprasad Shenai2-0/+354
2015-06-02cxgb4: remove unused fn to enable/disable db coalescingHariprasad Shenai2-21/+0
2015-05-27cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai9-89/+89
2015-05-27cxgb4: Add debugfs facility to inject FL starvationHariprasad Shenai4-1/+81
2015-05-25cxgb4: Add PHY firmware support for T420-BT cardsHariprasad Shenai4-42/+375
2015-05-22cxgb4: Update T4/T5 adapter register rangesHariprasad Shenai1-31/+44
2015-05-22cxgb4: Optimize and cleanup setup memory window codeHariprasad Shenai3-77/+102
2015-05-19cxgb4: replace ntoh{s, l} and hton{s, l} calls with the generic byteorderHariprasad Shenai1-182/+217
2015-05-19cxgb4: Remove dead function t4_read_edc and t4_read_mcHariprasad Shenai2-114/+0
2015-05-13cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai9-147/+235
2015-05-09cxgb4: Initialize RSS mode for all PortsHariprasad Shenai3-7/+80
2015-05-06cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai2-2/+16
2015-05-06cxgb4: Move SGE Ingress DMA state monitor code to a new routineHariprasad Shenai3-79/+156
2015-05-06cxgb4: Add device node to ULD infoHariprasad Shenai3-1/+3
2015-05-06cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()Hariprasad Shenai3-0/+45
2015-05-06cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai5-13/+28
2015-05-06cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai2-1/+14
2015-04-29cxgb4: Fix MC1 memory offset calculationHariprasad Shenai1-1/+1
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-16/+7
2015-04-16cxgb4: drop __GFP_NOFAIL allocationMichal Hocko1-3/+12
2015-04-15VFS: Fix up some ->d_inode accesses in the chelsio driverDavid Howells2-16/+7
2015-04-14cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai2-3/+6
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 Duyck3-14/+14
2015-04-08cxgb4: Move ethtool related code to a separate fileHariprasad Shenai5-1608/+1702
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-62/+225
2015-04-01cxgb4: Fix to dump devlog, even if FW is crashedHariprasad Shenai4-26/+65
2015-04-01cxgb4: Firmware macro changes for fw verison 1.13.32.0Hariprasad Shenai2-6/+41
2015-04-01chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches2-2/+2
2015-03-29cxgb4vf: Fix sparse warningsHariprasad Shenai2-7/+11
2015-03-29cxgb4: Disable interrupts and napi before unregistering netdevHariprasad Shenai1-7/+18
2015-03-29cxgb4: Allocate dynamic mem. for egress and ingress queue mapsHariprasad Shenai3-15/+83
2015-03-29cxgb4: fix boolreturn.cocci warningsWu Fengguang1-3/+3
2015-03-25cxgb4: Fix frame size warning for 32 bit archHariprasad Shenai1-1/+7
2015-03-24cxgb4: update Kconfig and Makefile for FCoE supportVarun Prakash2-0/+12
2015-03-24cxgb4: add cxgb4_fcoe.c for FCoEVarun Prakash3-3/+201
2015-03-24cxgb4: add cxgb4_fcoe.h and macro definitions for FCoEVarun Prakash3-0/+89
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-19cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai3-6/+2
2015-03-19cxgb4: Add device ID for new adapterHariprasad Shenai1-0/+1
2015-03-10cxgb4: fix coccinelle warningsHariprasad Shenai1-1/+1