summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
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-02mlxsw: spectrum: Introduce port splittingIdo Schimmel3-3/+219
2016-03-02mlxsw: spectrum: Mark unused ports using NULLIdo Schimmel1-0/+1
2016-03-02mlxsw: spectrum: Store local port to module mapping during initIdo Schimmel2-21/+16
2016-03-02mlxsw: spectrum: Unmap local port from module during teardownIdo Schimmel1-0/+11
2016-03-02mlxsw: core: Add devlink port splitter callbacksJiri Pirko2-1/+35
2016-03-02mlxsw: Implement devlink interfaceJiri Pirko4-6/+58
2016-03-02mlx4: Implement port type setting via devlink interfaceJiri Pirko1-21/+65
2016-03-02mlx4: Implement devlink interfaceJiri Pirko4-13/+50
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-03-01IB/mlx4: Add support for the don't trap ruleMarina Varshaver2-3/+8
2016-02-26net: mlx4: use new ETHTOOL_G/SSETTINGS APIDavid Decotigny3-170/+189
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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-65/+266
2016-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-64/+265
2016-02-18mlxsw: spectrum: Allow for PVID deletionIdo Schimmel3-9/+63
2016-02-18mlxsw: reg: Add the Switch Port Acceptable Frame Types registerIdo Schimmel1-0/+58
2016-02-17mlxsw: spectrum: Set STP state when leaving 802.1D bridgeIdo Schimmel1-0/+8
2016-02-17mlxsw: Treat local port 64 as validIdo Schimmel1-1/+1
2016-02-17net/mlx4_en: Avoid changing dev->features directly in run-timeEugenia Emantayev1-4/+5
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen6-20/+66
2016-02-17net/mlx4_core: Do not BUG_ON during reset when PCI is offlineDaniel Jurgens1-2/+9
2016-02-17net/mlx4_core: Fix potential corruption in counters databaseEran Ben Elisha1-4/+6
2016-02-17net/mlx4_en: Choose time-stamping shift value according to HW frequencyEugenia Emantayev1-6/+19
2016-02-17net/mlx4_en: Count HW buffer overrun only onceAmir Vadai1-2/+2
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+4
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-2/+10
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-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+1
2016-02-11net/mlx4: fix some error handling in mlx4_multi_func_init()Rasmus Villemoes1-1/+1
2016-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-46/+296