summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2016-03-02net/mlx5: Fix global UAR mappingMoshe Lazer5-53/+34
2016-03-02net/mlx5e: Don't modify CQ before it was createdGal Pressman1-0/+6
2016-03-02net/mlx5e: Don't try to modify CQ moderation if it is not supportedGal Pressman2-6/+12
2016-03-02net/mlx5e: Set drop RQ's necessary parameters onlyTariq Toukan1-2/+10
2016-03-02net/mlx5e: Move common case counters within sq_stats structTariq Toukan1-4/+6
2016-03-02net/mlx5e: Changed naming convention of tx queues in ethtool statsTariq Toukan1-7/+8
2016-03-02net/mlx5e: Placement changed for carrier state updatesTariq Toukan1-2/+2
2016-03-02net/mlx5e: Replace async events spinlock with synchronize_irq()Tariq Toukan4-17/+14
2016-02-24net/mlx5e: Add TX inner packet countersMatthew Finlay3-12/+32
2016-02-24net/mlx5e: Add TX stateless offloads for tunnelingMatthew Finlay1-6/+16
2016-02-24net/mlx5e: Add netdev support for VXLAN tunnelingMatthew Finlay6-3/+332
2016-02-24net/mlx5e: Protect en header file from redefinitionsMatthew Finlay1-1/+5
2016-02-24net/mlx5e: Move to checksum completeMatthew Finlay1-4/+5
2016-02-24net/mlx5e: Wake On LAN supportTariq Toukan3-0/+169
2016-02-24net/mlx5e: Implement DCBNL IEEE max rateTariq Toukan2-0/+138
2016-02-24net/mlx5e: Support DCBNL IEEE PFCAchiad Shochat1-0/+39
2016-02-24net/mlx5e: Support DCBNL IEEE ETSSaeed Mahameed6-15/+317
2016-02-24net/mlx5: Introduce physical port TC/prio access functionsSaeed Mahameed1-0/+76
2016-02-24net/mlx5: Introduce physical port PFC access functionsAchiad Shochat1-0/+41
2016-02-24net/mlx5: Introduce a new header file for physical port functionsAchiad Shochat2-0/+2
2016-02-16net/mlx5e: Use static constant netdevice ndosSaeed Mahameed1-13/+28
2016-02-16net/mlx5e: Remove select queue ndo initializationSaeed Mahameed1-3/+0
2016-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds9-168/+377
2016-01-21{IB, net}/mlx5: Move the modify QP operation table to mlx5_ibmajd@mellanox.com1-46/+2
2016-01-21IB/mlx5: Support setting Ethernet priority for Raw Packet QPsmajd@mellanox.com1-0/+12
2016-01-21IB/mlx5: Add Raw Packet QP query functionalitymajd@mellanox.com1-0/+24
2016-01-21net/mlx5_core: Warn on unsupported events of QP/RQ/SQmajd@mellanox.com1-0/+52
2016-01-21net/mlx5_core: Add RQ and SQ event handlingmajd@mellanox.com2-19/+108
2016-01-21net/mlx5_core: Export transport objectsmajd@mellanox.com5-80/+16
2016-01-21IB/mlx5: Add CQE version 1 support to user QPs and SRQsHaggai Abramovsky3-13/+0
2016-01-17net/mlx5_core: Fix trimming down IRQ numberDoron Tsur2-4/+5
2016-01-12net/mlx5_core: Export flow steering APIMaor Gottlieb1-0/+5
2016-01-12net/mlx5_core: Enable flow steering support for the IB driverMaor Gottlieb1-8/+47
2016-01-12net/mlx5_core: Initialize namespaces only when supported by deviceMaor Gottlieb1-21/+49
2016-01-12net/mlx5_core: Set priority attributesMaor Gottlieb2-19/+55
2016-01-12net/mlx5_core: Connect flow tablesMaor Gottlieb3-10/+104
2016-01-12net/mlx5_core: Introduce modify flow table commandMaor Gottlieb2-0/+31
2016-01-12net/mlx5_core: Managing root flow tableMaor Gottlieb4-9/+114
2016-01-12net/mlx5_core: Add utilities to find next and prev flow-tablesMaor Gottlieb1-0/+67
2016-01-12net/mlx5_core: Introduce flow steering autogrouped flow tableMaor Gottlieb2-19/+152
2016-01-05net/mlx5e: Add PTP Hardware Clock (PHC) supportEran Ben Elisha4-1/+106
2016-01-05net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha7-2/+279
2016-01-05net/mlx5_core: Introduce access function to read internal timerEran Ben Elisha2-0/+14
2016-01-05net/mlx5e: Do not modify the TX SKBAchiad Shochat3-34/+49
2015-12-24net/mlx5_core: Add setting ATOMIC endian modeEran Ben Elisha1-2/+55
2015-12-23net/mlx5_core: Introduce access functions to query vport RoCE fieldsAchiad Shochat1-0/+62
2015-12-23net/mlx5_core: Introduce access functions to enable/disable RoCEAchiad Shochat1-0/+52
2015-12-23net/mlx5_core: Break down the vport mac address query functionAchiad Shochat1-10/+17
2015-12-12net/mlx5e: Rename en_flow_table.c to en_fs.cMaor Gottlieb2-1/+1
2015-12-12net/mlx5: Use flow steering infrastructure for mlx5_enMaor Gottlieb9-1019/+595