summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: pci: Add max span resources to resources queryNogah Frankel2016-07-252-0/+7
* mlxsw: pci: Add resources query implementation.Nogah Frankel2016-07-256-3/+109
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-2410-72/+176
|\
| * net/mlx5e: Fix del vxlan port command buffer memsetSaeed Mahameed2016-07-211-2/+2
| * net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev2016-07-203-37/+132
| * net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev2016-07-202-3/+4
| * mlxsw: spectrum: Prevent invalid ingress buffer mappingIdo Schimmel2016-07-153-3/+19
| * mlxsw: spectrum: Prevent overwrite of DCB capability fieldsIdo Schimmel2016-07-151-0/+2
| * mlxsw: spectrum: Don't emit errors when PFC is disabledIdo Schimmel2016-07-151-1/+2
| * mlxsw: spectrum: Indicate support for autonegotiationIdo Schimmel2016-07-151-1/+2
| * mlxsw: spectrum: Force link training according to admin stateIdo Schimmel2016-07-151-24/+1Star
| * net/mlx5e: start/stop all tx queues upon open/close netdevMohamad Haj Yahia2016-07-131-0/+11
| * net/mlx5e: Fix TX Timeout to detect queues stuck on BQLDaniel Jurgens2016-07-131-1/+1
* | net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco2016-07-211-2/+4
* | mlxsw: spectrum: Expose per-tc counters via ethtoolIdo Schimmel2016-07-202-1/+65
* | mlxsw: spectrum: Expose per-priority counters via ethtoolIdo Schimmel2016-07-201-9/+107
* | net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun2016-07-201-8/+2Star
* | net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco2016-07-205-8/+211
* | net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco2016-07-201-58/+76
* | net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco2016-07-203-10/+109
* | net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco2016-07-203-4/+102
* | mlxsw: spectrum_router: Return -ENOENT in case of errorChristophe Jaillet2016-07-151-1/+1
* | net/mlx5e: Add TC offload support for the VF representors netdeviceOr Gerlitz2016-07-141-1/+34
* | net/mlx5e: Add TC HW support for FDB (SRIOV e-switch) offloadsOr Gerlitz2016-07-142-6/+34
* | net/mlx5e: Add TC drop and mirred/redirect action parsing for SRIOV offloadsOr Gerlitz2016-07-141-0/+53
* | net/mlx5e: Adjustments in the TC offload code towards reuse for SRIOVOr Gerlitz2016-07-141-16/+16
* | net/mlx5: E-Switch, Add API to configure rules for the offloaded modeOr Gerlitz2016-07-142-0/+49
* | net/mlx5: E-Switch, Use two priorities for SRIOV offloads modeOr Gerlitz2016-07-143-15/+42
* | net/mlx5e: Offload TC flow counters only when supportedOr Gerlitz2016-07-141-1/+1
* | net/mlx5: Introduce bulk reading of flow countersAmir Vadai2016-07-143-22/+140
* | net/mlx5: Store counters in rbtree instead of listAmir Vadai2016-07-142-10/+55
* | mlxsw: core: Trace EMAD messagesJiri Pirko2016-07-121-5/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-0610-125/+334
|\|
| * net/mlx5: Avoid setting unused var when modifying vport node GUIDOr Gerlitz2016-07-051-3/+0Star
| * net/mlx5e: Log link state changesShaker Daibes2016-07-011-2/+5
| * net/mlx5e: Validate BW weight values of ETSRana Shahout2016-07-012-3/+6
| * net/mlx5e: Fix select queue callbackRana Shahout2016-07-012-3/+18
| * net/mlx5e: Copy all L2 headers into inline segmentMatthew Finlay2016-07-011-2/+2
| * net/mlx5e: Handle RQ flush in error casesDaniel Jurgens2016-07-013-3/+61
| * net/mlx5e: Implement ndo_tx_timeout callbackDaniel Jurgens2016-07-012-0/+47
| * net/mlx5e: Timeout if SQ doesn't flush during closeDaniel Jurgens2016-07-013-3/+56
| * net/mlx5: Add timeout handle to commands with callbackMohamad Haj Yahia2016-07-011-7/+31
| * net/mlx5: Fix potential deadlock in command mode changeMohamad Haj Yahia2016-07-011-46/+33Star
| * net/mlx5: Fix wait_vital for VFs and remove fixed sleepDaniel Jurgens2016-07-011-26/+15Star
| * net/mlx5: Fix incorrect page count when in internal errorDaniel Jurgens2016-07-011-19/+44
| * net/mlx5: Avoid calling sleeping function by the health poll threadMohamad Haj Yahia2016-07-011-3/+8
| * net/mlx5: Fix teardown errors that happen in pci error handlerMohamad Haj Yahia2016-07-011-4/+8
* | mlxsw: Add the unresolved next-hops probesYotam Gigi2016-07-052-1/+34
* | mlxsw: spectrum_router: Add the nexthop neigh activity updateYotam Gigi2016-07-052-15/+61
* | mlxsw: spectrum_router: Implement next-hop routingJiri Pirko2016-07-052-2/+492