summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai2016-06-151-5/+2
* cxgb4: Enable SR-IOV configuration via PCI sysfs interfaceHariprasad Shenai2016-06-151-2/+64
* cxgb4: Force cxgb4 driver as MASTER in kdump kernelHariprasad Shenai2016-06-151-1/+8
* cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai2016-05-071-18/+20
* cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai2016-04-291-0/+12
* cxgb4: DCB message handler needs to use correct portid to netdev mappingHariprasad Shenai2016-04-261-2/+3
* cxgb4: Properly decode port module typeHariprasad Shenai2016-04-261-0/+11
* cxgb4: add new routine to get adapter infoHariprasad Shenai2016-04-261-8/+70
* cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enableHariprasad Shenai2016-04-061-1/+2
* Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-231-14/+83
|\
| * cxgb4: update struct cxgb4_lld_info definitionVarun Prakash2016-03-221-0/+4
| * cxgb4: large receive offload supportVarun Prakash2016-03-221-11/+31
| * cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash2016-03-221-4/+49
* | cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai2016-02-181-56/+82
|/
* 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
OpenPOWER on IntegriCloud