summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Query minimum required header copy during xmitHadar Hen Zion2016-07-263-0/+43
* net/mlx5e: Check the minimum inline header mode before xmitHadar Hen Zion2016-07-262-4/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-242-3/+14
|\
| * net/mlx5e: Fix del vxlan port command buffer memsetSaeed Mahameed2016-07-211-2/+2
| * 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/mlx5: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun2016-07-201-8/+2Star
* | 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
* | 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
* | net/mlx5e: Expose flow control counters to ethtoolGal Pressman2016-07-052-8/+38
* | net/mlx5e: Expose RDMA VPort counters to ethtoolGal Pressman2016-07-051-0/+16
* | net/mlx5e: Add support to get ethtool flow rulesMaor Gottlieb2016-07-053-0/+47
* | net/mlx5e: Support l3/l4 flow type specs in ethtool flow steeringMaor Gottlieb2016-07-053-2/+163
* | net/mlx5e: Add ethtool flow steering supportMaor Gottlieb2016-07-056-12/+455
* | net/mlx5: Properly remove all steering objectsMaor Gottlieb2016-07-051-105/+15Star
* | net/mlx5: Introduce mlx5_flow_steering structureMaor Gottlieb2016-07-052-59/+83
* | net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb2016-07-056-217/+155Star
* | net/mlx5e: Introduce SRIOV VF representorsHadar Hen Zion2016-07-026-19/+574
* | net/mlx5: Add Representors registration APIHadar Hen Zion2016-07-025-7/+97
* | net/mlx5e: Add support for multiple profilesHadar Hen Zion2016-07-022-118/+240
* | net/mlx5e: Mark enabled RQTs instances explicitlyHadar Hen Zion2016-07-023-23/+37
* | net/mlx5e: TIRs management refactoringHadar Hen Zion2016-07-026-57/+77
* | net/mlx5e: Create NIC global resources only onceHadar Hen Zion2016-07-024-90/+158
* | net/mlx5e: Add devlink based SRIOV mode changesOr Gerlitz2016-07-022-9/+124
* | net/mlx5: Add devlink interfaceOr Gerlitz2016-07-024-4/+37
* | net/mlx5: E-Switch, Add API to create vport rx rulesOr Gerlitz2016-07-022-0/+89
* | net/mlx5: E-Switch, Add offloads tableOr Gerlitz2016-07-022-0/+36
* | net/mlx5: Introduce offloads steering namespaceOr Gerlitz2016-07-021-1/+10