summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: SRIOV core code refactoringMohamad Haj Yahia2016-09-103-129/+101
* net/mlx5: Skip waiting for vf pages in internal errorMohamad Haj Yahia2016-09-101-1/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-3018-229/+350
|\
| * net/mlx5: Increase number of ethtool steering prioritiesMaor Gottlieb2016-08-281-1/+1
| * net/mlx5: Add error prints when validate ETS failedEran Ben Elisha2016-08-281-5/+16
| * net/mlx5e: Fix memory leak if refreshing TIRs failsKamal Heib2016-08-281-3/+4
| * net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan2016-08-283-0/+6
| * net/mlx5e: Fix ethtool -g/G rx ring parameter report with striding RQEran Ben Elisha2016-08-281-9/+67
| * net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed2016-08-284-70/+44
| * net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed2016-08-282-0/+10
| * net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed2016-08-283-42/+22
| * net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed2016-08-284-16/+40
| * net/mlx5: E-Switch, Avoid ACLs in the offloads modeOr Gerlitz2016-08-191-7/+9
| * net/mlx5: E-Switch, Set the send-to-vport rules in the correct tableOr Gerlitz2016-08-191-1/+1
| * net/mlx5: E-Switch, Return the correct devlink e-switch modeOr Gerlitz2016-08-191-5/+19
| * net/mlx5e: Retrieve the switchdev id from the firmware only onceHadar Hen Zion2016-08-193-3/+8
| * net/mlx5e: Use correct flow dissector key on flower offloadingHadar Hen Zion2016-08-191-1/+1
| * net/mlx5: Update last-use statistics for flow rulesAmir Vadai2016-08-191-1/+10
| * net/mlx5: Added missing check of msg length in verifying its signaturePaul Blakey2016-08-191-31/+54
| * net/mlx5: Fix pci error recovery flowMohamad Haj Yahia2016-08-191-30/+29
| * net/mlx5e: Optimization for MTU changeTariq Toukan2016-08-191-2/+7
| * net/mlx5e: Set port MTU on netdev creation rather on openSaeed Mahameed2016-08-191-4/+3
* | Merge tag 'shared-for-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2016-08-2413-81/+871
|\ \
| * | net/mlx5: Add sniffer namespacesMaor Gottlieb2016-08-182-0/+62
| * | net/mlx5: Configure IB devices according to LAG stateAviv Heller2016-08-183-0/+22
| * | net/mlx5: Vport LAG creation supportAviv Heller2016-08-181-0/+22
| * | net/mlx5: Add LAG flow steering namespaceAviv Heller2016-08-181-1/+10
| * | net/mlx5: LAG demux flow table supportAviv Heller2016-08-184-22/+72
| * | net/mlx5: LAG and SRIOV cannot be used togetherAviv Heller2016-08-183-0/+19
| * | net/mlx5e: Avoid port remapping of mlx5e netdev TISesAviv Heller2016-08-182-0/+16
| * | net/mlx5: Get RoCE netdevAviv Heller2016-08-181-0/+27
| * | net/mlx5: Implement RoCE LAG featureAviv Heller2016-08-185-14/+584
| * | net/mlx5: Add HW interfaces used by LAGAviv Heller2016-08-181-0/+12
| * | net/mlx5: Separate query_port_proto_oper for IB and ENNoa Osherovich2016-08-181-9/+23
| * | net/mlx5: Expose mlx5e_link_modeNoa Osherovich2016-08-181-34/+0
| * | net/mlx5: Modify RQ bitmask from mlx5 ifcAlex Vesker2016-08-181-1/+2
* | | Merge tag 'shared-for-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2016-08-2329-1452/+984
|\ \ \ | |/ /
| * | net/mlx5: Introduce alloc_encap and dealloc_encap commandsIlya Lesokhin2016-08-173-0/+59
| * | net/mlx5: Enable setting minimum inline header mode for VFsHadar Hen Zion2016-08-171-0/+20
| * | net/mlx5: Improve driver log messagesSaeed Mahameed2016-08-176-31/+39
| * | net/mlx5: Unify and improve command interfaceSaeed Mahameed2016-08-1723-768/+377
| * | {net,IB}/mlx5: Modify QP commands via mlx5 ifcSaeed Mahameed2016-08-171-9/+115
| * | {net,IB}/mlx5: QP/XRCD commands via mlx5 ifcSaeed Mahameed2016-08-172-111/+70
| * | {net,IB}/mlx5: MKey/PSV commands via mlx5 ifcSaeed Mahameed2016-08-144-135/+112
| * | {net,IB}/mlx5: CQ commands via mlx5 ifcSaeed Mahameed2016-08-142-75/+56
| * | net/mlx5: EQ commands via mlx5 ifcSaeed Mahameed2016-08-142-53/+43
| * | net/mlx5: Pages management commands via mlx5 ifcSaeed Mahameed2016-08-141-107/+58
| * | net/mlx5: MCG commands via mlx5 ifcSaeed Mahameed2016-08-142-54/+20
| * | net/mlx5: PD and UAR commands via mlx5 ifcSaeed Mahameed2016-08-142-99/+25
| * | net/mlx5: Access register and MAD IFC commands via mlx5 ifcSaeed Mahameed2016-08-142-49/+45
OpenPOWER on IntegriCloud