aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
2025-05-05net: ethtool: netlink: Use netdev_hold for dumpit() operationsMaxime Chevallier1-2/+3
2025-05-05net: ethtool: phy: Convert the PHY_GET command to generic phy dumpMaxime Chevallier3-253/+100
2025-05-05net: 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-11ethtool: 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-13Merge 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-07net: ethtool: use correct device pointer in ethnl_default_dump_one()Eric Dumazet1-2/+2
2025-03-06Merge 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-04net: 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-25ethtool: Symmetric OR-XOR RSS hashGal Pressman1-4/+4
2025-02-24net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski4-7/+28
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 warni...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
2024-08-27net: fix unreleased lock in cable testDiogo Jahchan Koike1-2/+1
2024-08-26ethtool: check device is present when getting link settingsJamie Bainbridge1-0/+3
2024-08-26ethtool: Add support for specifying information source in cable test resultsOleksij Rempel1-4/+15
2024-08-23net: ethtool: strset: Allow querying phy stats by indexMaxime Chevallier1-7/+17
2024-08-23net: ethtool: cable-test: Target the command to the requested PHYMaxime Chevallier1-13/+22
2024-08-23net: ethtool: pse-pd: Target the command to the requested PHYMaxime Chevallier1-12/+19
2024-08-23net: ethtool: plca: Target the command to the requested PHYMaxime Chevallier1-10/+20
2024-08-23net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier4-1/+324
2024-08-23net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2-2/+83
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2024-08-15net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson1-2/+6
2024-08-12ethtool: rss: support skipping contexts during dumpJakub Kicinski2-2/+12
2024-08-12ethtool: rss: support dumping RSS contextsJakub Kicinski3-0/+139
2024-08-12ethtool: rss: report info about additional contexts from XArrayJakub Kicinski1-1/+36
2024-08-12ethtool: rss: move the device op invocation out of rss_prepare_data()Jakub Kicinski1-16/+27
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski2-10/+36
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski2-3/+6
2024-08-09ethtool: refactor checking max channelsMina Almasry4-30/+42
2024-08-08net: ethtool: check rxfh_max_num_contexts != 1 at register timeEdward Cree1-0/+2
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+11
2024-08-08ethtool: Fix context creation with no parametersGal Pressman1-5/+8
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-2/+3
2024-08-06ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()Yue Haibing1-1/+0
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+40
2024-08-01ethtool: Don't check for NULL info in prepare_data callbacksSimon Horman3-4/+3
2024-07-29ethtool: fix the state of additional contexts with old APIJakub Kicinski1-8/+30
2024-07-29ethtool: fix setting key and resetting indir at onceJakub Kicinski1-2/+3
2024-07-25ethtool: rss: echo the context number backJakub Kicinski1-1/+7
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski4-11/+19
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent4-10/+18
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent1-1/+1
2024-07-14net: phy: bcm54811: New link mode for BroadR-ReachKamil Horák (2N)1-0/+3
2024-07-14net: ethtool: pse-pd: Fix possible null-derefKory Maincent1-2/+2
2024-07-14net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent1-1/+3
2024-07-13net: ethtool: Monotonically increase the message sequence numberDanielle Ratson1-1/+1
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-07-12net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski1-10/+36
2024-07-12net: ethtool: let drivers remove lost RSS contextsJakub Kicinski1-0/+14
2024-07-11net: ethtool: Fix RSS settingSaeed Mahameed1-1/+2
2024-07-11ethtool: use the rss context XArray in ring deactivation safety-checkJakub Kicinski1-4/+29
2024-07-11ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski4-19/+19
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+28
2024-07-11ethtool: netlink: do not return SQI value if link is downOleksij Rempel1-13/+28
2024-07-05net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)1-7/+82
2024-07-05net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)1-1/+31
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree4-11/+11
2024-07-03net: ethtool: fix compat with old RSS context APIJakub Kicinski1-2/+2
2024-07-01net: ethtool: Fix the panic caused by dev being null when dumping coalesceHeng Qi1-2/+3
2024-06-28net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree1-5/+21
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree1-0/+7
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree1-3/+6
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree1-12/+34
2024-06-28net: ethtool: record custom RSS contexts in the XArrayEdward Cree1-1/+73
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree2-2/+2
2024-06-28ethtool: Add ability to flash transceiver modules' firmwareDanielle Ratson4-0/+334
2024-06-28ethtool: cmis_fw_update: add a layer for supporting firmware update using CDBDanielle Ratson4-1/+438
2024-06-28ethtool: cmis_cdb: Add a layer for supporting CDB commandsDanielle Ratson4-1/+730
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson3-0/+30
2024-06-28ethtool: Add flashing transceiver modules' firmware notifications abilityDanielle Ratson4-0/+154
2024-06-25ethtool: provide customized dim profile managementHeng Qi1-2/+271
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+4
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui1-1/+1
2024-06-05net: ethtool: remove unused struct 'cable_test_tdr_req_info'Dr. David Alan Gilbert1-4/+0
2024-06-01ethtool: init tsinfo stats if requestedVadim Fedorenko1-3/+3
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski2-51/+2
2024-04-18net: ethtool: pse-pd: Expand pse commands with the PSE PoE interfaceKory Maincent (Dent Project)1-10/+50
2024-04-16net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)1-1/+1
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2-2/+51
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu1-1/+51
2024-03-06ethtool: remove ethtool_eee_use_linkmodesHeiner Kallweit2-6/+0
2024-03-05ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit1-5/+0
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn2-46/+14
2024-02-23net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn1-2/+3
2024-02-08ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet1-9/+5
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit4-17/+65
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2-14/+14
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit1-6/+6
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit1-9/+39
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2-8/+8
2024-01-18ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson1-2/+7
2024-01-05net: ethtool: reject unsupported RSS input xfrm valuesAhmed Zaki1-0/+3
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski8-373/+29
2024-01-02net: ethtool: Fix symmetric-xor RSS RX flow hash checkGerhard Engleder1-15/+18
2024-01-02net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmAhmed Zaki1-2/+4
2024-01-02net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhAhmed Zaki1-0/+5
2024-01-01net: ethtool: strset: Allow querying phy stats by indexMaxime Chevallier1-7/+8
2024-01-01net: ethtool: cable-test: Target the command to the requested PHYMaxime Chevallier1-6/+6
2024-01-01net: ethtool: pse-pd: Target the command to the requested PHYMaxime Chevallier1-6/+3
2024-01-01net: ethtool: plca: Target the command to the requested PHYMaxime Chevallier1-7/+6
2024-01-01net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier4-1/+321
2024-01-01net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2-2/+29
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki2-4/+31
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2-23/+13
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki3-71/+83
2023-12-13ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin1-0/+12
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com1-0/+7
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg1-0/+3
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-11-29ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski1-0/+1
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski6-295/+3
2023-11-18net: ethtool: ts: Let the active time stamping layer be selectableKory Maincent3-0/+108
2023-11-18net: ethtool: ts: Update GET_TS to reply the current selected timestampKory Maincent1-17/+1
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent1-2/+17
2023-11-18net: ethtool: Add a command to list available time stamping layersKory Maincent3-0/+84
2023-11-18net: ethtool: Add a command to expose current time stamping layerKory Maincent5-1/+102
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-0/+6
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski1-0/+21
2023-10-19Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent1-26/+6
2023-10-10ethtool: Fix mod state of verbose no_mask bitsetKory Maincent1-6/+26
2023-10-03ethtool: plca: fix plca enable data type while parsing the valueParthiban Veerasooran1-16/+29
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski25-47/+47
2023-08-15ethtool: netlink: simplify arguments to ethnl_default_parse()Jakub Kicinski1-12/+9
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski2-2/+3
2023-08-02net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...Vladimir Oltean1-2/+1
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-8/+8
2023-07-28net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski2-88/+38
2023-07-28net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyJoe Damato1-37/+38
2023-06-15net: create device lookup API with reference trackingJakub Kicinski1-5/+5
2023-06-13ethtool: ioctl: account for sopass diff in set_wolJustin Chen1-1/+2
2023-06-12net: ethtool: don't require empty header nestsJakub Kicinski1-0/+2
2023-06-08ethtool: ioctl: improve error checking for set_wolJustin Chen1-2/+12
2023-05-03ethtool: Fix uninitialized number of lanesIdo Schimmel1-1/+1
2023-04-24net: ethtool: coalesce: try to make user settings stick twiceJakub Kicinski1-11/+43
2023-04-20net: ethtool: mm: sanitize some UAPI configurationsVladimir Oltean1-0/+10
2023-04-13net: ethtool: create and export ethtool_dev_mm_supported()Vladimir Oltean1-0/+23
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4