summaryrefslogtreecommitdiffstats
path: root/net/ethtool/rss.c
AgeCommit message (Expand)AuthorLines
2025-09-18net: ethtool: use the new helper in rss_set_prep_indir()Breno Leitao-8/+7
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski-13/+14
2025-07-21ethtool: rss: support removing contexts via NetlinkJakub Kicinski-1/+108
2025-07-21ethtool: rss: support creating contexts via NetlinkJakub Kicinski-0/+203
2025-07-21ethtool: rss: factor out populating response from contextJakub Kicinski-10/+22
2025-07-21ethtool: rss: factor out allocating memory for responseJakub Kicinski-17/+30
2025-07-21ethtool: rejig the RSS notification machinery for more typesJakub Kicinski-2/+2
2025-07-17ethtool: rss: support setting flow hashing fieldsJakub Kicinski-8/+103
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski-2/+52
2025-07-17ethtool: rss: support setting hkey via NetlinkJakub Kicinski-1/+40
2025-07-17ethtool: rss: support setting hfunc via NetlinkJakub Kicinski-1/+11
2025-07-17ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski-0/+195
2025-07-10ethtool: rss: report which fields are configured for hashingJakub Kicinski-10/+95
2025-07-10ethtool: rss: make sure dump takes the rss lockJakub Kicinski-19/+21
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski-2/+1
2025-06-30net: ethtool: move get_rxfh callback under the rss_lockJakub Kicinski-6/+17
2025-06-25net: ethtool: rss: add notificationsJakub Kicinski-0/+11
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+2
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski-0/+2
2025-02-03ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski-1/+2
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni-1/+1
2024-08-12ethtool: rss: support skipping contexts during dumpJakub Kicinski-1/+11
2024-08-12ethtool: rss: support dumping RSS contextsJakub Kicinski-0/+135
2024-08-12ethtool: rss: report info about additional contexts from XArrayJakub Kicinski-1/+36
2024-08-12ethtool: rss: move the device op invocation out of rss_prepare_data()Jakub Kicinski-16/+27
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski-6/+15
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski-1/+2
2024-07-25ethtool: rss: echo the context number backJakub Kicinski-1/+7
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki-0/+5
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki-6/+3
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-7/+9
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski-1/+2
2023-01-12ethtool: add netlink attr in rss get reply only if value is not nullSudheer Mogilappagari-4/+7
2022-12-05ethtool: add netlink based get rss supportSudheer Mogilappagari-0/+153