summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-1412-114/+169
|\
| * net/mlx4_core: Fix qp mtt size calculationJack Morgenstein2019-03-121-3/+3
| * net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein2019-03-121-0/+8
| * net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein2019-03-121-0/+1
| * mlxsw: minimal: Initialize base_macJiri Pirko2019-03-121-0/+18
| * mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak2019-03-121-10/+11
| * net/mlx5: Avoid panic when setting vport rateTonghao Zhang2019-03-111-4/+9
| * net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang2019-03-111-2/+2
| * net/mlx5e: Fix access to non-existing receive queueTariq Toukan2019-03-111-0/+3
| * net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud2019-03-111-3/+8
| * net/mlx5: Remove redundant lag function to get pf numRoi Dayan2019-03-112-23/+0
| * net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan2019-03-111-6/+7
| * net/mlx5: Consolidate update FTE for all removal changesEli Britstein2019-03-111-6/+25
| * net/mlx5: Add a locked flag to node removal functionsEli Britstein2019-03-111-42/+44
| * net/mlx5: Add modify FTE helper functionEli Britstein2019-03-112-21/+30
| * net/mlx5: Fix multiple updates of steering rules in parallelEli Britstein2019-03-111-0/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-101-31/+54
|\ \ | |/ |/|
| * net/mlx5: ODP support for XRC transport is not enabled by default in FWMoni Shoua2019-03-061-16/+23
| * Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-02-2121-254/+462
| |\
| | * net/mlx5: Factor out HCA capabilities functionsLeon Romanovsky2019-02-191-15/+31
| * | Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-0421-144/+267
| |\ \
* | | | net/mlx5e: Update tx reporter status in case channels were successfully openedEran Ben Elisha2019-03-041-0/+4
* | | | mellanox: Switch to bitmap_zalloc()Andy Shevchenko2019-03-045-22/+16
* | | | mlxsw: i2c: Extend initialization by querying resources dataVadim Pasternak2019-03-042-6/+17
* | | | mlxsw: i2c: Extend input parameters list of command APIVadim Pasternak2019-03-041-19/+101
* | | | mlxsw: i2c: Modify input parameter name in initialization APIVadim Pasternak2019-03-041-1/+1
* | | | mlxsw: i2c: Fix comment misspellingVadim Pasternak2019-03-041-1/+1
* | | | mlxsw: core: Move resource query API to common locationVadim Pasternak2019-03-043-37/+40
* | | | mlxsw: minimal: Add ethtool supportVadim Pasternak2019-03-041-2/+322
* | | | mlxsw: minimal: Make structures and variables names shorterVadim Pasternak2019-03-041-18/+18
* | | | mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak2019-03-043-107/+139
* | | | Merge tag 'mlx5-updates-2019-03-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-03-0214-109/+604
|\ \ \ \
| * | | | net/mlx5: Update the list of the PCI supported devicesEran Ben Elisha2019-03-011-0/+2
| * | | | net/mlx5e: Set peer flow needed also for multipathRoi Dayan2019-03-011-2/+9
| * | | | net/mlx5e: Update check for merged eswitch deviceRoi Dayan2019-03-011-4/+3
| * | | | net/mlx5e: Use hint to resolve route when in HW multipath modeRoi Dayan2019-03-011-0/+12
| * | | | net/mlx5e: Always query offloaded tc peer rule counterRoi Dayan2019-03-011-11/+15
| * | | | net/mlx5e: Re-attempt to offload flows on multipath port affinity eventsRoi Dayan2019-03-014-12/+71
| * | | | net/mlx5: Emit port affinity event for multipath offloadsRoi Dayan2019-03-011-0/+11
| * | | | net/mlx5e: Allow one failure when offloading tc encap rules under multipathRoi Dayan2019-03-011-2/+12
| * | | | net/mlx5e: Don't inherit flow flags on peer flow creationRoi Dayan2019-03-011-3/+4
| * | | | net/mlx5e: Activate HW multipath and handle port affinity based on FIB eventsRoi Dayan2019-03-016-0/+326
| * | | | net/mlx5: Add multipath modeRoi Dayan2019-03-013-2/+27
| * | | | net/mlx5: Use own workqueue for lag netdev events processingRoi Dayan2019-03-012-1/+9
| * | | | net/mlx5: Expose lag operations in header fileRoi Dayan2019-03-012-48/+68
| * | | | net/mlx5: Use unsigned int bit instead of bool as a struct memberRoi Dayan2019-03-011-1/+1
| * | | | net/mlx5e: Don't make internal use of errno to denote missing neighRoi Dayan2019-03-012-14/+22
| * | | | net/mlx5e: Cleanup attach encap functionRoi Dayan2019-03-011-14/+17
| * | | | net/mlx5e: Declare mlx5e_tx_reporter_recover_from_ctx as staticEran Ben Elisha2019-03-011-1/+1
* | | | | mlxsw: spectrum_acl: Make mlxsw_sp_acl_tcam_vregion_rehash() return voidJiri Pirko2019-03-021-8/+4