summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-11cxgb4: Fix error path in cxgb4_init_moduleYueHaibing1-3/+12
2018-08-24cxgb4: when disabling dcb set txq dcb priority to 0Ganesh Goudar1-1/+1
2017-06-14cxgb4: avoid enabling napi twice to the same queueGanesh Goudar1-0/+4
2015-11-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+22
2015-10-22cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapterHariprasad Shenai1-1/+2
2015-10-22cxgb4: Add info print to display number of MSI-X vectors allocatedHariprasad Shenai1-0/+4
2015-10-22cxgb4: T6 adapter lld support for iw_cxgb4 driverHariprasad S1-0/+22
2015-10-11cxgb4: Enhance driver to update FW, when FW is too oldHariprasad Shenai1-1/+1
2015-10-05cxgb4: Report correct link speed for unsupported onesHariprasad Shenai1-1/+5
2015-09-29cxgb4: Add HW timesptamp support for RXHariprasad Shenai1-0/+24
2015-09-09cxgb4: Fix for write-combining stats configurationHariprasad Shenai1-2/+5
2015-09-07cxgb4: fix usage of uninitialized variablefrançois romieu1-11/+6
2015-08-28cxgb4: Force uninitialized state if FW in adapter is unsupportedHariprasad Shenai1-0/+4
2015-08-13cxgb4: Differentiate between stids between server and filter regionHariprasad Shenai1-5/+10
2015-08-13cxgb4: Differentiates between TIDs being used in TCAM and HASHHariprasad Shenai1-5/+27
2015-08-04cxgb4/cxgb4vf: read the correct bits of PL Who Am I registerHariprasad Shenai1-1/+33
2015-07-09cxgb4: Don't use entire L2T table, use only its sliceHariprasad Shenai1-1/+1
2015-07-01cxgb4: use kvfree() in t4_free_mem()Pekka Enberg1-4/+1
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-174/+317
2015-06-11cxgb4: Support for user mode bar2 mappings with T4Hariprasad S1-1/+3
2015-06-06cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register firstHariprasad Shenai1-1/+1
2015-06-06cxgb4: Set mac addr from vpd, when we can't contact firmwareHariprasad Shenai1-3/+18
2015-06-06cxgb4: Rename t4_link_start() to t4_link_l1cfgHariprasad Shenai1-1/+1
2015-06-06cxgb4: Add sge ec context flush serviceHariprasad Shenai1-4/+1
2015-06-06cxgb4: Free Virtual Interfaces in remove routineHariprasad Shenai1-0/+5
2015-06-04cxgb4: Add ethtool support to get adapter statsHariprasad Shenai1-6/+4
2015-06-02cxgb4: Adds support for T6 adapterHariprasad Shenai1-10/+37
2015-06-02cxgb4: remove unused fn to enable/disable db coalescingHariprasad Shenai1-19/+0
2015-05-27cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai1-39/+39
2015-05-27cxgb4: Add debugfs facility to inject FL starvationHariprasad Shenai1-1/+19
2015-05-25cxgb4: Add PHY firmware support for T420-BT cardsHariprasad Shenai1-2/+153
2015-05-22cxgb4: Optimize and cleanup setup memory window codeHariprasad Shenai1-77/+2
2015-05-13cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai1-1/+1
2015-05-09cxgb4: Initialize RSS mode for all PortsHariprasad Shenai1-7/+30
2015-05-06cxgb4: Add device node to ULD infoHariprasad Shenai1-0/+1
2015-05-06cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai1-4/+6
2015-04-16cxgb4: drop __GFP_NOFAIL allocationMichal Hocko1-3/+12
2015-04-14cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai1-1/+2
2015-04-08cxgb4: Move ethtool related code to a separate fileHariprasad Shenai1-1607/+11
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-39/+98
2015-04-01cxgb4: Fix to dump devlog, even if FW is crashedHariprasad Shenai1-26/+7
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 Shenai1-6/+73
2015-03-24cxgb4: add cxgb4_fcoe.c for FCoEVarun Prakash1-0/+8
2015-03-19cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai1-1/+1
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-05cxgb4: Try and provide an RDMA CIQ per cpuHariprasad Shenai1-14/+39
2015-03-05cxgb4: Move offload Rx queue allocation to separate functionHariprasad Shenai1-38/+35
2015-02-10cxgb4: Add support in cxgb4 to get expansion rom version via ethtoolHariprasad Shenai1-0/+9
2015-02-05cxgb4: Delete an unnecessary check before the function call "release_firmware"Markus Elfring1-2/+1