aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ethtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-17net: 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-06net: ethtool: tsconfig: Fix netlink type of hwtstamp flagsKory Maincent4-10/+35
2025-02-06Merge 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-03ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski1-1/+1
2025-02-03ethtool: 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-18net: avoid race between device unregistration and ethnl opsAntoine Tenart1-1/+1
2025-01-17net: ethtool: ts: add separate counter for unconfirmed one-step TX timestampsVladimir Oltean1-0/+2
2025-01-15net: ethtool: add ring parameter filteringTaehee Yoo1-0/+13
2025-01-15net: ethtool: add support for configuring hds-threshTaehee Yoo2-4/+26
2025-01-15net: 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
2025-01-14ethtool: linkstate: migrate linkstate functions to support multi-PHY setupsOleksij Rempel1-8/+15
2025-01-10net: ethtool: Use hwprov under rcu_read_lockLi RongQing1-2/+3
2024-12-23net: ethtool: Fix suspicious rcu_dereference usageKory Maincent1-1/+4
2024-12-16net: ethtool: Add support for tsconfig command to get/set hwtstamp configKory Maincent6-12/+484
2024-12-16net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topologyKory Maincent6-18/+525
2024-12-04ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent1-4/+44
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman1-1/+2
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings"Kees Cook3-16/+12
2024-11-14net: ethtool: account for RSS+RXNFC add semantics when checking channel countEdward Cree1-12/+30
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree1-0/+5
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-12/+16
2024-10-17ethtool: rss: prevent rss ctx deletion when in useDaniel Zahka3-0/+56
2024-10-13net: ethtool: Add support for writing firmware blocks using EPL payloadDanielle Ratson3-13/+148
2024-10-13net: ethtool: Add new parameters and a function to support EPLDanielle Ratson3-23/+38
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni1-1/+1
2024-10-04ethtool: rss: fix rss key initialization warningDaniel Zahka1-0/+1
2024-09-13net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMPMaxime Chevallier1-2/+0
2024-09-13net: ethtool: Enhance error messages sent to user spaceDanielle Ratson1-3/+11
2024-09-11netdev: support binding dma-buf to netdeviceMina Almasry1-0/+8
2024-09-11net: ethtool: phy: Check the req_info.pdn field for GET commandsMaxime Chevallier1-1/+1
2024-09-10net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing1-0/+1
2024-09-03ethtool: RX software timestamp for allGal Pressman1-7/+8
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin1-1/+0
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-1/+0
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+0
2024-08-30ethtool: pse-pd: move pse validation into setDiogo Jahchan Koike1-9/+6
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-08-28net: ethtool: cable-test: Release RTNL when the PHY isn't foundMaxime Chevallier1-2/+2