summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-07-15net: dpaa: avoid on-stack arrays of NR_CPUS elementsVladimir Oltean1-1/+9
2023-07-28net: Explicitly include correct DT includesRob Herring1-0/+2
2022-10-19net: dpaa: Convert to phylinkSean Anderson1-75/+15
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-05-28net: dpaa: Convert to SPDX identifiersSean Anderson1-29/+3
2022-04-11dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-12net: dpaa: reject unsupported coalescing paramsJakub Kicinski1-4/+2
2020-03-04net/freescale: Don't set zero if FW not-available in dpaaLeon Romanovsky1-9/+0
2020-03-04net/freescale: Clean drivers from static versionsLeon Romanovsky1-2/+0
2019-10-31dpaa_eth: remove netdev_err() for user errorsMadalin Bucur1-12/+4
2019-10-31dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur1-0/+8
2019-10-31dpaa_eth: use only one buffer pool per interfaceMadalin Bucur1-25/+19
2019-05-28dpaa_eth: use only online CPU portalsMadalin Bucur1-2/+2
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu1-1/+1
2018-11-23dpaa_eth: add ethtool coalesce controlMadalin Bucur1-0/+71
2018-09-28net: ethernet: dpaa: remove unused variablesArnd Bergmann1-1/+0
2018-09-13net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-3/+1
2018-09-13net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-22/+1
2018-06-26dpaa_eth: add the get_ts_info interface for ethtoolYangbo Lu1-0/+39
2018-03-23dpaa_eth: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-02-19dpaa_eth: fix pause capability advertisement logicJake Moroni1-1/+1
2017-08-29dpaa_eth: add NETIF_F_RXHASHMadalin Bucur1-2/+7
2017-08-29dpaa_eth: enable Rx hashing controlMadalin Bucur1-0/+113
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-4/+2
2017-01-03net: freescale: dpaa: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-9/+9
2016-11-16dpaa_eth: add ethtool statisticsMadalin Bucur1-0/+199
2016-11-16dpaa_eth: add ethtool functionalityMadalin Bucur1-0/+218