* [PATCH] ethtool: allow non-admin user to read GRO settings.
@ 2010-02-11 23:48 Stephen Hemminger
2010-02-16 23:15 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2010-02-11 23:48 UTC (permalink / raw)
To: David Miller, Herbert Xu; +Cc: netdev
Looks like an oversight in GRO design.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
--- a/net/core/ethtool.c 2010-02-11 15:45:32.480296094 -0800
+++ b/net/core/ethtool.c 2010-02-11 15:46:34.669670657 -0800
@@ -927,6 +927,7 @@ int dev_ethtool(struct net *net, struct
case ETHTOOL_GPERMADDR:
case ETHTOOL_GUFO:
case ETHTOOL_GGSO:
+ case ETHTOOL_GGRO:
case ETHTOOL_GFLAGS:
case ETHTOOL_GPFLAGS:
case ETHTOOL_GRXFH:
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ethtool: allow non-admin user to read GRO settings.
2010-02-11 23:48 [PATCH] ethtool: allow non-admin user to read GRO settings Stephen Hemminger
@ 2010-02-16 23:15 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-02-16 23:15 UTC (permalink / raw)
To: shemminger; +Cc: herbert, netdev
From: Stephen Hemminger <shemminger@vyatta.com>
Date: Thu, 11 Feb 2010 15:48:29 -0800
> Looks like an oversight in GRO design.
>
> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-16 23:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 23:48 [PATCH] ethtool: allow non-admin user to read GRO settings Stephen Hemminger
2010-02-16 23:15 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).