summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds4-56/+103
2016-03-22net/mlx5_core: Implement modify HCA vport commandEli Cohen2-0/+73
2016-03-22net/mlx5_core: Add VF param when querying vport counterEli Cohen1-2/+3
2016-03-21net/mlx5_core: Introduce offload arithmetic hardware capabilitiesSagi Grimberg1-0/+6
2016-03-21net/mlx5_core: Refactor device capability functionLeon Romanovsky2-60/+23
2016-03-21net/mlx5_core: Fix caching ATOMIC endian mode capabilityLeon Romanovsky1-0/+4
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds22-153/+1829
2016-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds8-49/+328
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford8-49/+328
2016-03-14mlx5: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer3-4/+4
2016-03-11net/mlx5e: Support offload cls_flower with skbedit mark actionAmir Vadai3-0/+6
2016-03-11net/mlx5e: Support offload cls_flower with drop actionAmir Vadai3-0/+309
2016-03-11net/mlx5e: Introduce tc offload supportAmir Vadai5-2/+222
2016-03-11net/mlx5e: Add a new priority for kernel flow tablesAmir Vadai2-4/+4
2016-03-11net/mlx5e: Relax ndo_setup_tc handle restrictionAmir Vadai1-1/+1
2016-03-11net/mlx5_core: Set flow steering dest only for forward rulesAmir Vadai2-19/+28
2016-03-10net/mlx5_core: Introduce forward to next priority actionMaor Gottlieb2-12/+182
2016-03-10net/mlx5_core: Create anchor of last flow tableMaor Gottlieb2-1/+45
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-83/+106
2016-03-02net/mlx5e: Provide correct packet/bytes statisticsGal Pressman1-17/+8
2016-03-02net/mlx5e: Add rx/tx bytes software countersGal Pressman3-5/+13
2016-03-02net/mlx5e: Correctly handle RSS indirection table when changing number of cha...Tariq Toukan3-4/+15
2016-03-02net/mlx5e: Fix ethtool RX hash func configuration changeTariq Toukan3-21/+43
2016-03-02net/mlx5e: Fix soft lockup when HW Timestamping is enabledEran Ben Elisha1-10/+15
2016-03-02net/mlx5e: Fix LRO modifyTariq Toukan1-4/+11
2016-03-02net/mlx5e: Remove wrong poll CQ optimizationTariq Toukan4-22/+1
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-03-01net/mlx5: Refactor mlx5_core_mr to mkeyMatan Barak4-36/+38
2016-03-01net/mlx5_core: Add helper function to read IB error countersMeny Yossefi1-0/+23
2016-03-01net/mlx5_core: Add helper function to read virtual port countersMeny Yossefi1-0/+40
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