aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-19net/mlx5e: Fix defaulting RX ring size when not neededEugenia Emantayev1-2/+8
2017-11-04net/mlx5e: Enable CQE based moderation on TX CQTal Gilboa1-8/+31
2017-11-04net/mlx5e: Add support for ethtool msglvl supportGal Pressman1-0/+13
2017-10-31net/mlx5e: Switch channels counters to use stats group APIKamal Heib1-44/+3
2017-10-31net/mlx5e: Switch ipsec counters to use stats group APIKamal Heib1-9/+1
2017-10-31net/mlx5e: Switch pme counters to use stats group APIKamal Heib1-20/+0
2017-10-31net/mlx5e: Switch per prio pfc counters to use stats group APIKamal Heib1-71/+2
2017-10-31net/mlx5e: Switch per prio traffic counters to use stats group APIKamal Heib1-13/+0
2017-10-31net/mlx5e: Switch pcie counters to use stats group APIKamal Heib1-25/+0
2017-10-31net/mlx5e: Switch ethernet extended counters to use stats group APIKamal Heib1-8/+0
2017-10-31net/mlx5e: Switch physical statistical counters to use stats group APIKamal Heib1-8/+0
2017-10-31net/mlx5e: Switch RFC 2819 counters to use stats group APIKamal Heib1-8/+0
2017-10-31net/mlx5e: Switch RFC 2863 counters to use stats group APIKamal Heib1-8/+0
2017-10-31net/mlx5e: Switch IEEE 802.3 counters to use stats group APIKamal Heib1-9/+0
2017-10-31net/mlx5e: Switch vport counters to use the stats group APIKamal Heib1-10/+1
2017-10-31net/mlx5e: Switch Q counters to use the stats group APIKamal Heib1-10/+0
2017-10-31net/mlx5e: Introduce stats group APIKamal Heib1-7/+9
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud1-3/+4
2017-09-03net/mlx5e: Distribute RSS table among all RX ringsTariq Toukan1-2/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-08-31net/mlx5e: Support RSS for GRE tunneled packetsGal Pressman1-1/+10
2017-08-30net/mlx5e: Don't override user RSS upon set channelsInbar Karmy1-2/+4
2017-08-24net/mlx5e: Fix wrong code indentation in conditional statementGal Pressman1-2/+2
2017-08-20net/mlx5e: Use kernel types instead of uint*_t in ethtool callbacksGal Pressman1-5/+3
2017-08-20net/mlx5e: Properly indent within conditional statementsOr Gerlitz1-14/+17
2017-08-20net/mlx5: Avoid blank lines after/before open/close braceOr Gerlitz1-1/+0
2017-08-20net/mlx5e: Add outbound PCI buffer overflow counterEran Ben Elisha1-2/+10
2017-08-20net/mlx5e: Add RX buffer fullness countersGal Pressman1-0/+8
2017-08-20net/mlx5e: Add PCIe outbound stalls countersGal Pressman1-0/+8
2017-06-27net/mlx5e: IPSec, Add IPSec ethtool statsIlan Tayari1-1/+9
2017-06-22net/mlx5e: Support the flash device ethtool callbackOr Gerlitz1-0/+35
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-06-19net/mlx5e: IPoIB, Add PTP support to IPoIB device driverFeras Daoud1-4/+11
2017-06-19net/mlx5e: IPoIB, Add ethtool supportErez Shitrit1-35/+103
2017-06-19net/mlx5e: Prevent PFC call for non ethernet portsFeras Daoud1-0/+6
2017-06-16net/mlx5e: Optimize update stats workGal Pressman1-1/+1
2017-06-15net/mlx5e: Fix timestamping capabilities reportingMaor Dickman1-4/+4
2017-06-08net/mlx5e: Fill advertised and supported port data from Hardware infoEran Ben Elisha1-16/+74
2017-06-08net/mlx5e: Add support for reading connector type from PTYSEran Ben Elisha1-2/+20
2017-05-25Merge tag 'mlx5-update-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-2/+2
2017-05-14net/mlx5: Bump driver versionTariq Toukan1-1/+1
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-1/+1
2017-05-14net/mlx5e: Fix ethtool pause support and advertise reportingGal Pressman1-2/+1
2017-05-14net/mlx5e: Use the correct pause values for ethtool advertisingGal Pressman1-1/+5
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