summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Remove deprecated module parametersHariprasad Shenai2015-12-241-52/+2
* cxgb4: Get TID calculation right for IPv6 modeHariprasad Shenai2015-12-241-4/+4
* cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai2015-12-231-2/+3
* cxgb4: get naming correct for iscsi queuesHariprasad Shenai2015-12-231-26/+27
* cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai2015-12-231-2/+78
* cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai2015-12-171-8/+2
* cxgb4: Handle clip return valuesHariprasad Shenai2015-12-111-6/+16
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-071-0/+22
|\
| * cxgb4: T6 adapter lld support for iw_cxgb4 driverHariprasad S2015-10-211-0/+22
* | cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapterHariprasad Shenai2015-10-221-1/+2
* | cxgb4: Add info print to display number of MSI-X vectors allocatedHariprasad Shenai2015-10-221-0/+4
* | cxgb4: Enhance driver to update FW, when FW is too oldHariprasad Shenai2015-10-111-1/+1
* | cxgb4: Report correct link speed for unsupported onesHariprasad Shenai2015-10-051-1/+5
* | cxgb4: Add HW timesptamp support for RXHariprasad Shenai2015-09-281-0/+24
|/
* cxgb4: Fix for write-combining stats configurationHariprasad Shenai2015-09-091-2/+5
* cxgb4: fix usage of uninitialized variablefrançois romieu2015-09-061-11/+6
* cxgb4: Force uninitialized state if FW in adapter is unsupportedHariprasad Shenai2015-08-281-0/+4
* cxgb4: Differentiate between stids between server and filter regionHariprasad Shenai2015-08-121-5/+10
* cxgb4: Differentiates between TIDs being used in TCAM and HASHHariprasad Shenai2015-08-121-5/+27
* cxgb4/cxgb4vf: read the correct bits of PL Who Am I registerHariprasad Shenai2015-08-041-1/+33
* cxgb4: Don't use entire L2T table, use only its sliceHariprasad Shenai2015-07-081-1/+1
* cxgb4: use kvfree() in t4_free_mem()Pekka Enberg2015-06-301-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-174/+317
|\
| * cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register firstHariprasad Shenai2015-06-051-1/+1
| * cxgb4: Set mac addr from vpd, when we can't contact firmwareHariprasad Shenai2015-06-051-3/+18
| * cxgb4: Rename t4_link_start() to t4_link_l1cfgHariprasad Shenai2015-06-051-1/+1
| * cxgb4: Add sge ec context flush serviceHariprasad Shenai2015-06-051-4/+1
| * cxgb4: Free Virtual Interfaces in remove routineHariprasad Shenai2015-06-051-0/+5
| * cxgb4: Add ethtool support to get adapter statsHariprasad Shenai2015-06-031-6/+4
| * cxgb4: Adds support for T6 adapterHariprasad Shenai2015-06-011-10/+37
| * cxgb4: remove unused fn to enable/disable db coalescingHariprasad Shenai2015-06-011-19/+0
| * cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai2015-05-271-39/+39
| * cxgb4: Add debugfs facility to inject FL starvationHariprasad Shenai2015-05-271-1/+19
| * cxgb4: Add PHY firmware support for T420-BT cardsHariprasad Shenai2015-05-251-2/+153
| * cxgb4: Optimize and cleanup setup memory window codeHariprasad Shenai2015-05-211-77/+2
| * cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai2015-05-121-1/+1
| * cxgb4: Initialize RSS mode for all PortsHariprasad Shenai2015-05-091-7/+30
| * cxgb4: Add device node to ULD infoHariprasad Shenai2015-05-051-0/+1
| * cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai2015-05-051-4/+6
* | cxgb4: Support for user mode bar2 mappings with T4Hariprasad S2015-06-111-1/+3
|/
* 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-141-1/+2
* cxgb4: Move ethtool related code to a separate fileHariprasad Shenai2015-04-071-1607/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-39/+98
|\
| * cxgb4: Fix to dump devlog, even if FW is crashedHariprasad Shenai2015-04-011-26/+7
| * 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-291-6/+73
* | cxgb4: add cxgb4_fcoe.c for FCoEVarun Prakash2015-03-241-0/+8
* | cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai2015-03-191-1/+1
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
OpenPOWER on IntegriCloud