summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* cxgb4: Add PCI device ID for custom T522 & T520 adapterHariprasad Shenai2015-06-211-0/+2
* cxgb3: avoid needless buffer copy for firmwareKees Cook2015-06-211-6/+6
* cxgb4: Add debugfs entry to dump channel rateHariprasad Shenai2015-06-104-0/+117
* cxgb4: Add debugfs entry to dump CIM PIF logic analyzer contentsHariprasad Shenai2015-06-105-0/+95
* cxgb4: Add a debugfs entry to dump CIM MA logic analyzer logsHariprasad Shenai2015-06-105-0/+84
* cxgb4: Fix static checker warningHariprasad Shenai2015-06-051-1/+1
* cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register firstHariprasad Shenai2015-06-052-21/+83
* cxgb4: program pci completion timeoutHariprasad Shenai2015-06-051-0/+19
* cxgb4: Set mac addr from vpd, when we can't contact firmwareHariprasad Shenai2015-06-053-19/+81
* cxgb4: Rename t4_link_start() to t4_link_l1cfgHariprasad Shenai2015-06-054-6/+6
* cxgb4: Add sge ec context flush serviceHariprasad Shenai2015-06-054-5/+33
* cxgb4: Free Virtual Interfaces in remove routineHariprasad Shenai2015-06-053-0/+35
* cxgb4: Remove WOL get/set ethtool supportHariprasad Shenai2015-06-034-137/+0
* cxgb4: Add support to dump loopback port statsHariprasad Shenai2015-06-034-1/+92
* cxgb4: Add support in ethtool to dump channel statsHariprasad Shenai2015-06-034-1/+136
* cxgb4: Add ethtool support to get adapter statsHariprasad Shenai2015-06-035-46/+280
* cxgb4vf: Adds SRIOV driver changes for T6 adapterHariprasad Shenai2015-06-013-23/+54
* cxgb4: Adds support for T6 adapterHariprasad Shenai2015-06-0110-149/+524
* cxgb4: Add is_t6 macro and T6 register rangesHariprasad Shenai2015-06-012-0/+354
* cxgb4: remove unused fn to enable/disable db coalescingHariprasad Shenai2015-06-012-21/+0
* cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai2015-05-279-89/+89
* cxgb4: Add debugfs facility to inject FL starvationHariprasad Shenai2015-05-274-1/+81
* cxgb4: Add PHY firmware support for T420-BT cardsHariprasad Shenai2015-05-254-42/+375
* cxgb4: Update T4/T5 adapter register rangesHariprasad Shenai2015-05-211-31/+44
* cxgb4: Optimize and cleanup setup memory window codeHariprasad Shenai2015-05-213-77/+102
* cxgb4: replace ntoh{s, l} and hton{s, l} calls with the generic byteorderHariprasad Shenai2015-05-191-182/+217
* cxgb4: Remove dead function t4_read_edc and t4_read_mcHariprasad Shenai2015-05-192-114/+0
* cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai2015-05-129-147/+235
* cxgb4: Initialize RSS mode for all PortsHariprasad Shenai2015-05-093-7/+80
* cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai2015-05-052-2/+16
* cxgb4: Move SGE Ingress DMA state monitor code to a new routineHariprasad Shenai2015-05-053-79/+156
* cxgb4: Add device node to ULD infoHariprasad Shenai2015-05-053-1/+3
* cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()Hariprasad Shenai2015-05-053-0/+45
* cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai2015-05-055-13/+28
* cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai2015-05-052-1/+14
* cxgb4: Fix MC1 memory offset calculationHariprasad Shenai2015-04-291-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-262-16/+7
|\
| * VFS: Fix up some ->d_inode accesses in the chelsio driverDavid Howells2015-04-152-16/+7
* | cxgb4: drop __GFP_NOFAIL allocationMichal Hocko2015-04-161-3/+12
* | cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai2015-04-142-3/+6
* | 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-093-14/+14
* | cxgb4: Move ethtool related code to a separate fileHariprasad Shenai2015-04-075-1608/+1702
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-0210-62/+225
|\
| * cxgb4: Fix to dump devlog, even if FW is crashedHariprasad Shenai2015-04-014-26/+65
| * cxgb4: Firmware macro changes for fw verison 1.13.32.0Hariprasad Shenai2015-04-012-6/+41