summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2025-06-12net: ethtool: Don't check if RSS context exists in case of context 0Gal Pressman1-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-22net: Add support for providing the PTP hardware source in tsinfoKory Maincent2-5/+47
2025-05-10ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is re...Gal Pressman1-10/+89
2025-05-06net: ethtool: netlink: Use netdev_hold for dumpit() operationsMaxime Chevallier1-2/+3
2025-05-06net: ethtool: phy: Convert the PHY_GET command to generic phy dumpMaxime Chevallier3-254/+101
2025-05-06net: ethtool: Introduce per-PHY DUMP operationsMaxime Chevallier1-9/+194
2025-04-18net: ethtool: mm: reset verification status when link is downFaizal Rahim1-0/+4
2025-04-18net: ethtool: mm: extract stmmac verification logic into common libraryVladimir Oltean1-1/+274
2025-04-12ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()Damodharam Ammepalli1-1/+1
2025-04-10ethtool: cmis_cdb: Fix incorrect read / write length extensionIdo Schimmel2-16/+3
2025-04-08net: ethtool: Don't call .cleanup_data when prepare_data failsMaxime Chevallier1-3/+5
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev1-1/+1
2025-04-07net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value alwa...Taehee Yoo1-0/+1
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen1-0/+1
2025-03-18net: ethtool: Export the link_mode_params definitionsMaxime Chevallier2-7/+1
2025-03-17gso: AccECN supportIlpo Järvinen1-0/+1
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+2
2025-03-10net: ethtool: tsinfo: Fix dump commandKory Maincent1-1/+2
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski9-0/+11
2025-03-08net: ethtool: use correct device pointer in ethnl_default_dump_one()Eric Dumazet1-2/+2
2025-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-18/+19
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski9-23/+67
2025-03-05net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier9-18/+19
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+28
2025-02-26ethtool: Symmetric OR-XOR RSS hashGal Pressman1-4/+4
2025-02-25net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski4-7/+28
2025-02-18net: move stale comment about ntuple validationJakub Kicinski1-1/+3
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+35
2025-02-10net: ethtool: prevent flow steering to RSS contexts which don't existJakub Kicinski1-4/+8
2025-02-07net: ethtool: tsconfig: Fix netlink type of hwtstamp flagsKory Maincent4-10/+35
2025-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2025-02-06ethtool: Add support for 200Gbps per lane link modesJianbo Liu1-0/+42
2025-02-04ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski1-1/+1
2025-02-04ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski1-1/+2
2025-01-28ethtool: Fix set RXNFC command with symmetric RSS hashGal Pressman1-1/+1
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski1-0/+4
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski2-8/+21
2025-01-20net: ethtool: store netdev in a temp variable in ethnl_default_set_doit()Jakub Kicinski1-3/+6
2025-01-20net: move HDS config from ethtool stateJakub Kicinski1-3/+5
2025-01-19net: avoid race between device unregistration and ethnl opsAntoine Tenart1-1/+1
2025-01-18net: ethtool: ts: add separate counter for unconfirmed one-step TX timestampsVladimir Oltean1-0/+2
2025-01-16net: ethtool: add ring parameter filteringTaehee Yoo1-0/+13
2025-01-16net: ethtool: add support for configuring hds-threshTaehee Yoo2-4/+26
2025-01-16net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo1-0/+12
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent1-4/+4
2025-01-14net: ethtool: add support for structured PHY statisticsJakub Kicinski3-1/+44
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski2-2/+21