aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-14cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai1-1/+23
2016-08-14cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai1-18/+103
2016-06-15cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai1-5/+2
2016-06-15cxgb4: Enable SR-IOV configuration via PCI sysfs interfaceHariprasad Shenai1-2/+64
2016-06-15cxgb4: Force cxgb4 driver as MASTER in kdump kernelHariprasad Shenai1-1/+8
2016-05-07cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai1-18/+20
2016-04-29cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai1-0/+12
2016-04-26cxgb4: DCB message handler needs to use correct portid to netdev mappingHariprasad Shenai1-2/+3
2016-04-26cxgb4: Properly decode port module typeHariprasad Shenai1-0/+11
2016-04-26cxgb4: add new routine to get adapter infoHariprasad Shenai1-8/+70
2016-04-06cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enableHariprasad Shenai1-1/+2
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-14/+83
2016-03-22cxgb4: update struct cxgb4_lld_info definitionVarun Prakash1-0/+4
2016-03-22cxgb4: large receive offload supportVarun Prakash1-11/+31
2016-03-22cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash1-4/+49
2016-02-18cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai1-56/+82
2015-12-24cxgb4: Remove deprecated module parametersHariprasad Shenai1-52/+2
2015-12-24cxgb4: Get TID calculation right for IPv6 modeHariprasad Shenai1-4/+4
2015-12-23cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai1-2/+3
2015-12-23cxgb4: get naming correct for iscsi queuesHariprasad Shenai1-26/+27
2015-12-23cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai1-2/+78
2015-12-17cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai1-8/+2
2015-12-11cxgb4: Handle clip return valuesHariprasad Shenai1-6/+16
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus 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-21cxgb4: 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-28cxgb4: Add HW timesptamp support for RXHariprasad Shenai1-0/+24
2015-09-09cxgb4: Fix for write-combining stats configurationHariprasad Shenai1-2/+5
2015-09-06cxgb4: 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-12cxgb4: Differentiate between stids between server and filter regionHariprasad Shenai1-5/+10
2015-08-12cxgb4: 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-08cxgb4: Don't use entire L2T table, use only its sliceHariprasad Shenai1-1/+1
2015-06-30cxgb4: use kvfree() in t4_free_mem()Pekka Enberg1-4/+1
2015-06-24Merge 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-05cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register firstHariprasad Shenai1-1/+1
2015-06-05cxgb4: Set mac addr from vpd, when we can't contact firmwareHariprasad Shenai1-3/+18
2015-06-05cxgb4: Rename t4_link_start() to t4_link_l1cfgHariprasad Shenai1-1/+1
2015-06-05cxgb4: Add sge ec context flush serviceHariprasad Shenai1-4/+1
2015-06-05cxgb4: Free Virtual Interfaces in remove routineHariprasad Shenai1-0/+5
2015-06-03cxgb4: Add ethtool support to get adapter statsHariprasad Shenai1-6/+4
2015-06-01cxgb4: Adds support for T6 adapterHariprasad Shenai1-10/+37
2015-06-01cxgb4: 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