Skip to content

Commit

Permalink
kernel: reorder patches to prepare for v6
Browse files Browse the repository at this point in the history
None of the patches to be submitted in v6 of first part uses the
nla_put_bitfield32() helper so move the patch adding it just before the
first patch using it. In the end, we may use arbitrary size bitmaps even
for the attributes where NLA_BITFIELD32 is used now so that the helper
wouldn't be used at all.
  • Loading branch information
mkubecek committed Jul 1, 2019
1 parent f0bb99e commit cdee1bc
Show file tree
Hide file tree
Showing 43 changed files with 62 additions and 62 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 62cad2f5784d4ae8689e5c4c8b30270a7d55b1fc Mon Sep 17 00:00:00 2001
From e0df5d9bc00cc4cd4287aa415841b4b8c7a71c57 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Thu, 27 Jun 2019 08:24:23 +0200
Subject: [PATCH 03/44] netlink: rename nl80211_validate_nested() to
Subject: [PATCH 02/44] netlink: rename nl80211_validate_nested() to
nla_validate_nested()

Function nl80211_validate_nested() is not specific to nl80211, it's
Expand All @@ -16,10 +16,10 @@ Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/include/net/netlink.h b/include/net/netlink.h
index 518d130c649f..2971af63575b 100644
index e4650e5b64a1..edb36bf29261 100644
--- a/include/net/netlink.h
+++ b/include/net/netlink.h
@@ -1751,7 +1751,7 @@ static inline void nla_nest_cancel(struct sk_buff *skb, struct nlattr *start)
@@ -1736,7 +1736,7 @@ static inline void nla_nest_cancel(struct sk_buff *skb, struct nlattr *start)
}

/**
Expand All @@ -28,7 +28,7 @@ index 518d130c649f..2971af63575b 100644
* @start: container attribute
* @maxtype: maximum attribute type to be expected
* @policy: validation policy
@@ -1774,9 +1774,9 @@ static inline int __nla_validate_nested(const struct nlattr *start, int maxtype,
@@ -1759,9 +1759,9 @@ static inline int __nla_validate_nested(const struct nlattr *start, int maxtype,
}

static inline int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 1aa1bb5323a8cbca78411a5bc15ba92e1abec1b6 Mon Sep 17 00:00:00 2001
From 545fafd50cdd1dcee9b133e09204862eca297d18 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sun, 13 May 2018 02:35:53 +0200
Subject: [PATCH 04/44] ethtool: move to its own directory
Subject: [PATCH 03/44] ethtool: move to its own directory

The ethtool netlink interface is going to be split into multiple files so
that it will be more convenient to put all of them in a separate directory
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From c74782c7701facf6518a43c0341b8a733654bf20 Mon Sep 17 00:00:00 2001
From a106b6725b16c39fa6cf10787c297fe7085bd82c Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 10 Nov 2017 15:12:24 +0100
Subject: [PATCH 05/44] ethtool: introduce ethtool netlink interface
Subject: [PATCH 04/44] ethtool: introduce ethtool netlink interface

Basic genetlink and init infrastructure for the netlink interface, register
genetlink family "ethtool". Add CONFIG_ETHTOOL_NETLINK Kconfig option to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 3693c1da092a55432a0b3cc254700faa10a33cf7 Mon Sep 17 00:00:00 2001
From ec7accbd1edbbdfe44bc220158bf954ae6ef69d4 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 10 Nov 2017 15:34:56 +0100
Subject: [PATCH 06/44] ethtool: helper functions for netlink interface
Subject: [PATCH 05/44] ethtool: helper functions for netlink interface

Add common request/reply header definition and helpers to parse request
header and fill reply header. Provide ethnl_update_* helpers to update
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From afa5795cad85358a6cbfb5205a098f5609262fb9 Mon Sep 17 00:00:00 2001
From 1e55e3187008be7a5585fc6e1c642e09f8f24d25 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 13 Nov 2017 12:58:03 +0100
Subject: [PATCH 07/44] ethtool: netlink bitset handling
Subject: [PATCH 06/44] ethtool: netlink bitset handling

The ethtool netlink code uses common framework for passing arbitrary
length bit sets to allow future extensions. A bitset can be a list (only
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From d10a79213d9e9b80c2ca95b08fad3d73d87ef59d Mon Sep 17 00:00:00 2001
From 81665dd2e7fc913520800f4517ccb6ed10cdfa2e Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Wed, 11 Jul 2018 14:19:52 -0400
Subject: [PATCH 08/44] ethtool: support for netlink notifications
Subject: [PATCH 07/44] ethtool: support for netlink notifications

Add infrastructure for ethtool netlink notifications. There is only one
multicast group "monitor" which is used to notify userspace about changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From cb33f9d90251fed27677df9b63ee506dbf1e81ba Mon Sep 17 00:00:00 2001
From 6ff05a8d806787095720e926feb5ed3066503e8a Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 15 Feb 2019 11:50:56 +0100
Subject: [PATCH 09/44] ethtool: move string arrays into common file
Subject: [PATCH 08/44] ethtool: move string arrays into common file

Introduce file net/ethtool/common.c for code shared by ioctl and netlink
ethtool interface. Move name tables of features, RSS hash functions,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From b691490a689c8c4cc045a8a4abe94b52b536ae47 Mon Sep 17 00:00:00 2001
From 96ce72ff161f99c6f374b0a12725b71d3dfaa4d6 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Tue, 24 Jul 2018 21:22:00 +0200
Subject: [PATCH 10/44] ethtool: generic handlers for GET requests
Subject: [PATCH 09/44] ethtool: generic handlers for GET requests

Significant part of GET request processing is common for most request
types but unfortunately it cannot be easily separated from type specific
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 0af6c9056beff03a154e13f761d6ae41c141f538 Mon Sep 17 00:00:00 2001
From c5dadc5165a470e15e150a0e6e9ec551c40b3949 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 23 Jul 2018 12:32:56 +0200
Subject: [PATCH 11/44] ethtool: provide string sets with STRSET_GET request
Subject: [PATCH 10/44] ethtool: provide string sets with STRSET_GET request

Requests a contents of one or more string sets, i.e. indexed arrays of
strings; this information is provided by ETHTOOL_GSSET_INFO and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 396664730db6addf50b988ecf773fb8d4ed7e285 Mon Sep 17 00:00:00 2001
From fe98b1dc0bf578c9b067235c8068a7bbd1d1c6b5 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 16 Feb 2019 11:50:07 +0100
Subject: [PATCH 12/44] ethtool: provide link mode names as a string set
Subject: [PATCH 11/44] ethtool: provide link mode names as a string set

Unlike e.g. netdev features, the ethtool ioctl interface requires link mode
table to be in sync between kernel and userspace for userspace to be able
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From c7f123a57d28def45480e2fd450caae6f1aee1a6 Mon Sep 17 00:00:00 2001
From 7d9007bdbd50f2bec5ba4703666127549095175f Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 16 Feb 2019 14:49:09 +0100
Subject: [PATCH 13/44] ethtool: provide link settings and link modes in
Subject: [PATCH 12/44] ethtool: provide link settings and link modes in
SETTINGS_GET request

Implement SETTINGS_GET netlink request to get link settings and link mode
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 23436c8f44860e343dfd1f8b6db5ef9786ee83bb Mon Sep 17 00:00:00 2001
From 59a1d4aae65c4e1b66dbca0eb8ab637611f6efb5 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 29 Jun 2019 19:54:07 +0200
Subject: [PATCH 14/44] ethtool: add standard notification handler
Subject: [PATCH 13/44] ethtool: add standard notification handler

The ethtool netlink notifications have the same format as related GET
replies so that if generic GET handling framework is used to process GET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From f9814559f863407ec7bdf1eb7bc1e59c00a0b46f Mon Sep 17 00:00:00 2001
From 5f9c3d3053e4f9c5d150573135476dcba7438f52 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 8 Mar 2019 17:24:23 +0100
Subject: [PATCH 15/44] ethtool: set link settings and link modes with
Subject: [PATCH 14/44] ethtool: set link settings and link modes with
SETTINGS_SET request

Implement SETTINGS_SET netlink request allowing to set link settings and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 932877a232f0e92f9c5ffbea90e9bc54ce6efb6c Mon Sep 17 00:00:00 2001
From ef0bfc107ae9854c580886a64c184ae496ad3c97 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 16 Feb 2019 15:26:45 +0100
Subject: [PATCH 16/44] ethtool: provide link state in SETTINGS_GET request
Subject: [PATCH 15/44] ethtool: provide link state in SETTINGS_GET request

Add information about device link state (as provided by ETHTOOL_GLINK ioctl
command) into the SETTINGS_GET reply when ETHTOOL_IM_SETTINGS_LINKSTATE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From c5a48c30136bad256be6c2063733248e082b10a7 Mon Sep 17 00:00:00 2001
From e7e8519cba7501e6327ecbdfc02eac6445ea3f11 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 10 Nov 2017 14:17:36 +0100
Subject: [PATCH 02/44] netlink: introduce nla_put_bitfield32()
Subject: [PATCH 16/44] netlink: introduce nla_put_bitfield32()

Similar to other data types, this helper puts NLA_BITFIELD32 attribute into
a netlink message. It takes separate value and selector arguments, if there
Expand All @@ -13,7 +13,7 @@ Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
1 file changed, 15 insertions(+)

diff --git a/include/net/netlink.h b/include/net/netlink.h
index e4650e5b64a1..518d130c649f 100644
index edb36bf29261..2971af63575b 100644
--- a/include/net/netlink.h
+++ b/include/net/netlink.h
@@ -1466,6 +1466,21 @@ static inline int nla_put_in6_addr(struct sk_buff *skb, int attrtype,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b54b673ffa8fc08871525395de3ecc6c8f331a91 Mon Sep 17 00:00:00 2001
From d147f010fcb4ed6aa0e0f8a76d3eb5f634a1dfbc Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 16 Feb 2019 15:08:55 +0100
Subject: [PATCH 17/44] ethtool: provide WoL information in SETTINGS_GET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 5df47d68b420831b1c7875564611e6d8a41e5517 Mon Sep 17 00:00:00 2001
From 4d095e7f95b8d9a71116fcea4289351d71d05e2e Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 8 Mar 2019 17:50:30 +0100
Subject: [PATCH 18/44] ethtool: set WoL settings with SETTINGS_SET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bc973253cfa12821cde2263aabc5716211c38483 Mon Sep 17 00:00:00 2001
From aa8b37b5ac1c38ef82f312382b5584ab50c86aca Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 16 Feb 2019 15:19:02 +0100
Subject: [PATCH 19/44] ethtool: provide message level in SETTINGS_GET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From fe99bfd32b3d73db1460051d1eb32ed9fc3789b8 Mon Sep 17 00:00:00 2001
From 6651b99b9a54b751fe4d7a71cabfb4ba890b74b3 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 8 Mar 2019 18:01:46 +0100
Subject: [PATCH 20/44] ethtool: set message level with SETTINGS_SET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 8cb8269264cc9530088e197135a8ad0d21a1b105 Mon Sep 17 00:00:00 2001
From 656fdc061e581032b38a794d7cc4e82a3b1b0b5c Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 27 Jul 2018 15:42:51 +0200
Subject: [PATCH 21/44] ethtool: provide device features in SETTINGS_GET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 3bb8d698878aa0085123886a6970e260cb1ef926 Mon Sep 17 00:00:00 2001
From 2ccd4cc3665ce8269b506b5add12b86a8b1c8071 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sun, 29 Jul 2018 14:58:36 +0200
Subject: [PATCH 22/44] ethtool: set device features with SETTINGS_SET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a1d6348fbbd1af25b3a277330742c69de56cfc23 Mon Sep 17 00:00:00 2001
From b8cf2feb615f4159cc4e71f9feca98add5764fbb Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 16 Feb 2019 16:19:21 +0100
Subject: [PATCH 23/44] ethtool: provide private flags in SETTINGS_GET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From d7ddf1d35d1808a75f5a2c1d84bd3d39e0575e3c Mon Sep 17 00:00:00 2001
From 3e348fc03b9b867ad4f579f31d50c63b9e1f6f6c Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 7 Sep 2018 13:23:31 +0200
Subject: [PATCH 24/44] ethtool: set private flags with SETTINGS_SET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 7a9dd94209765025030246543f172b85330275dd Mon Sep 17 00:00:00 2001
From fb013a64735ea3b048c957693f263eb2e49b08f6 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 16 Feb 2019 10:51:08 +0100
Subject: [PATCH 25/44] ethtool: provide driver/device information in INFO_GET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From acbbc3c7bf807692d0c0ac613dd66590839b6d6a Mon Sep 17 00:00:00 2001
From f4829f53aba312fc4996a1227b5500b65f622bc1 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 16 Feb 2019 11:22:58 +0100
Subject: [PATCH 26/44] ethtool: provide timestamping information in INFO_GET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bfafbb1da5388ae32455d542d38c01af998a610d Mon Sep 17 00:00:00 2001
From 39ab679ce7d74b2801b29ad77f8e25d7d2e198ff Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sun, 10 Mar 2019 20:41:44 +0100
Subject: [PATCH 27/44] ethtool: provide coalescing information in PARAMS_GET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 499f4ca9a5fdbb1469a269c5bc2978305023afd5 Mon Sep 17 00:00:00 2001
From 84ea3921c0c5a94086ac4e32b83813ec085fd7e6 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sun, 10 Mar 2019 21:27:19 +0100
Subject: [PATCH 28/44] ethtool: set coalescing parameters with PARAMS_SET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 11f2186461ca3b0352a7ab59dbb5a41588120d03 Mon Sep 17 00:00:00 2001
From 82e20b1ceb12198528898d4f3b4d9155ef2fe999 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 07:40:58 +0100
Subject: [PATCH 29/44] ethtool: provide ring sizes in PARAMS_GET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ddb5ecb8cc3c99c6e782d50dd33963a136b39bec Mon Sep 17 00:00:00 2001
From 50358bf452601d1087ffaade0155013e5940123c Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 07:53:54 +0100
Subject: [PATCH 30/44] ethtool: set ring sizes with PARAMS_SET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From adf7497abc256a88c01691762c8cf9e427b327b8 Mon Sep 17 00:00:00 2001
From a40b8e654cd726baab8c2218ade4318e1e26a6eb Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 08:02:27 +0100
Subject: [PATCH 31/44] ethtool: provide pause parameters in PARAMS_GET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a44e9dfce3449e9fbfc653a58653c7802607b0f8 Mon Sep 17 00:00:00 2001
From 26350455dcab7f7b94d095e0c1561029780bf2d4 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 08:07:38 +0100
Subject: [PATCH 32/44] ethtool: set pause parameters with PARAMS_SET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2df182824bf2a2cbf8086e38fe4cdd8c02427d4f Mon Sep 17 00:00:00 2001
From e99d204559409e089757569fa06a3f6b84e5106d Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 08:30:12 +0100
Subject: [PATCH 33/44] ethtool: provide channel counts in PARAMS_GET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 7d7ae38cedc403270605126766ee9bfd9da6db42 Mon Sep 17 00:00:00 2001
From f39e04dafbdfe1085d24a79d153685944cfe6846 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 08:36:43 +0100
Subject: [PATCH 34/44] ethtool: set channel counts with PARAMS_SET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 5be6fd7ec08d8322e4e683663135592fa0115bcf Mon Sep 17 00:00:00 2001
From da87f3bb01827a7d012241a671a0f5df2a1ef6b0 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 08:43:01 +0100
Subject: [PATCH 35/44] ethtool: provide EEE settings in PARAMS_GET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0c81f2d65b11b7947f4ee2130cd96be153a1a852 Mon Sep 17 00:00:00 2001
From 024769001c6562e9ffbd6358f745013856e7d536 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 08:47:45 +0100
Subject: [PATCH 36/44] ethtool: set EEE settings with PARAMS_SET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 88c932517cee7f17e6fced188a26c2a03de1735b Mon Sep 17 00:00:00 2001
From 6046b40504ae96580bcf23ffb1f326326941e058 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 08:53:42 +0100
Subject: [PATCH 37/44] ethtool: provide FEC parameters with PARAMS_GET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ee975d3adea4a1d8e34c25a5349e0a13da61862c Mon Sep 17 00:00:00 2001
From 0e7512d35393fa6dca6e9963465945cd148de98f Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 11 Mar 2019 08:56:10 +0100
Subject: [PATCH 38/44] ethtool: set FEC parameters with PARAMS_SET request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bc9e8b1ea6985ab1ed15d061daaf75247e5b3f4d Mon Sep 17 00:00:00 2001
From cd5a60640b522e00057af389f101cba826581dd2 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Fri, 31 Aug 2018 14:02:17 +0200
Subject: [PATCH 39/44] ethtool: implement ETHTOOL_MSG_NWAYRST_ACT message
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 785ed30bdede789997f10f699b35ceb8bc441647 Mon Sep 17 00:00:00 2001
From d7e4657f5c576004b49591b6ea005e1269723525 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sun, 2 Sep 2018 15:50:03 +0200
Subject: [PATCH 40/44] ethtool: implement ETHTOOL_MSG_PHYSID_ACT message
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From cba7db2586b1e0fad4e1bfcd5b6badf6e15467ab Mon Sep 17 00:00:00 2001
From a1dd09926ef76dd18ad2817ccd5d24dea3dd5d5a Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Tue, 4 Sep 2018 07:36:33 +0200
Subject: [PATCH 41/44] ethtool: implement ETHTOOL_MSG_RESET_ACT message
Expand Down
2 changes: 1 addition & 1 deletion kernel/0042-ethtool-implement-RXFLOW_GET-request.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a19744ddef3e66f8bf9049f9e9601b3bf0699e0c Mon Sep 17 00:00:00 2001
From 835105ca80e9ea179a58e0e628468a319c0212f7 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 10 Sep 2018 10:12:24 +0200
Subject: [PATCH 42/44] ethtool: implement RXFLOW_GET request
Expand Down
2 changes: 1 addition & 1 deletion kernel/0043-ethtool-implement-RXFLOW-notification.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9a76c2327385f339f40d462720e7b40eec1d5c1d Mon Sep 17 00:00:00 2001
From 2b6820b05c4391986a61c5ccafb71e1c466d6fe5 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 15 Sep 2018 22:05:29 +0200
Subject: [PATCH 43/44] ethtool: implement RXFLOW notification
Expand Down
2 changes: 1 addition & 1 deletion kernel/0044-ethtool-implement-RXFLOW_SET-request.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b2dc2ec867d1e490d8ebdb033b7a991bcd6e001b Mon Sep 17 00:00:00 2001
From 6985767a222fd9888fe59a6d84ae110312411cf0 Mon Sep 17 00:00:00 2001
From: Michal Kubecek <mkubecek@suse.cz>
Date: Sat, 15 Sep 2018 16:02:04 +0200
Subject: [PATCH 44/44] ethtool: implement RXFLOW_SET request
Expand Down

0 comments on commit cdee1bc

Please sign in to comment.