summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki1-29/+8
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-12/+16
2023-12-14net/mlx5e: Correct snprintf truncation handling for fw_version bufferRahul Rameshbabu1-1/+1
2023-11-16net/mlx5e: Check return value of snprintf writing to fw_version bufferRahul Rameshbabu1-4/+9
2023-10-14net/mlx5e: Preparations for supporting larger number of channelsAdham Faris1-1/+1
2023-08-15net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEsRahul Rameshbabu1-1/+2
2023-07-27net/mlx5e: Make flow classification filters staticParav Pandit1-3/+3
2023-06-16net/mlx5e: Remove mlx5e_dbg() and msglvl supportGal Pressman1-15/+3
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2023-03-16net/mlx5: Move needed PTYS functions to core layerGal Pressman1-6/+6
2023-03-11net/mlx5e: take into account device reconfiguration for xdp_features flagLorenzo Bianconi1-1/+9
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+0
2022-11-22net/mlx5e: Remove leftovers from old XSK queues enumerationTariq Toukan1-18/+0
2022-11-12net/mlx5e: ethtool: get_link_ext_stats for PHY down eventsSaeed Mahameed1-0/+1
2022-10-04net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy1-1/+3
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy1-1/+1
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy1-1/+7
2022-09-29net/mlx5e: Validate striding RQ before enabling XDPMaxim Mikityanskiy1-4/+8
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-23net/mlx5e: Make flow steering arfs independent of privLama Kayal1-2/+2
2022-08-23net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal1-0/+1
2022-07-19net/mlx5e: HTB, move ids to selq_params structMoshe Tal1-2/+2
2022-07-19net/mlx5e: Report header-data split state through ethtoolGal Pressman1-2/+10
2022-02-24net/mlx5e: Fix wrong return value on ioctl EEPROM query failureGal Pressman1-1/+1
2022-01-07net/mlx5e: Refactor set_pflag_cqe_based_moderSaeed Mahameed1-12/+7
2021-12-22net/mlx5e: Use bitmap field for profile featuresTariq Toukan1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-17net/mlx5e: Support ethtool cq modeSaeed Mahameed1-6/+43
2021-10-27net/mlx5e: Prevent HW-GRO and CQE-COMPRESS features operate togetherKhalid Manaa1-0/+5
2021-10-27net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa1-2/+2
2021-10-16net/mlx5i: Enable Rx steering for IPoIB via ethtoolMoosa Baransi1-2/+4
2021-10-01Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-0/+11
2021-10-01net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel modeAya Levin1-0/+11
2021-09-24net/mlx5e: loopback test is not supported in switchdev modeRoi Dayan1-3/+1
2021-09-08net/mlx5e: Fix mutual exclusion between CQE compression and HW TSAya Levin1-5/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-17net/mlx5e: Support MQPRIO channel modeTariq Toukan1-0/+10
2021-08-17net/mlx5e: Support multiple RSS contextsTariq Toukan1-5/+54
2021-08-17net/mlx5e: Introduce abstraction of RSS contextTariq Toukan1-3/+3
2021-08-03net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-61/+8
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy1-9/+1
2021-07-26net/mlx5e: Create struct mlx5e_rss_params_hashMaxim Mikityanskiy1-10/+8
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-4/+9
2021-07-26net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy1-16/+15
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+10
2021-06-03net/mlx5e: Disable TX MPWQE in kdump modeAlaa Hleihel1-1/+1
2021-06-02net/mlx5e: Fix conflict with HW TS and CQE compressionAya Levin1-0/+7
2021-06-02net/mlx5e: Fix incompatible castingAya Levin1-2/+3
2021-04-17mlx5: implement ethtool standard statsJakub Kicinski1-0/+37