index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ethtool
/
rss.c
Age
Commit message (
Expand
)
Author
13 days
ethtool: rss: support removing contexts via Netlink
Jakub Kicinski
13 days
ethtool: rss: support creating contexts via Netlink
Jakub Kicinski
13 days
ethtool: rss: factor out populating response from context
Jakub Kicinski
13 days
ethtool: rss: factor out allocating memory for response
Jakub Kicinski
13 days
ethtool: rejig the RSS notification machinery for more types
Jakub Kicinski
2025-07-17
ethtool: rss: support setting flow hashing fields
Jakub Kicinski
2025-07-17
ethtool: rss: support setting input-xfrm via Netlink
Jakub Kicinski
2025-07-17
ethtool: rss: support setting hkey via Netlink
Jakub Kicinski
2025-07-17
ethtool: rss: support setting hfunc via Netlink
Jakub Kicinski
2025-07-17
ethtool: rss: initial RSS_SET (indirection table handling)
Jakub Kicinski
2025-07-10
ethtool: rss: report which fields are configured for hashing
Jakub Kicinski
2025-07-10
ethtool: rss: make sure dump takes the rss lock
Jakub Kicinski
2025-07-08
net: ethtool: remove the compat code for _rxfh_context ops
Jakub Kicinski
2025-06-30
net: ethtool: move get_rxfh callback under the rss_lock
Jakub Kicinski
2025-06-25
net: ethtool: rss: add notifications
Jakub Kicinski
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
2025-03-06
net: ethtool: try to protect all callback with netdev instance lock
Jakub Kicinski
2025-02-03
ethtool: rss: fix hiding unsupported fields in dumps
Jakub Kicinski
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
2024-08-12
ethtool: rss: support skipping contexts during dump
Jakub Kicinski
2024-08-12
ethtool: rss: support dumping RSS contexts
Jakub Kicinski
2024-08-12
ethtool: rss: report info about additional contexts from XArray
Jakub Kicinski
2024-08-12
ethtool: rss: move the device op invocation out of rss_prepare_data()
Jakub Kicinski
2024-08-12
ethtool: rss: don't report key if device doesn't support it
Jakub Kicinski
2024-08-12
ethtool: make ethtool_ops::cap_rss_ctx_supported optional
Jakub Kicinski
2024-07-25
ethtool: rss: echo the context number back
Jakub Kicinski
2023-12-13
net: ethtool: add support for symmetric-xor RSS hash
Ahmed Zaki
2023-12-13
net: ethtool: get rid of get/set_rxfh_context functions
Ahmed Zaki
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-08-15
ethtool: netlink: always pass genl_info to .prepare_data
Jakub Kicinski
2023-01-12
ethtool: add netlink attr in rss get reply only if value is not null
Sudheer Mogilappagari
2022-12-05
ethtool: add netlink based get rss support
Sudheer Mogilappagari