summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-225-18/+68
|\
| *-. Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' ...Doug Ledford2015-04-155-18/+68
| |\ \
| | | * net/mlx4_core: Return the admin alias GUID upon host view requestYishai Hadas2015-04-151-14/+27
| | | * net/mlx4_core: Raise slave shutdown event upon FLRYishai Hadas2015-04-151-0/+2
| | | * net/mlx4_core: Set initial admin GUIDs for VFsYishai Hadas2015-04-152-0/+16
| | | * net/mlx4_core: Manage alias GUID per VFYishai Hadas2015-04-152-0/+17
| | |/ | |/|
| | * mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit archi...Honggang LI2015-04-151-4/+6
| |/
* | net/mlx4_core: Fix reading HCA max message size in mlx4_QUERY_DEV_CAPEran Ben Elisha2015-04-211-1/+1
|/
* mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck2015-04-094-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-1/+2
|\
| * net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein2015-04-061-1/+2
* | net/mlx5_core: Extend struct mlx5_interface to support multiple protocolsSaeed Mahameed2015-04-021-0/+22
* | net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_coreSaeed Mahameed2015-04-021-0/+91
* | net/mlx5_core: Update module info macros for ConnectX4 SupportAchiad Shochat2015-04-021-3/+3
* | net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed2015-04-0218-18/+18
* | net/mlx5_core: Fix a bug in alloc_tokenAchiad Shochat2015-04-021-1/+4
* | net/mlx5_core: Avoid usage command work entry after writing command doorbellIra Gusinsky2015-04-021-1/+2
* | net/mlx5_core: Avoid copying outbox in aysnc command completionEli Cohen2015-04-021-1/+2
* | net/mlx5_core: Use coherent memory for command interface pageEli Cohen2015-04-021-23/+49
* | net/mlx5_core: Use the right inbox struct in destroy mkey commandAchiad Shochat2015-04-021-1/+1
* | net/mlx5_core: Clear doorbell record inside mlx5_db_alloc()Saeed Mahameed2015-04-021-0/+3
* | net/mlx5_core: Avoid setting DC requestor/responder resourcesEli Cohen2015-04-021-2/+0
* | net/mlx5_core: Allocate firmware pages from device's NUMA nodeEli Cohen2015-04-021-1/+2
* | net/mlx4_en: Add RX-ALL supportMuhammad Mahajna2015-04-025-2/+81
* | net/mlx4_en: Add RX-FCS supportMuhammad Mahajna2015-04-022-7/+31
* | net/mlx4_en: Add interface identify supportIdo Shamay2015-04-024-0/+64
* | net/mlx4: Add SET_PORT opcode modifiers enumerationIdo Shamay2015-04-022-16/+23
* | net/mlx4: Set enhanced QoS support by default when ETS supportedIdo Shamay2015-04-021-3/+3
* | net/mlx4: Warn users of depracated QoS FirmwareIdo Shamay2015-04-023-3/+14
* | net/mlx4_en: Enable TX rate limit per VFIdo Shamay2015-04-022-1/+187
* | net/mlx4: Added qos_vport QP configuration in VST modeIdo Shamay2015-04-025-1/+24
* | net/mlx4: Allocate VPPs for each port on PF initIdo Shamay2015-04-023-0/+76
* | net/mlx4: Query device for QoS per VF supportIdo Shamay2015-04-021-1/+9
* | net/mlx4: Add mlx4_SET_VPORT_QOS implementationIdo Shamay2015-04-023-0/+134
* | net/mlx4: Add mlx4_ALLOCATE_VPP implementationIdo Shamay2015-04-023-0/+112
* | net/mlx4: New file for QoS related firmware commandsIdo Shamay2015-04-026-88/+204
* | net/mlx4: Aesthetic code changes in multi_func_initIdo Shamay2015-04-021-4/+15
* | net/mlx4: Make mlx4_is_eth visible inline funcionIdo Shamay2015-04-021-5/+0
* | net/mlx4_en: Change loopback only upon feature changeIdo Shamay2015-04-022-7/+10
* | net/mlx4: Add RSS support for fragmented IP datagramsIdo Shamay2015-04-023-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-024-19/+22
|\ \ | |/
| * net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutexJack Morgenstein2015-03-243-12/+14
| * net/mlx4_en: Call register_netdevice in the proper locationIdo Shamay2015-03-241-7/+8
* | ptp: mlx4: use helpers for converting ns to timespec.Richard Cochran2015-03-311-3/+1
* | net/mlx4_en: Moderate ethtool callback to show more statisticsEran Ben Elisha2015-03-313-46/+130
* | net/mlx4_en: Add Flow control statistics display via ethtoolMatan Barak2015-03-317-7/+253
* | net/mlx4_en: Protect access to the statistics bitmapEran Ben Elisha2015-03-313-17/+23
* | net/mlx4_en: Support general selective view of ethtool statisticsEran Ben Elisha2015-03-314-65/+109
* | net/mlx4_en: Move statistics bitmap setting to the Ethernet driverEran Ben Elisha2015-03-313-22/+23
* | net/mlx4_en: Create new header file for all statistics infoEran Ben Elisha2015-03-314-35/+49
OpenPOWER on IntegriCloud