summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
29 hoursethtool: cmis_cdb: Fix incorrect read / write length extensionIdo Schimmel2-16/+3
29 hoursethtool: eeprom: add more safeties to EEPROM Netlink fallbackJakub Kicinski1-1/+4
29 hoursethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallbackJakub Kicinski1-3/+2
29 hoursethtool: strset: fix header attribute index in ethnl_req_get_phydev()Jakub Kicinski1-1/+1
29 hoursethtool: pse-pd: fix missing ethnl_ops_complete()Jakub Kicinski1-5/+5
29 hoursethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup errorJakub Kicinski1-4/+2
29 hoursethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILESJakub Kicinski1-0/+6
29 hoursethtool: cmis: validate fw->size against start_cmd_payload_sizeJakub Kicinski1-0/+8
29 hoursethtool: cmis: validate start_cmd_payload_size from moduleJakub Kicinski1-14/+22
29 hoursnet: ethtool: Add support for writing firmware blocks using EPL payloadDanielle Ratson3-13/+148
29 hoursnet: ethtool: Add new parameters and a function to support EPLDanielle Ratson3-23/+38
29 hoursethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rplJakub Kicinski1-2/+2
29 hoursethtool: cmis: require exact CDB reply lengthJakub Kicinski1-2/+7
29 hoursethtool: module: fix cleanup if socket used for flashing multiple devicesJakub Kicinski3-9/+8
29 hoursethtool: module: check fw_flash_in_progress under rtnl_lockJakub Kicinski1-6/+6
29 hoursethtool: module: avoid leaking a netdev ref on module flash errorsJakub Kicinski1-2/+3
29 hoursethtool: rss: fix hkey leak when indir_size is 0Jakub Kicinski1-2/+1
9 daysethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao1-4/+4
2026-01-08ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman1-6/+24
2025-04-25ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()Damodharam Ammepalli1-1/+1
2025-04-20net: ethtool: Don't call .cleanup_data when prepare_data failsMaxime Chevallier1-3/+5
2025-03-13net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier9-18/+19
2025-03-13net: ethtool: plumb PHY stats to PHY driversJakub Kicinski2-2/+21
2025-03-13ethtool: linkstate: migrate linkstate functions to support multi-PHY setupsOleksij Rempel1-8/+15
2025-02-17ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski1-1/+2
2025-02-08ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski1-1/+1
2025-02-08ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman1-1/+2
2025-02-08ethtool: Fix set RXNFC command with symmetric RSS hashGal Pressman1-1/+1
2025-02-08net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree1-0/+5
2025-02-08net: avoid race between device unregistration and ethnl opsAntoine Tenart1-1/+1
2024-12-14ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent1-4/+44
2024-09-14net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMPMaxime Chevallier1-2/+0
2024-09-14net: ethtool: Enhance error messages sent to user spaceDanielle Ratson1-3/+11
2024-09-12netdev: support binding dma-buf to netdeviceMina Almasry1-0/+8
2024-09-12net: ethtool: phy: Check the req_info.pdn field for GET commandsMaxime Chevallier1-1/+1
2024-09-11net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing1-0/+1
2024-09-04ethtool: 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-29net: 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-27ethtool: 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