aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/freescale/enetc/enetc_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-08net: enetc: add RSS support for i.MX95 ENETC PFWei Fang1-6/+41
2025-05-08net: enetc: make enetc_set_rss_key() reusableWei Fang1-5/+14
2025-05-08net: enetc: add set/get_rss_table() hooks to enetc_si_opsWei Fang1-6/+6
2025-04-17net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook1-2/+2
2025-02-25net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNCWei Fang1-2/+5
2024-11-04net: enetc: add preliminary support for i.MX95 ENETC PFWei Fang1-10/+25
2024-10-31net: freescale: use ethtool string helpersRosen Penev1-24/+11
2024-09-13net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch1-4/+8
2024-09-03net: enetc: Remove setting of RX software timestampGal Pressman1-8/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-14/+17
2023-04-20net: enetc: include MAC Merge / FP registers in register dumpVladimir Oltean1-0/+17
2023-04-20net: enetc: only commit preemptible TCs to hardware when MM TX is activeVladimir Oltean1-0/+62
2023-04-20net: enetc: report mm tx-active based on tx-enabled and verify-statusVladimir Oltean1-1/+3
2023-04-20net: enetc: fix MAC Merge layer remaining enabled until a link down eventVladimir Oltean1-4/+7
2023-04-13net: enetc: workaround for unresponsive pMAC after receiving express trafficVladimir Oltean1-0/+16
2023-03-22net: enetc: fix aggregate RMON counters not showing the rangesVladimir Oltean1-6/+5
2023-02-07net: enetc: add support for MAC Merge statistics countersVladimir Oltean1-5/+79
2023-02-07net: enetc: add support for MAC Merge layerVladimir Oltean1-0/+144
2023-01-23net: enetc: build common object files into a separate moduleVladimir Oltean1-0/+2
2023-01-05net: ethernet: enetc: get rid of xdp_redirect_sg counterLorenzo Bianconi1-2/+0
2022-09-19net: enetc: expose some standardized ethtool countersVladimir Oltean1-0/+111
2022-09-19net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean1-62/+62
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-05-11net: enetc: count the tc-taprio window dropsPo Liu1-0/+2
2022-03-25net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean1-1/+4
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-10-21net: enetc: fix ethtool counter name for PM0_TERRVladimir Oltean1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-04-19net: enetc: add support for flow controlVladimir Oltean1-0/+18
2021-04-12enetc: support PTP Sync packet one-step timestampingYangbo Lu1-1/+2
2021-03-31net: enetc: add support for XDP_REDIRECTVladimir Oltean1-0/+6
2021-03-31net: enetc: add support for XDP_TXVladimir Oltean1-1/+10
2021-03-31net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean1-0/+2
2020-12-07enetc: Fix reporting of h/w packet countersClaudiu Manoil1-3/+7
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil1-2/+24
2020-07-21enetc: Add adaptive interrupt coalescingClaudiu Manoil1-4/+15
2020-07-21enetc: Add interrupt coalescing supportClaudiu Manoil1-2/+71
2020-07-21enetc: Fix interrupt coalescing register namingClaudiu Manoil1-1/+1
2020-03-10enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil1-1/+1
2020-03-10enetc: Clean up of ehtool stats lenClaudiu Manoil1-7/+13
2019-12-10enetc: add software timestampingMichael Walle1-0/+1
2019-11-07enetc: ethtool: add wake-on-lan callbacksMichael Walle1-0/+27
2019-05-24enetc: add get_ts_info interface for ethtoolY.b. Lu1-0/+31
2019-05-15enetc: Add missing link state info for ethtoolClaudiu Manoil1-0/+2
2019-01-24enetc: Add RFS and RSS supportClaudiu Manoil1-2/+275
2019-01-24enetc: Add ethtool statisticsClaudiu Manoil1-0/+187
2019-01-24enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil1-0/+137