aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-23cxgb4/cxgb4vf: Fix typo in commentsJiang Jian1-1/+1
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-06-30cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan1-3/+3
2020-06-23cxgb4vf: update kernel-doc line commentsRahul Lakkireddy1-6/+3
2019-12-30cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy1-7/+11
2019-03-29cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni1-0/+10
2019-01-22cxgb4/cxgb4vf: Link management changesVishal Kulkarni1-2/+4
2018-05-25cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath1-0/+24
2018-05-25cxgb4/cxgb4vf: link management changes for new SFPGanesh Goudar1-1/+46
2018-05-23cxgb4: change the port capability bits definitionGanesh Goudar1-1/+1
2018-01-24cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar1-0/+28
2017-10-04cxgb4vf: make a couple of functions staticColin Ian King1-3/+3
2017-08-20cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar1-86/+370
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2016-09-21cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapterHariprasad Shenai1-2/+7
2016-08-14cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai1-6/+57
2016-07-25cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar1-0/+3
2016-06-25cxgb4vf: Synchronize access to mailboxHariprasad Shenai1-0/+55
2016-04-29cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai1-25/+47
2016-03-02cxgb4vf: Make sge init code more readableHariprasad Shenai1-0/+55
2016-02-18cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai1-17/+71
2015-12-23cxgb4vf: Update to 128 byte mailbox size for T6 adapterHariprasad Shenai1-2/+9
2015-08-04cxgb4/cxgb4vf: read the correct bits of PL Who Am I registerHariprasad Shenai1-1/+2
2015-06-01cxgb4vf: Adds SRIOV driver changes for T6 adapterHariprasad Shenai1-7/+17
2015-05-27cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai1-6/+6
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-03-29cxgb4vf: Fix sparse warningsHariprasad Shenai1-3/+3
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-01-13cxgb4vf: Initialize mdio_addr before using itHariprasad Shenai1-0/+2
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register definesHariprasad Shenai1-3/+3
2015-01-05cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM related register definesHariprasad Shenai1-7/+7
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register definesHariprasad Shenai1-3/+3
2015-01-05RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai1-8/+9
2014-12-22cxgb4vf: Fix ethtool get_settings for VF driverHariprasad Shenai1-25/+29
2014-12-09cxgb4/cxgb4vf: Add code to calculate T5 BAR2 Offsets for SGE Queue RegistersHariprasad Shenai1-1/+97
2014-12-09cxgb4vf: Add and initialize some sge params for VF driverHariprasad Shenai1-0/+77
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FWHariprasad Shenai1-26/+26
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai1-50/+50
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai1-4/+4
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDSTHariprasad Shenai1-36/+36
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+27
2014-11-10cxgb4vf: FL Starvation Threshold needs to be larger than the SGE's Egress Congestion ThresholdHariprasad Shenai1-1/+4
2014-11-10cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfersHariprasad Shenai1-0/+23
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-75/+75
2014-10-09cxgb4vf: Add 40G support for cxgb4vf driverHariprasad Shenai1-3/+7
2013-12-22cxgb4: make functions static and remove dead codestephen hemminger1-2/+2
2013-12-03cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai1-2/+2
2013-03-14cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur1-4/+10
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1