summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
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