summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-09-09net/mlx5e: Fix global PFC counters replicationGal Pressman1-1/+1
2016-09-09net/mlx5e: Prevent casting overflowGal Pressman1-2/+4
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+85
2016-08-29net/mlx5e: Fix ethtool -g/G rx ring parameter report with striding RQEran Ben Elisha1-9/+67
2016-08-29net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed1-0/+19
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed1-2/+1
2016-07-05net/mlx5e: Expose flow control counters to ethtoolGal Pressman1-3/+32
2016-07-05net/mlx5e: Add support to get ethtool flow rulesMaor Gottlieb1-0/+9
2016-07-05net/mlx5e: Add ethtool flow steering supportMaor Gottlieb1-0/+21
2016-07-02net/mlx5e: Mark enabled RQTs instances explicitlyHadar Hen Zion1-1/+1
2016-07-02net/mlx5e: TIRs management refactoringHadar Hen Zion1-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+17
2016-06-29net/mlx5e: Reorganize ethtool statisticsGal Pressman1-16/+14
2016-06-29net/mlx5e: Fix number of PFC counters reported to ethtoolGal Pressman1-1/+3
2016-06-27net/mlx5e: Report correct auto negotiation and allow togglingGal Pressman1-7/+35
2016-06-27net/mlx5e: Use new ethtool get/set link ksettings APIGal Pressman1-167/+139
2016-06-27net/mlx5e: Toggle link only after modifying port parametersGal Pressman1-6/+1
2016-06-27net/mlx5e: Support adaptive RX coalescingGil Rockah1-2/+16
2016-06-27net/mlx5e: CQE based moderationTariq Toukan1-12/+42
2016-06-27net/mlx5e: Introduce net device priv flags infrastructureGal Pressman1-0/+59
2016-05-12net/mlx5e: Enable CQE compression when PCI is slower than linkSaeed Mahameed1-0/+19
2016-04-29net/mlx5e: Enabling aRFS mechanismMaor Gottlieb1-0/+15
2016-04-29net/mlx5e: Direct TIR per RQTariq Toukan1-4/+5
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2016-04-26net/mlx5e: Add ethtool support for dump module EEPROMGal Pressman1-0/+80
2016-04-26net/mlx5e: Add ethtool support for interface identify (LED blinking)Gal Pressman1-0/+25
2016-04-26net/mlx5e: Add per priority group to PPort countersGal Pressman1-3/+48
2016-04-26net/mlx5e: Statistics handling refactoringGal Pressman1-45/+87
2016-04-24net/mlx5e: Fix MLX5E_100BASE_T defineRana Shahout1-4/+4
2016-04-21net/mlx5e: Support RX multi-packet WQE (Striding RQ)Tariq Toukan1-7/+8
2016-04-21net/mlx5e: Use only close NUMA node for default RSSTariq Toukan1-1/+1
2016-04-21net/mlx5e: Allocate set of queue counters per netdevRana Shahout1-0/+11
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+26
2016-03-02net/mlx5e: Correctly handle RSS indirection table when changing number of cha...Tariq Toukan1-0/+2
2016-03-02net/mlx5e: Fix ethtool RX hash func configuration changeTariq Toukan1-10/+24
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 Pressman1-0/+6
2016-03-02net/mlx5e: Changed naming convention of tx queues in ethtool statsTariq Toukan1-7/+8
2016-02-24net/mlx5e: Wake On LAN supportTariq Toukan1-0/+125
2016-01-05net/mlx5e: Add PTP Hardware Clock (PHC) supportEran Ben Elisha1-1/+2
2016-01-05net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha1-0/+29
2015-11-03net/mlx5e: Don't allow more than max supported channelsAchiad Shochat1-3/+2
2015-08-18net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat1-0/+38
2015-08-18net/mlx5e: Ethtool link speed setting fixesAchiad Shochat1-18/+7
2015-08-18net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat1-8/+63
2015-08-07net/mlx5_core: Support physical port countersGal Pressman1-1/+9
2015-07-30net/mlx5e: Remove the mlx5e_update_priv_params() functionAchiad Shochat1-18/+39
2015-07-30net/mlx5e: Remove redundant field mlx5e_priv->num_tcAchiad Shochat1-3/+3
2015-07-27net/mlx5e: Support TX packet copy into WQEAchiad Shochat1-0/+53