diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2012-01-22 00:20:40 +0000 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2012-07-12 04:32:15 +0100 |
commit | dad3f9c2bef47dd67cc930eea826af2814a7c568 (patch) | |
tree | 4a12b5520b062302492bc62bbcf3ac9bf773f02b /net/core | |
parent | 75d5e3d1cf4caf4091b5ee17d748016f04fdced4 (diff) |
ethtool: allow ETHTOOL_GSSET_INFO for users
[ Upstream commit f80400a26a2e8bff541de12834a1134358bb6642 ]
Allow ETHTOOL_GSSET_INFO ethtool ioctl() for unprivileged users.
ETHTOOL_GSTRINGS is already allowed, but is unusable without this one.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Acked-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/ethtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 2b587ec0714..23672466985 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c @@ -1672,6 +1672,7 @@ int dev_ethtool(struct net *net, struct ifreq *ifr) case ETHTOOL_GRXCSUM: case ETHTOOL_GTXCSUM: case ETHTOOL_GSG: + case ETHTOOL_GSSET_INFO: case ETHTOOL_GSTRINGS: case ETHTOOL_GTSO: case ETHTOOL_GPERMADDR: |