aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
3 daysnet: ethtool: don't take rtnl_lock for global string dumpJakub Kicinski2-5/+9
3 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-74/+137
4 daysethtool: eeprom: add more safeties to EEPROM Netlink fallbackJakub Kicinski1-1/+4
4 daysethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallbackJakub Kicinski1-3/+2
4 daysethtool: strset: fix header attribute index in ethnl_req_get_phydev()Jakub Kicinski1-1/+1
4 daysethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failureJakub Kicinski1-4/+2
4 daysethtool: tsinfo: fix uninitialized stats on the by-PHC pathJakub Kicinski1-0/+13
4 daysethtool: tsconfig: fix missing ethnl_ops_complete()Jakub Kicinski1-2/+4
4 daysethtool: pse-pd: fix missing ethnl_ops_complete()Jakub Kicinski1-5/+5
4 daysethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup errorJakub Kicinski1-4/+2
4 daysethtool: tsconfig: fix reply error handlingJakub Kicinski1-2/+7
4 daysethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILESJakub Kicinski1-0/+6
6 daysethtool: cmis: validate fw->size against start_cmd_payload_sizeJakub Kicinski1-0/+8
6 daysethtool: cmis: validate start_cmd_payload_size from moduleJakub Kicinski1-14/+22
6 daysethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rplJakub Kicinski1-2/+2
6 daysethtool: cmis: require exact CDB reply lengthJakub Kicinski1-2/+7
6 daysethtool: module: fix cleanup if socket used for flashing multiple devicesJakub Kicinski3-9/+8
6 daysethtool: module: check fw_flash_in_progress under rtnl_lockJakub Kicinski1-6/+6
6 daysethtool: module: avoid racy updates to dev->ethtool bitfieldJakub Kicinski1-2/+10
6 daysethtool: module: avoid leaking a netdev ref on module flash errorsJakub Kicinski1-2/+3
6 daysethtool: module: call ethnl_ops_complete() on module flash errorsJakub Kicinski1-1/+2
6 daysethtool: rss: avoid device context leak on reply-build failureJakub Kicinski1-1/+5
6 daysethtool: rss: fix hkey leak when indir_size is 0Jakub Kicinski1-2/+1
6 daysethtool: rss: fix indir_table and hkey leak on get_rxfh failureJakub Kicinski1-1/+3
6 daysethtool: rss: fix falsely ignoring indir table updatesJakub Kicinski1-1/+1
6 daysethtool: rss: add missing errno on RSS context deleteJakub Kicinski1-1/+3
6 daysethtool: rss: avoid modifying the RSS context responseJakub Kicinski1-8/+10
13 daysnet/ethtool: drop duplicate TSCONFIG HWTSTAMP BUILD_BUG_ON from SET handlerChenguang Zhao1-4/+0
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+37
2026-05-12ethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao1-4/+4
2026-05-12net: ethtool: phy: avoid NULL deref when PHY driver is unboundDavid Carlier1-4/+6
2026-05-11net: ethtool: fix missing closing paren in rings_reply_size()Tao Cui1-2/+2
2026-05-08net: ethtool: fix NULL pointer dereference in phy_reply_sizeQuan Sun1-2/+30
2026-04-12ethtool: strset: check nla_len overflowHangbin Liu1-1/+2
2026-04-09net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-20/+29
2026-03-24net: ethtool: pass genl_info to the ethnl parse_request operationMaxime Chevallier8-8/+19
2026-03-23ethtool: Add RSS indirection table resize helpersBjörn Töpel1-0/+155
2026-03-23ethtool: Track user-provided RSS indirection table sizeBjörn Töpel3-12/+49
2026-03-20net: ethtool: re-order local includesMaxime Chevallier31-46/+58
2026-03-18net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECSHaiyang Zhang1-1/+13
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir1-1/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-14/+14
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+2
2026-02-02net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contextsJakub Kicinski2-10/+2
2026-01-27ethtool: remove ETHTOOL_GRXRINGS fallback through get_rxnfcBreno Leitao1-12/+2
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski2-12/+9
2026-01-20net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-9/+12
2026-01-13net: phy: Introduce PHY ports representationMaxime Chevallier1-0/+27
2026-01-13net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* valuesMaxime Chevallier1-113/+147
2025-12-18ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman1-6/+24
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla1-0/+8
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel4-1/+342
2025-10-01Revert "Documentation: net: add flow control guide and document ethtool API"Paolo Abeni1-4/+0
2025-09-30Documentation: net: add flow control guide and document ethtool APIOleksij Rempel1-0/+4
2025-09-29net: ethtool: remove duplicated mm.o from MakefileMarkus Heidelberg1-1/+1
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko1-2/+73
2025-09-23net: ethtool: tsconfig: set command must provide a replyVadim Fedorenko1-7/+5
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-09-18net: ethtool: use the new helper in rss_set_prep_indir()Breno Leitao1-8/+7
2025-09-18net: ethtool: update set_rxfh_indir to use ethtool_get_rx_ring_count helperBreno Leitao1-8/+8
2025-09-18net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helperBreno Leitao1-7/+9
2025-09-18net: ethtool: add get_rx_ring_count callback to optimize RX ring queriesBreno Leitao3-5/+25
2025-09-18net: ethtool: remove the duplicated handling from ethtool_get_rxringsBreno Leitao1-23/+10
2025-09-18net: ethtool: add support for ETHTOOL_GRXRINGS ioctlBreno Leitao1-0/+40
2025-09-18net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indirBreno Leitao1-5/+5
2025-09-12net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() methodRussell King (Oracle)1-2/+2
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski2-13/+39
2025-07-21ethtool: rss: support removing contexts via NetlinkJakub Kicinski5-1/+119
2025-07-21ethtool: rss: support creating contexts via NetlinkJakub Kicinski4-0/+222
2025-07-21ethtool: move ethtool_rxfh_ctx_alloc() to common codeJakub Kicinski3-34/+37
2025-07-21ethtool: rss: factor out populating response from contextJakub Kicinski1-10/+22
2025-07-21ethtool: rss: factor out allocating memory for responseJakub Kicinski1-17/+30
2025-07-21ethtool: rejig the RSS notification machinery for more typesJakub Kicinski3-9/+12
2025-07-21ethtool: assert that drivers with sym hash are consistent for RSS contextsJakub Kicinski1-0/+4
2025-07-17ethtool: rss: support setting flow hashing fieldsJakub Kicinski2-9/+104
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski4-5/+69
2025-07-17ethtool: rss: support setting hkey via NetlinkJakub Kicinski1-1/+40
2025-07-17ethtool: rss: support setting hfunc via NetlinkJakub Kicinski1-1/+11
2025-07-17ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski3-0/+204
2025-07-16ethtool: Don't check for RXFH fields conflict when no input_xfrm is requestedGal Pressman2-1/+6
2025-07-10ethtool: rss: report which fields are configured for hashingJakub Kicinski2-11/+100
2025-07-10ethtool: mark ETHER_FLOW as usable for Rx hashJakub Kicinski1-0/+1
2025-07-10ethtool: rss: make sure dump takes the rss lockJakub Kicinski1-19/+21
2025-07-08net: ethtool: reduce indent for _rxfh_context opsJakub Kicinski1-18/+12
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski2-53/+15
2025-07-01net: ethtool: fix leaking netdev ref if ethnl_default_parse() failedJakub Kicinski1-6/+12
2025-06-30net: ethtool: move get_rxfh callback under the rss_lockJakub Kicinski3-9/+27
2025-06-30net: ethtool: move rxfh_fields callbacks under the rss_lockJakub Kicinski1-5/+10
2025-06-30net: ethtool: take rss_lock for all rxfh changesJakub Kicinski1-21/+21
2025-06-30net: ethtool: avoid OOB accesses in PAUSE_SETJakub Kicinski2-1/+2
2025-06-25net: ethtool: rss: add notificationsJakub Kicinski4-0/+25
2025-06-25net: ethtool: copy req_info from SET to NTFJakub Kicinski2-6/+15
2025-06-25net: ethtool: remove the data argument from ethtool_notify()Jakub Kicinski3-15/+21
2025-06-25net: ethtool: call .parse_request for SET handlersJakub Kicinski1-3/+1
2025-06-25net: ethtool: dynamically allocate full req size reqJakub Kicinski1-7/+13
2025-06-23ethtool: pse-pd: Add missing linux/export.h includeKory Maincent1-0/+1
2025-06-21net: ethtool: don't mux RXFH via rxnfc callbacksJakub Kicinski1-41/+18
2025-06-18net: ethtool: Add PSE port priority support featureKory Maincent (Dent Project)1-0/+18
2025-06-18net: ethtool: Add support for new power domains index descriptionKory Maincent (Dent Project)1-0/+7
2025-06-18net: pse-pd: Add support for reporting eventsKory Maincent (Dent Project)1-0/+39
2025-06-12net: ethtool: add dedicated callbacks for getting and setting rxfh fieldsJakub Kicinski1-10/+45
2025-06-12net: ethtool: require drivers to opt into the per-RSS ctx RXFHJakub Kicinski1-0/+8
2025-06-12net: ethtool: remove the duplicated handling from rxfh and rxnfcJakub Kicinski1-52/+5
2025-06-12net: ethtool: copy the rxfh flow handlingJakub Kicinski1-1/+92
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-09ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is re...Gal Pressman1-10/+89
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