summaryrefslogtreecommitdiffstats
path: root/net/ethtool (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent2024-12-051-4/+44
* ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman2024-12-041-1/+2
* Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook2024-11-193-16/+12
* net: ethtool: account for RSS+RXNFC add semantics when checking channel countEdward Cree2024-11-151-12/+30
* net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree2024-11-151-0/+5
* net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-11-033-12/+16
* ethtool: rss: prevent rss ctx deletion when in useDaniel Zahka2024-10-173-0/+56
* net: ethtool: Add support for writing firmware blocks using EPL payloadDanielle Ratson2024-10-133-13/+148
* net: ethtool: Add new parameters and a function to support EPLDanielle Ratson2024-10-133-23/+38
* genetlink: extend info user-storage to match NL cb ctxPaolo Abeni2024-10-101-1/+1
* ethtool: rss: fix rss key initialization warningDaniel Zahka2024-10-041-0/+1
* net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMPMaxime Chevallier2024-09-141-2/+0
* net: ethtool: Enhance error messages sent to user spaceDanielle Ratson2024-09-141-3/+11
* netdev: support binding dma-buf to netdeviceMina Almasry2024-09-121-0/+8
* net: ethtool: phy: Check the req_info.pdn field for GET commandsMaxime Chevallier2024-09-121-1/+1
* net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing2024-09-111-0/+1
* ethtool: RX software timestamp for allGal Pressman2024-09-041-7/+8
* netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin2024-09-031-1/+0
* netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-1/+0
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+0
* ethtool: pse-pd: move pse validation into setDiogo Jahchan Koike2024-08-301-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-291-0/+3
|\
| * ethtool: check device is present when getting link settingsJamie Bainbridge2024-08-261-0/+3
* | net: ethtool: cable-test: Release RTNL when the PHY isn't foundMaxime Chevallier2024-08-291-2/+2
* | net: fix unreleased lock in cable testDiogo Jahchan Koike2024-08-271-2/+1
* | ethtool: Add support for specifying information source in cable test resultsOleksij Rempel2024-08-261-4/+15
* | net: ethtool: strset: Allow querying phy stats by indexMaxime Chevallier2024-08-231-7/+17
* | net: ethtool: cable-test: Target the command to the requested PHYMaxime Chevallier2024-08-231-13/+22
* | net: ethtool: pse-pd: Target the command to the requested PHYMaxime Chevallier2024-08-231-12/+19
* | net: ethtool: plca: Target the command to the requested PHYMaxime Chevallier2024-08-231-10/+20
* | net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier2024-08-234-1/+324
* | net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2024-08-232-2/+83
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-161-2/+6
|\|
| * net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson2024-08-151-2/+6
* | ethtool: rss: support skipping contexts during dumpJakub Kicinski2024-08-122-2/+12
* | ethtool: rss: support dumping RSS contextsJakub Kicinski2024-08-123-0/+139
* | ethtool: rss: report info about additional contexts from XArrayJakub Kicinski2024-08-121-1/+36
* | ethtool: rss: move the device op invocation out of rss_prepare_data()Jakub Kicinski2024-08-121-16/+27
* | ethtool: rss: don't report key if device doesn't support itJakub Kicinski2024-08-122-10/+36
* | ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski2024-08-122-3/+6
* | ethtool: refactor checking max channelsMina Almasry2024-08-104-30/+42
* | net: ethtool: check rxfh_max_num_contexts != 1 at register timeEdward Cree2024-08-091-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-081-7/+11
|\|
| * ethtool: Fix context creation with no parametersGal Pressman2024-08-081-5/+8
| * net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree2024-08-081-2/+3
* | ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()Yue Haibing2024-08-061-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-012-11/+40
|\|
| * ethtool: fix the state of additional contexts with old APIJakub Kicinski2024-07-291-8/+30
| * ethtool: fix setting key and resetting indir at onceJakub Kicinski2024-07-291-2/+3
| * ethtool: rss: echo the context number backJakub Kicinski2024-07-261-1/+7