summaryrefslogtreecommitdiff
path: root/net/ethtool/rss.c
AgeCommit message (Expand)Author
13 daysethtool: rss: support removing contexts via NetlinkJakub Kicinski
13 daysethtool: rss: support creating contexts via NetlinkJakub Kicinski
13 daysethtool: rss: factor out populating response from contextJakub Kicinski
13 daysethtool: rss: factor out allocating memory for responseJakub Kicinski
13 daysethtool: rejig the RSS notification machinery for more typesJakub Kicinski
2025-07-17ethtool: rss: support setting flow hashing fieldsJakub Kicinski
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski
2025-07-17ethtool: rss: support setting hkey via NetlinkJakub Kicinski
2025-07-17ethtool: rss: support setting hfunc via NetlinkJakub Kicinski
2025-07-17ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski
2025-07-10ethtool: rss: report which fields are configured for hashingJakub Kicinski
2025-07-10ethtool: rss: make sure dump takes the rss lockJakub Kicinski
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski
2025-06-30net: ethtool: move get_rxfh callback under the rss_lockJakub Kicinski
2025-06-25net: ethtool: rss: add notificationsJakub Kicinski
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski
2025-02-03ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni
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-07-25ethtool: rss: echo the context number backJakub Kicinski
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski
2023-01-12ethtool: add netlink attr in rss get reply only if value is not nullSudheer Mogilappagari
2022-12-05ethtool: add netlink based get rss supportSudheer Mogilappagari