aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-09mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck4-10/+10
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-04-06net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein1-1/+2
2015-04-02net/mlx5_core: Extend struct mlx5_interface to support multiple protocolsSaeed Mahameed1-0/+22
2015-04-02net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_coreSaeed Mahameed1-0/+91
2015-04-02net/mlx5_core: Update module info macros for ConnectX4 SupportAchiad Shochat1-3/+3
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed18-18/+18
2015-04-02net/mlx5_core: Fix a bug in alloc_tokenAchiad Shochat1-1/+4
2015-04-02net/mlx5_core: Avoid usage command work entry after writing command doorbellIra Gusinsky1-1/+2
2015-04-02net/mlx5_core: Avoid copying outbox in aysnc command completionEli Cohen1-1/+2
2015-04-02net/mlx5_core: Use coherent memory for command interface pageEli Cohen1-23/+49
2015-04-02net/mlx5_core: Use the right inbox struct in destroy mkey commandAchiad Shochat1-1/+1
2015-04-02net/mlx5_core: Clear doorbell record inside mlx5_db_alloc()Saeed Mahameed1-0/+3
2015-04-02net/mlx5_core: Avoid setting DC requestor/responder resourcesEli Cohen1-2/+0
2015-04-02net/mlx5_core: Allocate firmware pages from device's NUMA nodeEli Cohen1-1/+2
2015-04-02net/mlx4_en: Add RX-ALL supportMuhammad Mahajna5-2/+81
2015-04-02net/mlx4_en: Add RX-FCS supportMuhammad Mahajna2-7/+31
2015-04-02net/mlx4_en: Add interface identify supportIdo Shamay4-0/+64
2015-04-02net/mlx4: Add SET_PORT opcode modifiers enumerationIdo Shamay2-16/+23
2015-04-02net/mlx4: Set enhanced QoS support by default when ETS supportedIdo Shamay1-3/+3
2015-04-02net/mlx4: Warn users of depracated QoS FirmwareIdo Shamay3-3/+14
2015-04-02net/mlx4_en: Enable TX rate limit per VFIdo Shamay2-1/+187
2015-04-02net/mlx4: Added qos_vport QP configuration in VST modeIdo Shamay5-1/+24
2015-04-02net/mlx4: Allocate VPPs for each port on PF initIdo Shamay3-0/+76
2015-04-02net/mlx4: Query device for QoS per VF supportIdo Shamay1-1/+9
2015-04-02net/mlx4: Add mlx4_SET_VPORT_QOS implementationIdo Shamay3-0/+134
2015-04-02net/mlx4: Add mlx4_ALLOCATE_VPP implementationIdo Shamay3-0/+112
2015-04-02net/mlx4: New file for QoS related firmware commandsIdo Shamay6-88/+204
2015-04-02net/mlx4: Aesthetic code changes in multi_func_initIdo Shamay1-4/+15
2015-04-02net/mlx4: Make mlx4_is_eth visible inline funcionIdo Shamay1-5/+0
2015-04-02net/mlx4_en: Change loopback only upon feature changeIdo Shamay2-7/+10
2015-04-02net/mlx4: Add RSS support for fragmented IP datagramsIdo Shamay3-0/+15
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-19/+22
2015-03-31ptp: mlx4: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31net/mlx4_en: Moderate ethtool callback to show more statisticsEran Ben Elisha3-46/+130
2015-03-31net/mlx4_en: Add Flow control statistics display via ethtoolMatan Barak7-7/+253
2015-03-31net/mlx4_en: Protect access to the statistics bitmapEran Ben Elisha3-17/+23
2015-03-31net/mlx4_en: Support general selective view of ethtool statisticsEran Ben Elisha4-65/+109
2015-03-31net/mlx4_en: Move statistics bitmap setting to the Ethernet driverEran Ben Elisha3-22/+23
2015-03-31net/mlx4_en: Create new header file for all statistics infoEran Ben Elisha4-35/+49
2015-03-31net/mlx4_en: Fix port counters statistics bitmaskEran Ben Elisha1-1/+1
2015-03-31ptp: mlx4: convert to the 64 bit get/set time methods.Richard Cochran1-5/+6
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+1
2015-03-24net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutexJack Morgenstein3-12/+14
2015-03-24net/mlx4_en: Call register_netdevice in the proper locationIdo Shamay1-7/+8
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2015-03-18net/mlx4_en: mlx4_en_set_tx_maxrate() can be staticWu Fengguang1-1/+1
2015-03-18net/mlx4_en: Set statistics bitmap at port initEran Ben Elisha1-2/+2
2015-03-18net/mlx4_en: Fix off-by-one in ethtool statistics displayEran Ben Elisha1-1/+1
2015-03-18net/mlx4_en: Add tx queue maxrate supportOr Gerlitz1-0/+29