summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-272-16/+7Star
|\
| * VFS: Fix up some ->d_inode accesses in the chelsio driverDavid Howells2015-04-152-16/+7Star
* | 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
| * cxgb4vf: Fix sparse warningsHariprasad Shenai2015-03-292-7/+11
| * cxgb4: Disable interrupts and napi before unregistering netdevHariprasad Shenai2015-03-291-7/+18
| * cxgb4: Allocate dynamic mem. for egress and ingress queue mapsHariprasad Shenai2015-03-293-15/+83
| * cxgb4: Fix frame size warning for 32 bit archHariprasad Shenai2015-03-251-1/+7
* | chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches2015-04-012-2/+2
* | cxgb4: fix boolreturn.cocci warningsWu Fengguang2015-03-291-3/+3
* | cxgb4: update Kconfig and Makefile for FCoE supportVarun Prakash2015-03-242-0/+12
* | cxgb4: add cxgb4_fcoe.c for FCoEVarun Prakash2015-03-243-3/+201
* | cxgb4: add cxgb4_fcoe.h and macro definitions for FCoEVarun Prakash2015-03-243-0/+89
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+1
|\|
| * cxgb4: fix coccinelle warningsHariprasad Shenai2015-03-101-1/+1
* | cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai2015-03-193-6/+2Star
* | cxgb4: Add device ID for new adapterHariprasad Shenai2015-03-191-0/+1
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-096-8/+8
* | cxgb4: Try and provide an RDMA CIQ per cpuHariprasad Shenai2015-03-053-17/+46
* | cxgb4: Move offload Rx queue allocation to separate functionHariprasad Shenai2015-03-051-38/+35Star
|/
* cxgb4: Fix PCI-E Memory window interface for big-endian systemsHariprasad Shenai2015-02-272-11/+45
* cxgb4: Fix incorrect 'c' suffix to %pI4, use %pISc insteadAnish Bhatt2015-02-202-30/+33
* Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-181-6/+3Star
|\
| * debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-171-6/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-171-1/+1
|\ \
| * | mode_t whack-a-mole: chelsioAl Viro2015-01-261-1/+1
| |/
* | cxgb4: Add support in cxgb4 to get expansion rom version via ethtoolHariprasad Shenai2015-02-094-0/+55
* | cxgb4: Fix trace observed while dumping clip_tblHariprasad Shenai2015-02-092-1/+4
* | cxgb4: Add support in debugfs to dump the congestion control tableHariprasad Shenai2015-02-084-0/+53
* | cxgb4: Add support to dump mailbox content in debugfsHariprasad Shenai2015-02-083-0/+91
* | cxgb4: Add support for ULP RX logic analyzer output in debugfsHariprasad Shenai2015-02-085-0/+58
* | cxgb4: Added support in debugfs to display TP logic analyzer outputHariprasad Shenai2015-02-085-0/+320
* | cxgb4: Add support in debugfs to display sensor informationHariprasad Shenai2015-02-082-0/+42
* | chelsio: cxgb4: fix sparse warningLad, Prabhakar2015-02-061-1/+1
* | cxgb4: Delete an unnecessary check before the function call "release_firmware"Markus Elfring2015-02-051-2/+1Star
* | cxgb4: Add low latency socket busy_poll supportHariprasad Shenai2015-02-054-3/+174
* | cxgb4 : Improve IEEE DCBx support, other minor open-lldp fixesAnish Bhatt2015-02-032-2/+107
* | cxgb4: Remove preprocessor check for CONFIG_CXGB4_DCBHariprasad Shenai2015-02-021-1/+23
* | cxgb4: Move firmware version MACRO to t4fw_version.hHariprasad Shenai2015-01-283-10/+49
* | cxgb4: Added support in debugfs to dump different timer and clock values of t...Hariprasad Shenai2015-01-272-0/+86
* | cxgb4: Added support in debugfs to dump PM module statsHariprasad Shenai2015-01-275-0/+135