summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)Author
2025-03-10net: ethtool: tsinfo: Fix dump commandKory Maincent
2025-03-04net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier
2025-02-24net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski
2025-02-06net: ethtool: tsconfig: Fix netlink type of hwtstamp flagsKory Maincent
2025-02-03ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski
2025-02-03ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski
2025-01-28ethtool: Fix set RXNFC command with symmetric RSS hashGal Pressman
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski
2025-01-20net: ethtool: store netdev in a temp variable in ethnl_default_set_doit()Jakub Kicinski
2025-01-20net: move HDS config from ethtool stateJakub Kicinski
2025-01-18net: avoid race between device unregistration and ethnl opsAntoine Tenart
2025-01-17net: ethtool: ts: add separate counter for unconfirmed one-step TX timestampsVladimir Oltean
2025-01-15net: ethtool: add ring parameter filteringTaehee Yoo
2025-01-15net: ethtool: add support for configuring hds-threshTaehee Yoo
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent
2025-01-14net: ethtool: add support for structured PHY statisticsJakub Kicinski
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski
2025-01-14ethtool: linkstate: migrate linkstate functions to support multi-PHY setupsOleksij Rempel
2025-01-10net: ethtool: Use hwprov under rcu_read_lockLi RongQing
2024-12-23net: ethtool: Fix suspicious rcu_dereference usageKory Maincent
2024-12-16net: ethtool: Add support for tsconfig command to get/set hwtstamp configKory Maincent
2024-12-16net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topologyKory Maincent
2024-12-04ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook
2024-11-14net: ethtool: account for RSS+RXNFC add semantics when checking channel countEdward Cree
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-10-17ethtool: rss: prevent rss ctx deletion when in useDaniel Zahka
2024-10-13net: ethtool: Add support for writing firmware blocks using EPL payloadDanielle Ratson
2024-10-13net: ethtool: Add new parameters and a function to support EPLDanielle Ratson
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni
2024-10-04ethtool: rss: fix rss key initialization warningDaniel Zahka
2024-09-13net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMPMaxime Chevallier
2024-09-13net: ethtool: Enhance error messages sent to user spaceDanielle Ratson
2024-09-11netdev: support binding dma-buf to netdeviceMina Almasry
2024-09-11net: ethtool: phy: Check the req_info.pdn field for GET commandsMaxime Chevallier
2024-09-10net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing
2024-09-03ethtool: RX software timestamp for allGal Pressman
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-30ethtool: pse-pd: move pse validation into setDiogo Jahchan Koike
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-28net: ethtool: cable-test: Release RTNL when the PHY isn't foundMaxime Chevallier
2024-08-27net: fix unreleased lock in cable testDiogo Jahchan Koike
2024-08-26ethtool: check device is present when getting link settingsJamie Bainbridge