aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-15net/mlx5: Move needed PTYS functions to core layerGal Pressman1-154/+3
2023-01-10net/mlx5e: Add API to query/modify SBPR and SBCM registersMaher Sanalla1-0/+72
2021-04-14net/mlx5e: Fix setting of RS FEC modeAya Levin1-19/+4
2020-10-02net/mlx5e: Fix return status when setting unsupported FEC modeAya Levin1-0/+3
2020-09-21net/mlx5e: mlx5e_fec_in_caps() returns a booleanSaeed Mahameed1-5/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+18
2020-07-09net/mlx5e: Fix 50G per lane indicationAya Levin1-3/+18
2020-07-08net/mlx5: Added support for 100Gbps per lane link modesMeir Lichtinger1-0/+3
2020-05-29net/mlx5e: Fix arch depending casting issue in FECAya Levin1-11/+13
2020-02-18net/mlx5e: Add support for FEC modes based on 50G per lane linksAya Levin1-10/+80
2020-02-18net/mlxe5: Separate between FEC and current speedAya Levin1-84/+62
2020-02-18net/mlx5e: Advertise globaly supported FEC modesAya Levin1-7/+10
2020-02-18net/mlx5e: Set FEC to auto when configured mode is not supportedAya Levin1-16/+6
2019-12-05net/mlx5e: Fix translation of link mode into speedAya Levin1-0/+1
2019-07-25net/mlx5e: Fix matching of speed to PRM link modesAya Levin1-9/+18
2019-03-29net/mlx5: ethtool, Allow legacy link-modes configuration via non-extended ptysAya Levin1-3/+0
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin1-21/+64
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin1-8/+67
2018-11-19net/mlx5e: Removed unnecessary warnings in FEC caps queryShay Agroskin1-3/+1
2018-11-19net/mlx5e: Fix wrong field name in FEC related functionsShay Agroskin1-2/+2
2018-11-19net/mlx5e: Fix a bug in turning off FEC policy in unsupported speedsShay Agroskin1-16/+12
2018-10-18net/mlx5e: Add port FEC get/set functionsShay Agroskin1-0/+208
2018-05-24net/mlx5: PPTB and PBMC register firmware command supportHuy Nguyen1-0/+108
2018-05-24net/mlx5e: Move port speed code from en_ethtool.c to en/port.cHuy Nguyen1-0/+129