aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-07net/mlx5e: Show board id in ethtool driver informationInbar Karmy1-2/+3
2017-04-07net/mlx5e: Change FW sub_minor display to 4 zeros paddingEran Ben Elisha1-1/+1
2017-04-02drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4Andrew Morton1-2/+6
2017-03-27net/mlx5e: Fail safe mtu and lro settingSaeed Mahameed1-6/+6
2017-03-27net/mlx5e: Fail safe cqe compressing/moderation mode settingSaeed Mahameed1-10/+43
2017-03-27net/mlx5e: Fail safe ethtool settingsSaeed Mahameed1-47/+73
2017-03-27net/mlx5e: Introduce switch channelsSaeed Mahameed1-12/+17
2017-03-27net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed1-61/+58
2017-03-27net/mlx5e: Split open/close channels to stagesSaeed Mahameed1-1/+1
2017-03-27net/mlx5e: Redirect RQT refactoringSaeed Mahameed1-8/+16
2017-03-27net/mlx5e: Introduce mlx5e_channelsSaeed Mahameed1-15/+12
2017-02-23net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed1-0/+1
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+26
2017-01-29net/mlx5e: Fix update of hash function/key via ethtoolGal Pressman1-5/+8
2017-01-29net/mlx5e: Modify TIRs hash only when it's neededGal Pressman1-5/+13
2017-01-29net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz1-5/+5
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+0
2017-01-24net/mlx5e: CQE compression control code reuseShaker Daibes1-11/+2
2017-01-24net/mlx5e: Reduce memory consumption on kdump kernelKamal Heib1-2/+2
2017-01-19net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman1-0/+9
2017-01-19net/mlx5e: Expose physical layer statistical counters to ethtoolGal Pressman1-1/+9
2017-01-19net/mlx5e: Remove unused variableArnd Bergmann1-1/+0
2017-01-18net/mlx5e: Remove unnecessary checks when setting num channelsEran Ben Elisha1-10/+0
2016-12-28Revert "net/mlx5e: Expose PCIe statistics to ethtool"Gal Pressman1-17/+0
2016-12-02net/mlx5e: Create UMR MKey per RQTariq Toukan1-11/+1
2016-11-28net/mlx5e: Add CQE compression user controlShaker Daibes1-2/+37
2016-11-28net/mlx5e: Moves pflags to priv->paramsShaker Daibes1-3/+3
2016-11-28net/mlx5e: Add support for ethtool self diagnostics testKamal Heib1-1/+7
2016-11-18net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman1-0/+17
2016-11-18net/mlx5e: Add port module event counters to ethtool statsHuy Nguyen1-1/+22
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-09-08net/mlx5e: Fix global PFC counters replicationGal Pressman1-1/+1
2016-09-08net/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-28net/mlx5e: Fix ethtool -g/G rx ring parameter report with striding RQEran Ben Elisha1-9/+67
2016-08-28net/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