summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)Author
2024-08-27net: fix unreleased lock in cable testDiogo Jahchan Koike
2024-08-26ethtool: Add support for specifying information source in cable test resultsOleksij Rempel
2024-08-23net: ethtool: strset: Allow querying phy stats by indexMaxime Chevallier
2024-08-23net: ethtool: cable-test: Target the command to the requested PHYMaxime Chevallier
2024-08-23net: ethtool: pse-pd: Target the command to the requested PHYMaxime Chevallier
2024-08-23net: ethtool: plca: Target the command to the requested PHYMaxime Chevallier
2024-08-23net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier
2024-08-23net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-15net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson
2024-08-12ethtool: rss: support skipping contexts during dumpJakub Kicinski
2024-08-12ethtool: rss: support dumping RSS contextsJakub Kicinski
2024-08-12ethtool: rss: report info about additional contexts from XArrayJakub Kicinski
2024-08-12ethtool: rss: move the device op invocation out of rss_prepare_data()Jakub Kicinski
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski
2024-08-09ethtool: refactor checking max channelsMina Almasry
2024-08-08net: ethtool: check rxfh_max_num_contexts != 1 at register timeEdward Cree
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-08ethtool: Fix context creation with no parametersGal Pressman
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree
2024-08-06ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()Yue Haibing
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-01ethtool: Don't check for NULL info in prepare_data callbacksSimon Horman
2024-07-29ethtool: fix the state of additional contexts with old APIJakub Kicinski
2024-07-29ethtool: fix setting key and resetting indir at onceJakub Kicinski
2024-07-25ethtool: rss: echo the context number backJakub Kicinski
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent
2024-07-14net: phy: bcm54811: New link mode for BroadR-ReachKamil HorĂ¡k (2N)
2024-07-14net: ethtool: pse-pd: Fix possible null-derefKory Maincent
2024-07-14net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent
2024-07-13net: ethtool: Monotonically increase the message sequence numberDanielle Ratson
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-12net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski
2024-07-12net: ethtool: let drivers remove lost RSS contextsJakub Kicinski
2024-07-11net: ethtool: Fix RSS settingSaeed Mahameed
2024-07-11ethtool: use the rss context XArray in ring deactivation safety-checkJakub Kicinski
2024-07-11ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-11ethtool: netlink: do not return SQI value if link is downOleksij Rempel
2024-07-05net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)
2024-07-05net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree
2024-07-03net: ethtool: fix compat with old RSS context APIJakub Kicinski
2024-07-01net: ethtool: Fix the panic caused by dev being null when dumping coalesceHeng Qi
2024-06-28net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree