summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf
Commit message (Expand)AuthorAgeFilesLines
...
* cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai2016-04-294-25/+192
* cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enableHariprasad Shenai2016-04-061-1/+2
* cxgb4vf: Set number of queues in pci probe onlyHariprasad Shenai2016-03-101-4/+4
* cxgb4vf: Add a couple more checks for invalid provisioning configurationsHariprasad Shenai2016-03-101-0/+5
* cxgb4vf: Configure queue based on resource and interrupt typeHariprasad Shenai2016-03-101-71/+94
* cxgb4vf: Enable interrupts before we register our network devicesHariprasad Shenai2016-03-101-25/+26
* cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrsHariprasad Shenai2016-03-021-46/+0Star
* cxgb4vf: Remove redundant adapter ready check during probeHariprasad Shenai2016-03-021-10/+0Star
* cxgb4vf: Make sge init code more readableHariprasad Shenai2016-03-023-37/+59
* cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai2016-03-021-1/+12
* cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai2016-03-021-1/+1
* cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai2016-02-184-61/+171
* cxgb4vf: Update to 128 byte mailbox size for T6 adapterHariprasad Shenai2015-12-242-2/+10
* cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai2015-12-241-2/+9
* cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapterHariprasad Shenai2015-10-221-1/+1
* cxgb4/cxgb4vf: read the correct bits of PL Who Am I registerHariprasad Shenai2015-08-041-1/+2
* cxgb4vf: Read correct FL congestion threshold for T5 and T6Hariprasad Shenai2015-07-271-2/+16
* cxgb4vf: Fix check to use new User Doorbell mechanismHariprasad Shenai2015-07-091-3/+9
* cxgb4vf: Adds SRIOV driver changes for T6 adapterHariprasad Shenai2015-06-023-23/+54
* cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai2015-05-273-13/+13
* cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai2015-05-132-42/+44
* cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai2015-05-061-1/+8
* cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai2015-05-061-1/+5
* cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck2015-04-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-022-7/+11
|\
| * cxgb4vf: Fix sparse warningsHariprasad Shenai2015-03-292-7/+11
* | cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai2015-03-191-1/+1
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-092-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-152-1/+3
|\
| * cxgb4vf: Fix queue allocation for 40G adapterHariprasad Shenai2015-01-141-1/+1
| * cxgb4vf: Initialize mdio_addr before using itHariprasad Shenai2015-01-131-0/+2
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* | iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2015-01-122-4/+4
* | iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess...Hariprasad Shenai2015-01-121-1/+1
* | cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register definesHariprasad Shenai2015-01-052-4/+4
* | cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM related register definesHariprasad Shenai2015-01-052-9/+9
* | cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register definesHariprasad Shenai2015-01-052-9/+9
* | RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai2015-01-053-45/+43Star
|/
* cxgb4vf: Fix ethtool get_settings for VF driverHariprasad Shenai2014-12-224-41/+161
* cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai2014-12-093-35/+169
* cxgb4/cxgb4vf: Add code to calculate T5 BAR2 Offsets for SGE Queue RegistersHariprasad Shenai2014-12-092-1/+105
* cxgb4vf: Add and initialize some sge params for VF driverHariprasad Shenai2014-12-093-3/+112
* cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai2014-11-251-61/+12Star
* RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,...Hariprasad Shenai2014-11-222-34/+34
* cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai2014-11-221-50/+50
* cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai2014-11-222-35/+36
* RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an...Hariprasad Shenai2014-11-222-41/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-144-47/+127
|\
| * cxgb4vf: FL Starvation Threshold needs to be larger than the SGE's Egress Con...Hariprasad Shenai2014-11-103-7/+15
| * cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfersHariprasad Shenai2014-11-103-2/+53