summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-10net/mlx5e: Show/set Rx network flow classification rules on ul repVlad Buslov1-2/+3
2020-03-10net/mlx5e: Show/set Rx flow indir table and RSS hash key on ul repVlad Buslov1-4/+4
2020-03-10net/mlx5: Tidy up and fix reverse christmas ordringMark Bloch1-7/+7
2020-03-10net/mlx5: Expose port speed when possibleMark Bloch1-2/+8
2020-03-05mlx5: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-02-26net/mlx5e: Add context to the preactivate hookMaxim Mikityanskiy1-7/+8
2020-02-26net/mlx5e: Use preactivate hook to set the indirection tableMaxim Mikityanskiy1-8/+2
2020-02-19net/mlx5e: Add support for FEC modes based on 50G per lane linksAya Levin1-4/+10
2020-02-19net/mlx5e: Advertise globaly supported FEC modesAya Levin1-28/+27
2020-02-19net/mlx5e: Enforce setting of a single FEC modeAya Levin1-0/+4
2020-01-23net/mlx5e: Profile specific stats groupsSaeed Mahameed1-18/+5
2019-12-06net/mlx5e: ethtool, Fix analysis of speed settingAya Levin1-10/+3
2019-12-06net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha1-1/+1
2019-11-20net/mlx5e: Do not use non-EXT link modes in EXT modeEran Ben Elisha1-6/+6
2019-10-30net/mlx5e: Initialize on stack link modes bitmapAya Levin1-1/+1
2019-08-28net/mlx5e: ethtool, Fix a typo in WOL function namesErez Alfasi1-4/+4
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+46
2019-08-15net/mlx5e: Fix compatibility issue with ethtool flash deviceEran Ben Elisha1-0/+35
2019-08-08net/mlx5e: ethtool, Avoid setting speed to 56GBASE when autoneg offMohamad Heib1-0/+8
2019-08-08net/mlx5e: Only support tx/rx pause setting for port ownerHuy Nguyen1-0/+3
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-22/+47
2019-07-30net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed1-12/+16
2019-07-25net/mlx5e: Fix matching of speed to PRM link modesAya Levin1-21/+46
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan1-1/+1
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+23
2019-06-29net/mlx5e: Set drvinfo in generic mannerParav Pandit1-1/+1
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-2/+23
2019-06-27Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed...David S. Miller1-2/+2
2019-06-25linux/dim: Rename externally used net_dim membersTal Gilboa1-2/+2
2019-06-05mlx5: Move firmware flash implementation to devlinkJiri Pirko1-35/+0
2019-05-17net/mlx5e: Fix ethtool rxfh commands when CONFIG_MLX5_EN_RXNFC is disabledSaeed Mahameed1-1/+17
2019-05-02net/mlx5e: ethtool, Add support for EEPROM high pages queryErez Alfasi1-4/+4
2019-04-19net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages queryErez Alfasi1-1/+1
2019-04-09net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed1-1/+2
2019-03-29net/mlx5: ethtool, Allow legacy link-modes configuration via non-extended ptysAya Levin1-16/+31
2019-03-29net/mlx5: ethtool, Fix type analysis of advertised link-modeAya Levin1-2/+3
2019-03-11net/mlx5e: Fix access to non-existing receive queueTariq Toukan1-0/+3
2019-02-20net/mlx5e: Wrap the open and apply of channels in one fail-safe functionTariq Toukan1-42/+12
2019-02-20net/mlx5: ethtool, Add ethtool support for 50Gbps per lane link modesAya Levin1-62/+181
2019-02-16Merge tag 'mlx5-updates-2019-02-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-17/+11
2019-02-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-17/+11
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin1-4/+5
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin1-15/+8
2019-02-14net/mlx5e: Fix NULL pointer derefernce in set channels error flowMaria Pasechnik1-3/+4
2019-01-19net/mlx5e: Fix wrong error code return on FEC query failureShay Agroskin1-1/+4
2018-12-21net/mlx5e: XDP, Add user control for XDP TX MPWQE featureTariq Toukan1-0/+28
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+3
2018-12-20net/mlx5e: Remove the false indication of software timestamping supportAlaa Hleihel1-8/+3
2018-12-17net/mlx5e: Expose ethtool pause and link functions to mlx5e callersOr Gerlitz1-20/+48
2018-12-06net/mlx5e: Improve ethtool private-flags code structureTariq Toukan1-45/+31