summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Use workqueue for vxlan opsMatthew Finlay2016-05-033-16/+49
* net/mlx5e: Implement a mlx5e workqueueMatthew Finlay2016-05-032-11/+20
* net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issueMatthew Finlay2016-05-031-0/+1
* net/mlx5: Unmap only the relevant IO memory mappingGal Pressman2016-05-031-2/+4
* net/mlx5: Add pci shutdown callbackMajd Dibbiny2016-04-242-6/+32
* net/mlx5_core: Remove static from local variableEli Cohen2016-04-241-1/+1
* net/mlx5e: Use vport MTU rather than physical port MTUSaeed Mahameed2016-04-242-9/+75
* net/mlx5e: Fix minimum MTUSaeed Mahameed2016-04-241-3/+8
* net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed2016-04-242-7/+7
* net/mlx5_core: Add ConnectX-5 to list of supported devicesMajd Dibbiny2016-04-241-0/+2
* net/mlx5e: Fix MLX5E_100BASE_T defineRana Shahout2016-04-242-5/+5
* net/mlx5_core: Fix soft lockup in steering error flowMaor Gottlieb2016-04-241-29/+17Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-224-56/+103
|\
| * net/mlx5_core: Implement modify HCA vport commandEli Cohen2016-03-212-0/+73
| * net/mlx5_core: Add VF param when querying vport counterEli Cohen2016-03-211-2/+3
| * net/mlx5_core: Introduce offload arithmetic hardware capabilitiesSagi Grimberg2016-03-211-0/+6
| * net/mlx5_core: Refactor device capability functionLeon Romanovsky2016-03-212-60/+23Star
| * net/mlx5_core: Fix caching ATOMIC endian mode capabilityLeon Romanovsky2016-03-211-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1922-153/+1829
|\ \
| * | mlx5: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer2016-03-143-4/+4
| * | net/mlx5e: Support offload cls_flower with skbedit mark actionAmir Vadai2016-03-103-0/+6
| * | net/mlx5e: Support offload cls_flower with drop actionAmir Vadai2016-03-103-0/+309
| * | net/mlx5e: Introduce tc offload supportAmir Vadai2016-03-105-2/+222
| * | net/mlx5e: Add a new priority for kernel flow tablesAmir Vadai2016-03-102-4/+4
| * | net/mlx5e: Relax ndo_setup_tc handle restrictionAmir Vadai2016-03-101-1/+1
| * | net/mlx5_core: Set flow steering dest only for forward rulesAmir Vadai2016-03-102-19/+28
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-087-83/+106
| |\ \
| * | | net/mlx5: Fix global UAR mappingMoshe Lazer2016-03-015-53/+34Star
| * | | net/mlx5e: Don't modify CQ before it was createdGal Pressman2016-03-011-0/+6
| * | | net/mlx5e: Don't try to modify CQ moderation if it is not supportedGal Pressman2016-03-012-6/+12
| * | | net/mlx5e: Set drop RQ's necessary parameters onlyTariq Toukan2016-03-011-2/+10
| * | | net/mlx5e: Move common case counters within sq_stats structTariq Toukan2016-03-011-4/+6
| * | | net/mlx5e: Changed naming convention of tx queues in ethtool statsTariq Toukan2016-03-011-7/+8
| * | | net/mlx5e: Placement changed for carrier state updatesTariq Toukan2016-03-011-2/+2
| * | | net/mlx5e: Replace async events spinlock with synchronize_irq()Tariq Toukan2016-03-014-17/+14Star
| * | | net/mlx5e: Add TX inner packet countersMatthew Finlay2016-02-243-12/+32
| * | | net/mlx5e: Add TX stateless offloads for tunnelingMatthew Finlay2016-02-241-6/+16
| * | | net/mlx5e: Add netdev support for VXLAN tunnelingMatthew Finlay2016-02-246-3/+332
| * | | net/mlx5e: Protect en header file from redefinitionsMatthew Finlay2016-02-241-1/+5
| * | | net/mlx5e: Move to checksum completeMatthew Finlay2016-02-241-4/+5
| * | | net/mlx5e: Wake On LAN supportTariq Toukan2016-02-243-0/+169
| * | | net/mlx5e: Implement DCBNL IEEE max rateTariq Toukan2016-02-242-0/+138
| * | | net/mlx5e: Support DCBNL IEEE PFCAchiad Shochat2016-02-241-0/+39
| * | | net/mlx5e: Support DCBNL IEEE ETSSaeed Mahameed2016-02-246-15/+317
| * | | net/mlx5: Introduce physical port TC/prio access functionsSaeed Mahameed2016-02-241-0/+76
| * | | net/mlx5: Introduce physical port PFC access functionsAchiad Shochat2016-02-241-0/+41
| * | | net/mlx5: Introduce a new header file for physical port functionsAchiad Shochat2016-02-242-0/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-188-49/+328
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | |
| | \
| *-. \ Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2016-03-168-49/+328
| |\ \ \ | | |_|/ | |/| |
| | | * net/mlx5: Refactor mlx5_core_mr to mkeyMatan Barak2016-03-014-36/+38