2 * net/core/ethtool.c - Ethtool ioctl handler
3 * Copyright (c) 2003 Matthew Wilcox <matthew@wil.cx>
5 * This file is where we call all the ethtool_ops commands to get
6 * the information ethtool needs.
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
14 #include <linux/module.h>
15 #include <linux/types.h>
16 #include <linux/capability.h>
17 #include <linux/errno.h>
18 #include <linux/ethtool.h>
19 #include <linux/netdevice.h>
20 #include <linux/net_tstamp.h>
21 #include <linux/phy.h>
22 #include <linux/bitops.h>
23 #include <linux/uaccess.h>
24 #include <linux/vmalloc.h>
25 #include <linux/slab.h>
26 #include <linux/rtnetlink.h>
27 #include <linux/sched/signal.h>
28 #include <linux/net.h>
31 * Some useful ethtool_ops methods that're device independent.
32 * If we find that all drivers want to do the same thing here,
33 * we can turn these into dev_() function calls.
36 u32
ethtool_op_get_link(struct net_device
*dev
)
38 return netif_carrier_ok(dev
) ? 1 : 0;
40 EXPORT_SYMBOL(ethtool_op_get_link
);
42 int ethtool_op_get_ts_info(struct net_device
*dev
, struct ethtool_ts_info
*info
)
44 info
->so_timestamping
=
45 SOF_TIMESTAMPING_TX_SOFTWARE
|
46 SOF_TIMESTAMPING_RX_SOFTWARE
|
47 SOF_TIMESTAMPING_SOFTWARE
;
51 EXPORT_SYMBOL(ethtool_op_get_ts_info
);
53 /* Handlers for each ethtool command */
55 #define ETHTOOL_DEV_FEATURE_WORDS ((NETDEV_FEATURE_COUNT + 31) / 32)
57 static const char netdev_features_strings
[NETDEV_FEATURE_COUNT
][ETH_GSTRING_LEN
] = {
58 [NETIF_F_SG_BIT
] = "tx-scatter-gather",
59 [NETIF_F_IP_CSUM_BIT
] = "tx-checksum-ipv4",
60 [NETIF_F_HW_CSUM_BIT
] = "tx-checksum-ip-generic",
61 [NETIF_F_IPV6_CSUM_BIT
] = "tx-checksum-ipv6",
62 [NETIF_F_HIGHDMA_BIT
] = "highdma",
63 [NETIF_F_FRAGLIST_BIT
] = "tx-scatter-gather-fraglist",
64 [NETIF_F_HW_VLAN_CTAG_TX_BIT
] = "tx-vlan-hw-insert",
66 [NETIF_F_HW_VLAN_CTAG_RX_BIT
] = "rx-vlan-hw-parse",
67 [NETIF_F_HW_VLAN_CTAG_FILTER_BIT
] = "rx-vlan-filter",
68 [NETIF_F_HW_VLAN_STAG_TX_BIT
] = "tx-vlan-stag-hw-insert",
69 [NETIF_F_HW_VLAN_STAG_RX_BIT
] = "rx-vlan-stag-hw-parse",
70 [NETIF_F_HW_VLAN_STAG_FILTER_BIT
] = "rx-vlan-stag-filter",
71 [NETIF_F_VLAN_CHALLENGED_BIT
] = "vlan-challenged",
72 [NETIF_F_GSO_BIT
] = "tx-generic-segmentation",
73 [NETIF_F_LLTX_BIT
] = "tx-lockless",
74 [NETIF_F_NETNS_LOCAL_BIT
] = "netns-local",
75 [NETIF_F_GRO_BIT
] = "rx-gro",
76 [NETIF_F_LRO_BIT
] = "rx-lro",
78 [NETIF_F_TSO_BIT
] = "tx-tcp-segmentation",
79 [NETIF_F_GSO_ROBUST_BIT
] = "tx-gso-robust",
80 [NETIF_F_TSO_ECN_BIT
] = "tx-tcp-ecn-segmentation",
81 [NETIF_F_TSO_MANGLEID_BIT
] = "tx-tcp-mangleid-segmentation",
82 [NETIF_F_TSO6_BIT
] = "tx-tcp6-segmentation",
83 [NETIF_F_FSO_BIT
] = "tx-fcoe-segmentation",
84 [NETIF_F_GSO_GRE_BIT
] = "tx-gre-segmentation",
85 [NETIF_F_GSO_GRE_CSUM_BIT
] = "tx-gre-csum-segmentation",
86 [NETIF_F_GSO_IPXIP4_BIT
] = "tx-ipxip4-segmentation",
87 [NETIF_F_GSO_IPXIP6_BIT
] = "tx-ipxip6-segmentation",
88 [NETIF_F_GSO_UDP_TUNNEL_BIT
] = "tx-udp_tnl-segmentation",
89 [NETIF_F_GSO_UDP_TUNNEL_CSUM_BIT
] = "tx-udp_tnl-csum-segmentation",
90 [NETIF_F_GSO_PARTIAL_BIT
] = "tx-gso-partial",
91 [NETIF_F_GSO_SCTP_BIT
] = "tx-sctp-segmentation",
92 [NETIF_F_GSO_ESP_BIT
] = "tx-esp-segmentation",
94 [NETIF_F_FCOE_CRC_BIT
] = "tx-checksum-fcoe-crc",
95 [NETIF_F_SCTP_CRC_BIT
] = "tx-checksum-sctp",
96 [NETIF_F_FCOE_MTU_BIT
] = "fcoe-mtu",
97 [NETIF_F_NTUPLE_BIT
] = "rx-ntuple-filter",
98 [NETIF_F_RXHASH_BIT
] = "rx-hashing",
99 [NETIF_F_RXCSUM_BIT
] = "rx-checksum",
100 [NETIF_F_NOCACHE_COPY_BIT
] = "tx-nocache-copy",
101 [NETIF_F_LOOPBACK_BIT
] = "loopback",
102 [NETIF_F_RXFCS_BIT
] = "rx-fcs",
103 [NETIF_F_RXALL_BIT
] = "rx-all",
104 [NETIF_F_HW_L2FW_DOFFLOAD_BIT
] = "l2-fwd-offload",
105 [NETIF_F_HW_TC_BIT
] = "hw-tc-offload",
106 [NETIF_F_HW_ESP_BIT
] = "esp-hw-offload",
107 [NETIF_F_HW_ESP_TX_CSUM_BIT
] = "esp-tx-csum-hw-offload",
108 [NETIF_F_RX_UDP_TUNNEL_PORT_BIT
] = "rx-udp_tunnel-port-offload",
112 rss_hash_func_strings
[ETH_RSS_HASH_FUNCS_COUNT
][ETH_GSTRING_LEN
] = {
113 [ETH_RSS_HASH_TOP_BIT
] = "toeplitz",
114 [ETH_RSS_HASH_XOR_BIT
] = "xor",
115 [ETH_RSS_HASH_CRC32_BIT
] = "crc32",
119 tunable_strings
[__ETHTOOL_TUNABLE_COUNT
][ETH_GSTRING_LEN
] = {
120 [ETHTOOL_ID_UNSPEC
] = "Unspec",
121 [ETHTOOL_RX_COPYBREAK
] = "rx-copybreak",
122 [ETHTOOL_TX_COPYBREAK
] = "tx-copybreak",
126 phy_tunable_strings
[__ETHTOOL_PHY_TUNABLE_COUNT
][ETH_GSTRING_LEN
] = {
127 [ETHTOOL_ID_UNSPEC
] = "Unspec",
128 [ETHTOOL_PHY_DOWNSHIFT
] = "phy-downshift",
131 static int ethtool_get_features(struct net_device
*dev
, void __user
*useraddr
)
133 struct ethtool_gfeatures cmd
= {
134 .cmd
= ETHTOOL_GFEATURES
,
135 .size
= ETHTOOL_DEV_FEATURE_WORDS
,
137 struct ethtool_get_features_block features
[ETHTOOL_DEV_FEATURE_WORDS
];
138 u32 __user
*sizeaddr
;
142 /* in case feature bits run out again */
143 BUILD_BUG_ON(ETHTOOL_DEV_FEATURE_WORDS
* sizeof(u32
) > sizeof(netdev_features_t
));
145 for (i
= 0; i
< ETHTOOL_DEV_FEATURE_WORDS
; ++i
) {
146 features
[i
].available
= (u32
)(dev
->hw_features
>> (32 * i
));
147 features
[i
].requested
= (u32
)(dev
->wanted_features
>> (32 * i
));
148 features
[i
].active
= (u32
)(dev
->features
>> (32 * i
));
149 features
[i
].never_changed
=
150 (u32
)(NETIF_F_NEVER_CHANGE
>> (32 * i
));
153 sizeaddr
= useraddr
+ offsetof(struct ethtool_gfeatures
, size
);
154 if (get_user(copy_size
, sizeaddr
))
157 if (copy_size
> ETHTOOL_DEV_FEATURE_WORDS
)
158 copy_size
= ETHTOOL_DEV_FEATURE_WORDS
;
160 if (copy_to_user(useraddr
, &cmd
, sizeof(cmd
)))
162 useraddr
+= sizeof(cmd
);
163 if (copy_to_user(useraddr
, features
, copy_size
* sizeof(*features
)))
169 static int ethtool_set_features(struct net_device
*dev
, void __user
*useraddr
)
171 struct ethtool_sfeatures cmd
;
172 struct ethtool_set_features_block features
[ETHTOOL_DEV_FEATURE_WORDS
];
173 netdev_features_t wanted
= 0, valid
= 0;
176 if (copy_from_user(&cmd
, useraddr
, sizeof(cmd
)))
178 useraddr
+= sizeof(cmd
);
180 if (cmd
.size
!= ETHTOOL_DEV_FEATURE_WORDS
)
183 if (copy_from_user(features
, useraddr
, sizeof(features
)))
186 for (i
= 0; i
< ETHTOOL_DEV_FEATURE_WORDS
; ++i
) {
187 valid
|= (netdev_features_t
)features
[i
].valid
<< (32 * i
);
188 wanted
|= (netdev_features_t
)features
[i
].requested
<< (32 * i
);
191 if (valid
& ~NETIF_F_ETHTOOL_BITS
)
194 if (valid
& ~dev
->hw_features
) {
195 valid
&= dev
->hw_features
;
196 ret
|= ETHTOOL_F_UNSUPPORTED
;
199 dev
->wanted_features
&= ~valid
;
200 dev
->wanted_features
|= wanted
& valid
;
201 __netdev_update_features(dev
);
203 if ((dev
->wanted_features
^ dev
->features
) & valid
)
204 ret
|= ETHTOOL_F_WISH
;
209 static int phy_get_sset_count(struct phy_device
*phydev
)
213 if (phydev
->drv
->get_sset_count
&&
214 phydev
->drv
->get_strings
&&
215 phydev
->drv
->get_stats
) {
216 mutex_lock(&phydev
->lock
);
217 ret
= phydev
->drv
->get_sset_count(phydev
);
218 mutex_unlock(&phydev
->lock
);
226 static int __ethtool_get_sset_count(struct net_device
*dev
, int sset
)
228 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
230 if (sset
== ETH_SS_FEATURES
)
231 return ARRAY_SIZE(netdev_features_strings
);
233 if (sset
== ETH_SS_RSS_HASH_FUNCS
)
234 return ARRAY_SIZE(rss_hash_func_strings
);
236 if (sset
== ETH_SS_TUNABLES
)
237 return ARRAY_SIZE(tunable_strings
);
239 if (sset
== ETH_SS_PHY_TUNABLES
)
240 return ARRAY_SIZE(phy_tunable_strings
);
242 if (sset
== ETH_SS_PHY_STATS
) {
244 return phy_get_sset_count(dev
->phydev
);
249 if (ops
->get_sset_count
&& ops
->get_strings
)
250 return ops
->get_sset_count(dev
, sset
);
255 static void __ethtool_get_strings(struct net_device
*dev
,
256 u32 stringset
, u8
*data
)
258 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
260 if (stringset
== ETH_SS_FEATURES
)
261 memcpy(data
, netdev_features_strings
,
262 sizeof(netdev_features_strings
));
263 else if (stringset
== ETH_SS_RSS_HASH_FUNCS
)
264 memcpy(data
, rss_hash_func_strings
,
265 sizeof(rss_hash_func_strings
));
266 else if (stringset
== ETH_SS_TUNABLES
)
267 memcpy(data
, tunable_strings
, sizeof(tunable_strings
));
268 else if (stringset
== ETH_SS_PHY_TUNABLES
)
269 memcpy(data
, phy_tunable_strings
, sizeof(phy_tunable_strings
));
270 else if (stringset
== ETH_SS_PHY_STATS
) {
271 struct phy_device
*phydev
= dev
->phydev
;
274 mutex_lock(&phydev
->lock
);
275 phydev
->drv
->get_strings(phydev
, data
);
276 mutex_unlock(&phydev
->lock
);
281 /* ops->get_strings is valid because checked earlier */
282 ops
->get_strings(dev
, stringset
, data
);
285 static netdev_features_t
ethtool_get_feature_mask(u32 eth_cmd
)
287 /* feature masks of legacy discrete ethtool ops */
290 case ETHTOOL_GTXCSUM
:
291 case ETHTOOL_STXCSUM
:
292 return NETIF_F_CSUM_MASK
| NETIF_F_SCTP_CRC
;
293 case ETHTOOL_GRXCSUM
:
294 case ETHTOOL_SRXCSUM
:
295 return NETIF_F_RXCSUM
;
301 return NETIF_F_ALL_TSO
;
313 static int ethtool_get_one_feature(struct net_device
*dev
,
314 char __user
*useraddr
, u32 ethcmd
)
316 netdev_features_t mask
= ethtool_get_feature_mask(ethcmd
);
317 struct ethtool_value edata
= {
319 .data
= !!(dev
->features
& mask
),
322 if (copy_to_user(useraddr
, &edata
, sizeof(edata
)))
327 static int ethtool_set_one_feature(struct net_device
*dev
,
328 void __user
*useraddr
, u32 ethcmd
)
330 struct ethtool_value edata
;
331 netdev_features_t mask
;
333 if (copy_from_user(&edata
, useraddr
, sizeof(edata
)))
336 mask
= ethtool_get_feature_mask(ethcmd
);
337 mask
&= dev
->hw_features
;
342 dev
->wanted_features
|= mask
;
344 dev
->wanted_features
&= ~mask
;
346 __netdev_update_features(dev
);
351 #define ETH_ALL_FLAGS (ETH_FLAG_LRO | ETH_FLAG_RXVLAN | ETH_FLAG_TXVLAN | \
352 ETH_FLAG_NTUPLE | ETH_FLAG_RXHASH)
353 #define ETH_ALL_FEATURES (NETIF_F_LRO | NETIF_F_HW_VLAN_CTAG_RX | \
354 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_NTUPLE | \
357 static u32
__ethtool_get_flags(struct net_device
*dev
)
361 if (dev
->features
& NETIF_F_LRO
)
362 flags
|= ETH_FLAG_LRO
;
363 if (dev
->features
& NETIF_F_HW_VLAN_CTAG_RX
)
364 flags
|= ETH_FLAG_RXVLAN
;
365 if (dev
->features
& NETIF_F_HW_VLAN_CTAG_TX
)
366 flags
|= ETH_FLAG_TXVLAN
;
367 if (dev
->features
& NETIF_F_NTUPLE
)
368 flags
|= ETH_FLAG_NTUPLE
;
369 if (dev
->features
& NETIF_F_RXHASH
)
370 flags
|= ETH_FLAG_RXHASH
;
375 static int __ethtool_set_flags(struct net_device
*dev
, u32 data
)
377 netdev_features_t features
= 0, changed
;
379 if (data
& ~ETH_ALL_FLAGS
)
382 if (data
& ETH_FLAG_LRO
)
383 features
|= NETIF_F_LRO
;
384 if (data
& ETH_FLAG_RXVLAN
)
385 features
|= NETIF_F_HW_VLAN_CTAG_RX
;
386 if (data
& ETH_FLAG_TXVLAN
)
387 features
|= NETIF_F_HW_VLAN_CTAG_TX
;
388 if (data
& ETH_FLAG_NTUPLE
)
389 features
|= NETIF_F_NTUPLE
;
390 if (data
& ETH_FLAG_RXHASH
)
391 features
|= NETIF_F_RXHASH
;
393 /* allow changing only bits set in hw_features */
394 changed
= (features
^ dev
->features
) & ETH_ALL_FEATURES
;
395 if (changed
& ~dev
->hw_features
)
396 return (changed
& dev
->hw_features
) ? -EINVAL
: -EOPNOTSUPP
;
398 dev
->wanted_features
=
399 (dev
->wanted_features
& ~changed
) | (features
& changed
);
401 __netdev_update_features(dev
);
406 void ethtool_convert_legacy_u32_to_link_mode(unsigned long *dst
,
409 bitmap_zero(dst
, __ETHTOOL_LINK_MODE_MASK_NBITS
);
412 EXPORT_SYMBOL(ethtool_convert_legacy_u32_to_link_mode
);
414 /* return false if src had higher bits set. lower bits always updated. */
415 bool ethtool_convert_link_mode_to_legacy_u32(u32
*legacy_u32
,
416 const unsigned long *src
)
420 /* TODO: following test will soon always be true */
421 if (__ETHTOOL_LINK_MODE_MASK_NBITS
> 32) {
422 __ETHTOOL_DECLARE_LINK_MODE_MASK(ext
);
424 bitmap_zero(ext
, __ETHTOOL_LINK_MODE_MASK_NBITS
);
425 bitmap_fill(ext
, 32);
426 bitmap_complement(ext
, ext
, __ETHTOOL_LINK_MODE_MASK_NBITS
);
427 if (bitmap_intersects(ext
, src
,
428 __ETHTOOL_LINK_MODE_MASK_NBITS
)) {
429 /* src mask goes beyond bit 31 */
433 *legacy_u32
= src
[0];
436 EXPORT_SYMBOL(ethtool_convert_link_mode_to_legacy_u32
);
438 /* return false if legacy contained non-0 deprecated fields
439 * maxtxpkt/maxrxpkt. rest of ksettings always updated
442 convert_legacy_settings_to_link_ksettings(
443 struct ethtool_link_ksettings
*link_ksettings
,
444 const struct ethtool_cmd
*legacy_settings
)
448 memset(link_ksettings
, 0, sizeof(*link_ksettings
));
450 /* This is used to tell users that driver is still using these
451 * deprecated legacy fields, and they should not use
452 * %ETHTOOL_GLINKSETTINGS/%ETHTOOL_SLINKSETTINGS
454 if (legacy_settings
->maxtxpkt
||
455 legacy_settings
->maxrxpkt
)
458 ethtool_convert_legacy_u32_to_link_mode(
459 link_ksettings
->link_modes
.supported
,
460 legacy_settings
->supported
);
461 ethtool_convert_legacy_u32_to_link_mode(
462 link_ksettings
->link_modes
.advertising
,
463 legacy_settings
->advertising
);
464 ethtool_convert_legacy_u32_to_link_mode(
465 link_ksettings
->link_modes
.lp_advertising
,
466 legacy_settings
->lp_advertising
);
467 link_ksettings
->base
.speed
468 = ethtool_cmd_speed(legacy_settings
);
469 link_ksettings
->base
.duplex
470 = legacy_settings
->duplex
;
471 link_ksettings
->base
.port
472 = legacy_settings
->port
;
473 link_ksettings
->base
.phy_address
474 = legacy_settings
->phy_address
;
475 link_ksettings
->base
.autoneg
476 = legacy_settings
->autoneg
;
477 link_ksettings
->base
.mdio_support
478 = legacy_settings
->mdio_support
;
479 link_ksettings
->base
.eth_tp_mdix
480 = legacy_settings
->eth_tp_mdix
;
481 link_ksettings
->base
.eth_tp_mdix_ctrl
482 = legacy_settings
->eth_tp_mdix_ctrl
;
486 /* return false if ksettings link modes had higher bits
487 * set. legacy_settings always updated (best effort)
490 convert_link_ksettings_to_legacy_settings(
491 struct ethtool_cmd
*legacy_settings
,
492 const struct ethtool_link_ksettings
*link_ksettings
)
496 memset(legacy_settings
, 0, sizeof(*legacy_settings
));
497 /* this also clears the deprecated fields in legacy structure:
503 retval
&= ethtool_convert_link_mode_to_legacy_u32(
504 &legacy_settings
->supported
,
505 link_ksettings
->link_modes
.supported
);
506 retval
&= ethtool_convert_link_mode_to_legacy_u32(
507 &legacy_settings
->advertising
,
508 link_ksettings
->link_modes
.advertising
);
509 retval
&= ethtool_convert_link_mode_to_legacy_u32(
510 &legacy_settings
->lp_advertising
,
511 link_ksettings
->link_modes
.lp_advertising
);
512 ethtool_cmd_speed_set(legacy_settings
, link_ksettings
->base
.speed
);
513 legacy_settings
->duplex
514 = link_ksettings
->base
.duplex
;
515 legacy_settings
->port
516 = link_ksettings
->base
.port
;
517 legacy_settings
->phy_address
518 = link_ksettings
->base
.phy_address
;
519 legacy_settings
->autoneg
520 = link_ksettings
->base
.autoneg
;
521 legacy_settings
->mdio_support
522 = link_ksettings
->base
.mdio_support
;
523 legacy_settings
->eth_tp_mdix
524 = link_ksettings
->base
.eth_tp_mdix
;
525 legacy_settings
->eth_tp_mdix_ctrl
526 = link_ksettings
->base
.eth_tp_mdix_ctrl
;
527 legacy_settings
->transceiver
528 = link_ksettings
->base
.transceiver
;
532 /* number of 32-bit words to store the user's link mode bitmaps */
533 #define __ETHTOOL_LINK_MODE_MASK_NU32 \
534 DIV_ROUND_UP(__ETHTOOL_LINK_MODE_MASK_NBITS, 32)
536 /* layout of the struct passed from/to userland */
537 struct ethtool_link_usettings
{
538 struct ethtool_link_settings base
;
540 __u32 supported
[__ETHTOOL_LINK_MODE_MASK_NU32
];
541 __u32 advertising
[__ETHTOOL_LINK_MODE_MASK_NU32
];
542 __u32 lp_advertising
[__ETHTOOL_LINK_MODE_MASK_NU32
];
546 /* Internal kernel helper to query a device ethtool_link_settings.
548 * Backward compatibility note: for compatibility with legacy drivers
549 * that implement only the ethtool_cmd API, this has to work with both
550 * drivers implementing get_link_ksettings API and drivers
551 * implementing get_settings API. When drivers implement get_settings
552 * and report ethtool_cmd deprecated fields
553 * (transceiver/maxrxpkt/maxtxpkt), these fields are silently ignored
554 * because the resulting struct ethtool_link_settings does not report them.
556 int __ethtool_get_link_ksettings(struct net_device
*dev
,
557 struct ethtool_link_ksettings
*link_ksettings
)
560 struct ethtool_cmd cmd
;
564 if (dev
->ethtool_ops
->get_link_ksettings
) {
565 memset(link_ksettings
, 0, sizeof(*link_ksettings
));
566 return dev
->ethtool_ops
->get_link_ksettings(dev
,
570 /* driver doesn't support %ethtool_link_ksettings API. revert to
571 * legacy %ethtool_cmd API, unless it's not supported either.
572 * TODO: remove when ethtool_ops::get_settings disappears internally
574 if (!dev
->ethtool_ops
->get_settings
)
577 memset(&cmd
, 0, sizeof(cmd
));
578 cmd
.cmd
= ETHTOOL_GSET
;
579 err
= dev
->ethtool_ops
->get_settings(dev
, &cmd
);
583 /* we ignore deprecated fields transceiver/maxrxpkt/maxtxpkt
585 convert_legacy_settings_to_link_ksettings(link_ksettings
, &cmd
);
588 EXPORT_SYMBOL(__ethtool_get_link_ksettings
);
590 /* convert ethtool_link_usettings in user space to a kernel internal
591 * ethtool_link_ksettings. return 0 on success, errno on error.
593 static int load_link_ksettings_from_user(struct ethtool_link_ksettings
*to
,
594 const void __user
*from
)
596 struct ethtool_link_usettings link_usettings
;
598 if (copy_from_user(&link_usettings
, from
, sizeof(link_usettings
)))
601 memcpy(&to
->base
, &link_usettings
.base
, sizeof(to
->base
));
602 bitmap_from_u32array(to
->link_modes
.supported
,
603 __ETHTOOL_LINK_MODE_MASK_NBITS
,
604 link_usettings
.link_modes
.supported
,
605 __ETHTOOL_LINK_MODE_MASK_NU32
);
606 bitmap_from_u32array(to
->link_modes
.advertising
,
607 __ETHTOOL_LINK_MODE_MASK_NBITS
,
608 link_usettings
.link_modes
.advertising
,
609 __ETHTOOL_LINK_MODE_MASK_NU32
);
610 bitmap_from_u32array(to
->link_modes
.lp_advertising
,
611 __ETHTOOL_LINK_MODE_MASK_NBITS
,
612 link_usettings
.link_modes
.lp_advertising
,
613 __ETHTOOL_LINK_MODE_MASK_NU32
);
618 /* convert a kernel internal ethtool_link_ksettings to
619 * ethtool_link_usettings in user space. return 0 on success, errno on
623 store_link_ksettings_for_user(void __user
*to
,
624 const struct ethtool_link_ksettings
*from
)
626 struct ethtool_link_usettings link_usettings
;
628 memcpy(&link_usettings
.base
, &from
->base
, sizeof(link_usettings
));
629 bitmap_to_u32array(link_usettings
.link_modes
.supported
,
630 __ETHTOOL_LINK_MODE_MASK_NU32
,
631 from
->link_modes
.supported
,
632 __ETHTOOL_LINK_MODE_MASK_NBITS
);
633 bitmap_to_u32array(link_usettings
.link_modes
.advertising
,
634 __ETHTOOL_LINK_MODE_MASK_NU32
,
635 from
->link_modes
.advertising
,
636 __ETHTOOL_LINK_MODE_MASK_NBITS
);
637 bitmap_to_u32array(link_usettings
.link_modes
.lp_advertising
,
638 __ETHTOOL_LINK_MODE_MASK_NU32
,
639 from
->link_modes
.lp_advertising
,
640 __ETHTOOL_LINK_MODE_MASK_NBITS
);
642 if (copy_to_user(to
, &link_usettings
, sizeof(link_usettings
)))
648 /* Query device for its ethtool_link_settings.
650 * Backward compatibility note: this function must fail when driver
651 * does not implement ethtool::get_link_ksettings, even if legacy
652 * ethtool_ops::get_settings is implemented. This tells new versions
653 * of ethtool that they should use the legacy API %ETHTOOL_GSET for
654 * this driver, so that they can correctly access the ethtool_cmd
655 * deprecated fields (transceiver/maxrxpkt/maxtxpkt), until no driver
656 * implements ethtool_ops::get_settings anymore.
658 static int ethtool_get_link_ksettings(struct net_device
*dev
,
659 void __user
*useraddr
)
662 struct ethtool_link_ksettings link_ksettings
;
666 if (!dev
->ethtool_ops
->get_link_ksettings
)
669 /* handle bitmap nbits handshake */
670 if (copy_from_user(&link_ksettings
.base
, useraddr
,
671 sizeof(link_ksettings
.base
)))
674 if (__ETHTOOL_LINK_MODE_MASK_NU32
675 != link_ksettings
.base
.link_mode_masks_nwords
) {
676 /* wrong link mode nbits requested */
677 memset(&link_ksettings
, 0, sizeof(link_ksettings
));
678 link_ksettings
.base
.cmd
= ETHTOOL_GLINKSETTINGS
;
679 /* send back number of words required as negative val */
680 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32
<= S8_MAX
,
681 "need too many bits for link modes!");
682 link_ksettings
.base
.link_mode_masks_nwords
683 = -((s8
)__ETHTOOL_LINK_MODE_MASK_NU32
);
685 /* copy the base fields back to user, not the link
688 if (copy_to_user(useraddr
, &link_ksettings
.base
,
689 sizeof(link_ksettings
.base
)))
695 /* handshake successful: user/kernel agree on
696 * link_mode_masks_nwords
699 memset(&link_ksettings
, 0, sizeof(link_ksettings
));
700 err
= dev
->ethtool_ops
->get_link_ksettings(dev
, &link_ksettings
);
704 /* make sure we tell the right values to user */
705 link_ksettings
.base
.cmd
= ETHTOOL_GLINKSETTINGS
;
706 link_ksettings
.base
.link_mode_masks_nwords
707 = __ETHTOOL_LINK_MODE_MASK_NU32
;
709 return store_link_ksettings_for_user(useraddr
, &link_ksettings
);
712 /* Update device ethtool_link_settings.
714 * Backward compatibility note: this function must fail when driver
715 * does not implement ethtool::set_link_ksettings, even if legacy
716 * ethtool_ops::set_settings is implemented. This tells new versions
717 * of ethtool that they should use the legacy API %ETHTOOL_SSET for
718 * this driver, so that they can correctly update the ethtool_cmd
719 * deprecated fields (transceiver/maxrxpkt/maxtxpkt), until no driver
720 * implements ethtool_ops::get_settings anymore.
722 static int ethtool_set_link_ksettings(struct net_device
*dev
,
723 void __user
*useraddr
)
726 struct ethtool_link_ksettings link_ksettings
;
730 if (!dev
->ethtool_ops
->set_link_ksettings
)
733 /* make sure nbits field has expected value */
734 if (copy_from_user(&link_ksettings
.base
, useraddr
,
735 sizeof(link_ksettings
.base
)))
738 if (__ETHTOOL_LINK_MODE_MASK_NU32
739 != link_ksettings
.base
.link_mode_masks_nwords
)
742 /* copy the whole structure, now that we know it has expected
745 err
= load_link_ksettings_from_user(&link_ksettings
, useraddr
);
749 /* re-check nwords field, just in case */
750 if (__ETHTOOL_LINK_MODE_MASK_NU32
751 != link_ksettings
.base
.link_mode_masks_nwords
)
754 return dev
->ethtool_ops
->set_link_ksettings(dev
, &link_ksettings
);
758 warn_incomplete_ethtool_legacy_settings_conversion(const char *details
)
760 char name
[sizeof(current
->comm
)];
762 pr_info_once("warning: `%s' uses legacy ethtool link settings API, %s\n",
763 get_task_comm(name
, current
), details
);
766 /* Query device for its ethtool_cmd settings.
768 * Backward compatibility note: for compatibility with legacy ethtool,
769 * this has to work with both drivers implementing get_link_ksettings
770 * API and drivers implementing get_settings API. When drivers
771 * implement get_link_ksettings and report higher link mode bits, a
772 * kernel warning is logged once (with name of 1st driver/device) to
773 * recommend user to upgrade ethtool, but the command is successful
774 * (only the lower link mode bits reported back to user).
776 static int ethtool_get_settings(struct net_device
*dev
, void __user
*useraddr
)
778 struct ethtool_cmd cmd
;
782 if (dev
->ethtool_ops
->get_link_ksettings
) {
783 /* First, use link_ksettings API if it is supported */
785 struct ethtool_link_ksettings link_ksettings
;
787 memset(&link_ksettings
, 0, sizeof(link_ksettings
));
788 err
= dev
->ethtool_ops
->get_link_ksettings(dev
,
792 if (!convert_link_ksettings_to_legacy_settings(&cmd
,
794 warn_incomplete_ethtool_legacy_settings_conversion(
795 "link modes are only partially reported");
797 /* send a sensible cmd tag back to user */
798 cmd
.cmd
= ETHTOOL_GSET
;
800 /* driver doesn't support %ethtool_link_ksettings
801 * API. revert to legacy %ethtool_cmd API, unless it's
802 * not supported either.
806 if (!dev
->ethtool_ops
->get_settings
)
809 memset(&cmd
, 0, sizeof(cmd
));
810 cmd
.cmd
= ETHTOOL_GSET
;
811 err
= dev
->ethtool_ops
->get_settings(dev
, &cmd
);
816 if (copy_to_user(useraddr
, &cmd
, sizeof(cmd
)))
822 /* Update device link settings with given ethtool_cmd.
824 * Backward compatibility note: for compatibility with legacy ethtool,
825 * this has to work with both drivers implementing set_link_ksettings
826 * API and drivers implementing set_settings API. When drivers
827 * implement set_link_ksettings and user's request updates deprecated
828 * ethtool_cmd fields (transceiver/maxrxpkt/maxtxpkt), a kernel
829 * warning is logged once (with name of 1st driver/device) to
830 * recommend user to upgrade ethtool, and the request is rejected.
832 static int ethtool_set_settings(struct net_device
*dev
, void __user
*useraddr
)
834 struct ethtool_cmd cmd
;
838 if (copy_from_user(&cmd
, useraddr
, sizeof(cmd
)))
841 /* first, try new %ethtool_link_ksettings API. */
842 if (dev
->ethtool_ops
->set_link_ksettings
) {
843 struct ethtool_link_ksettings link_ksettings
;
845 if (!convert_legacy_settings_to_link_ksettings(&link_ksettings
,
849 link_ksettings
.base
.cmd
= ETHTOOL_SLINKSETTINGS
;
850 link_ksettings
.base
.link_mode_masks_nwords
851 = __ETHTOOL_LINK_MODE_MASK_NU32
;
852 return dev
->ethtool_ops
->set_link_ksettings(dev
,
856 /* legacy %ethtool_cmd API */
858 /* TODO: return -EOPNOTSUPP when ethtool_ops::get_settings
859 * disappears internally
862 if (!dev
->ethtool_ops
->set_settings
)
865 return dev
->ethtool_ops
->set_settings(dev
, &cmd
);
868 static noinline_for_stack
int ethtool_get_drvinfo(struct net_device
*dev
,
869 void __user
*useraddr
)
871 struct ethtool_drvinfo info
;
872 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
874 memset(&info
, 0, sizeof(info
));
875 info
.cmd
= ETHTOOL_GDRVINFO
;
876 if (ops
->get_drvinfo
) {
877 ops
->get_drvinfo(dev
, &info
);
878 } else if (dev
->dev
.parent
&& dev
->dev
.parent
->driver
) {
879 strlcpy(info
.bus_info
, dev_name(dev
->dev
.parent
),
880 sizeof(info
.bus_info
));
881 strlcpy(info
.driver
, dev
->dev
.parent
->driver
->name
,
882 sizeof(info
.driver
));
888 * this method of obtaining string set info is deprecated;
889 * Use ETHTOOL_GSSET_INFO instead.
891 if (ops
->get_sset_count
) {
894 rc
= ops
->get_sset_count(dev
, ETH_SS_TEST
);
896 info
.testinfo_len
= rc
;
897 rc
= ops
->get_sset_count(dev
, ETH_SS_STATS
);
900 rc
= ops
->get_sset_count(dev
, ETH_SS_PRIV_FLAGS
);
902 info
.n_priv_flags
= rc
;
904 if (ops
->get_regs_len
)
905 info
.regdump_len
= ops
->get_regs_len(dev
);
906 if (ops
->get_eeprom_len
)
907 info
.eedump_len
= ops
->get_eeprom_len(dev
);
909 if (copy_to_user(useraddr
, &info
, sizeof(info
)))
914 static noinline_for_stack
int ethtool_get_sset_info(struct net_device
*dev
,
915 void __user
*useraddr
)
917 struct ethtool_sset_info info
;
919 int i
, idx
= 0, n_bits
= 0, ret
, rc
;
920 u32
*info_buf
= NULL
;
922 if (copy_from_user(&info
, useraddr
, sizeof(info
)))
925 /* store copy of mask, because we zero struct later on */
926 sset_mask
= info
.sset_mask
;
930 /* calculate size of return buffer */
931 n_bits
= hweight64(sset_mask
);
933 memset(&info
, 0, sizeof(info
));
934 info
.cmd
= ETHTOOL_GSSET_INFO
;
936 info_buf
= kzalloc(n_bits
* sizeof(u32
), GFP_USER
);
941 * fill return buffer based on input bitmask and successful
942 * get_sset_count return
944 for (i
= 0; i
< 64; i
++) {
945 if (!(sset_mask
& (1ULL << i
)))
948 rc
= __ethtool_get_sset_count(dev
, i
);
950 info
.sset_mask
|= (1ULL << i
);
951 info_buf
[idx
++] = rc
;
956 if (copy_to_user(useraddr
, &info
, sizeof(info
)))
959 useraddr
+= offsetof(struct ethtool_sset_info
, data
);
960 if (copy_to_user(useraddr
, info_buf
, idx
* sizeof(u32
)))
970 static noinline_for_stack
int ethtool_set_rxnfc(struct net_device
*dev
,
971 u32 cmd
, void __user
*useraddr
)
973 struct ethtool_rxnfc info
;
974 size_t info_size
= sizeof(info
);
977 if (!dev
->ethtool_ops
->set_rxnfc
)
980 /* struct ethtool_rxnfc was originally defined for
981 * ETHTOOL_{G,S}RXFH with only the cmd, flow_type and data
982 * members. User-space might still be using that
984 if (cmd
== ETHTOOL_SRXFH
)
985 info_size
= (offsetof(struct ethtool_rxnfc
, data
) +
988 if (copy_from_user(&info
, useraddr
, info_size
))
991 rc
= dev
->ethtool_ops
->set_rxnfc(dev
, &info
);
995 if (cmd
== ETHTOOL_SRXCLSRLINS
&&
996 copy_to_user(useraddr
, &info
, info_size
))
1002 static noinline_for_stack
int ethtool_get_rxnfc(struct net_device
*dev
,
1003 u32 cmd
, void __user
*useraddr
)
1005 struct ethtool_rxnfc info
;
1006 size_t info_size
= sizeof(info
);
1007 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1009 void *rule_buf
= NULL
;
1011 if (!ops
->get_rxnfc
)
1014 /* struct ethtool_rxnfc was originally defined for
1015 * ETHTOOL_{G,S}RXFH with only the cmd, flow_type and data
1016 * members. User-space might still be using that
1018 if (cmd
== ETHTOOL_GRXFH
)
1019 info_size
= (offsetof(struct ethtool_rxnfc
, data
) +
1022 if (copy_from_user(&info
, useraddr
, info_size
))
1025 if (info
.cmd
== ETHTOOL_GRXCLSRLALL
) {
1026 if (info
.rule_cnt
> 0) {
1027 if (info
.rule_cnt
<= KMALLOC_MAX_SIZE
/ sizeof(u32
))
1028 rule_buf
= kzalloc(info
.rule_cnt
* sizeof(u32
),
1035 ret
= ops
->get_rxnfc(dev
, &info
, rule_buf
);
1040 if (copy_to_user(useraddr
, &info
, info_size
))
1044 useraddr
+= offsetof(struct ethtool_rxnfc
, rule_locs
);
1045 if (copy_to_user(useraddr
, rule_buf
,
1046 info
.rule_cnt
* sizeof(u32
)))
1057 static int ethtool_copy_validate_indir(u32
*indir
, void __user
*useraddr
,
1058 struct ethtool_rxnfc
*rx_rings
,
1063 if (copy_from_user(indir
, useraddr
, size
* sizeof(indir
[0])))
1066 /* Validate ring indices */
1067 for (i
= 0; i
< size
; i
++)
1068 if (indir
[i
] >= rx_rings
->data
)
1074 u8 netdev_rss_key
[NETDEV_RSS_KEY_LEN
] __read_mostly
;
1076 void netdev_rss_key_fill(void *buffer
, size_t len
)
1078 BUG_ON(len
> sizeof(netdev_rss_key
));
1079 net_get_random_once(netdev_rss_key
, sizeof(netdev_rss_key
));
1080 memcpy(buffer
, netdev_rss_key
, len
);
1082 EXPORT_SYMBOL(netdev_rss_key_fill
);
1084 static int ethtool_get_max_rxfh_channel(struct net_device
*dev
, u32
*max
)
1086 u32 dev_size
, current_max
= 0;
1090 if (!dev
->ethtool_ops
->get_rxfh_indir_size
||
1091 !dev
->ethtool_ops
->get_rxfh
)
1093 dev_size
= dev
->ethtool_ops
->get_rxfh_indir_size(dev
);
1097 indir
= kcalloc(dev_size
, sizeof(indir
[0]), GFP_USER
);
1101 ret
= dev
->ethtool_ops
->get_rxfh(dev
, indir
, NULL
, NULL
);
1106 current_max
= max(current_max
, indir
[dev_size
]);
1115 static noinline_for_stack
int ethtool_get_rxfh_indir(struct net_device
*dev
,
1116 void __user
*useraddr
)
1118 u32 user_size
, dev_size
;
1122 if (!dev
->ethtool_ops
->get_rxfh_indir_size
||
1123 !dev
->ethtool_ops
->get_rxfh
)
1125 dev_size
= dev
->ethtool_ops
->get_rxfh_indir_size(dev
);
1129 if (copy_from_user(&user_size
,
1130 useraddr
+ offsetof(struct ethtool_rxfh_indir
, size
),
1134 if (copy_to_user(useraddr
+ offsetof(struct ethtool_rxfh_indir
, size
),
1135 &dev_size
, sizeof(dev_size
)))
1138 /* If the user buffer size is 0, this is just a query for the
1139 * device table size. Otherwise, if it's smaller than the
1140 * device table size it's an error.
1142 if (user_size
< dev_size
)
1143 return user_size
== 0 ? 0 : -EINVAL
;
1145 indir
= kcalloc(dev_size
, sizeof(indir
[0]), GFP_USER
);
1149 ret
= dev
->ethtool_ops
->get_rxfh(dev
, indir
, NULL
, NULL
);
1153 if (copy_to_user(useraddr
+
1154 offsetof(struct ethtool_rxfh_indir
, ring_index
[0]),
1155 indir
, dev_size
* sizeof(indir
[0])))
1163 static noinline_for_stack
int ethtool_set_rxfh_indir(struct net_device
*dev
,
1164 void __user
*useraddr
)
1166 struct ethtool_rxnfc rx_rings
;
1167 u32 user_size
, dev_size
, i
;
1169 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1171 u32 ringidx_offset
= offsetof(struct ethtool_rxfh_indir
, ring_index
[0]);
1173 if (!ops
->get_rxfh_indir_size
|| !ops
->set_rxfh
||
1177 dev_size
= ops
->get_rxfh_indir_size(dev
);
1181 if (copy_from_user(&user_size
,
1182 useraddr
+ offsetof(struct ethtool_rxfh_indir
, size
),
1186 if (user_size
!= 0 && user_size
!= dev_size
)
1189 indir
= kcalloc(dev_size
, sizeof(indir
[0]), GFP_USER
);
1193 rx_rings
.cmd
= ETHTOOL_GRXRINGS
;
1194 ret
= ops
->get_rxnfc(dev
, &rx_rings
, NULL
);
1198 if (user_size
== 0) {
1199 for (i
= 0; i
< dev_size
; i
++)
1200 indir
[i
] = ethtool_rxfh_indir_default(i
, rx_rings
.data
);
1202 ret
= ethtool_copy_validate_indir(indir
,
1203 useraddr
+ ringidx_offset
,
1210 ret
= ops
->set_rxfh(dev
, indir
, NULL
, ETH_RSS_HASH_NO_CHANGE
);
1214 /* indicate whether rxfh was set to default */
1216 dev
->priv_flags
&= ~IFF_RXFH_CONFIGURED
;
1218 dev
->priv_flags
|= IFF_RXFH_CONFIGURED
;
1225 static noinline_for_stack
int ethtool_get_rxfh(struct net_device
*dev
,
1226 void __user
*useraddr
)
1229 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1230 u32 user_indir_size
, user_key_size
;
1231 u32 dev_indir_size
= 0, dev_key_size
= 0;
1232 struct ethtool_rxfh rxfh
;
1243 if (ops
->get_rxfh_indir_size
)
1244 dev_indir_size
= ops
->get_rxfh_indir_size(dev
);
1245 if (ops
->get_rxfh_key_size
)
1246 dev_key_size
= ops
->get_rxfh_key_size(dev
);
1248 if (copy_from_user(&rxfh
, useraddr
, sizeof(rxfh
)))
1250 user_indir_size
= rxfh
.indir_size
;
1251 user_key_size
= rxfh
.key_size
;
1253 /* Check that reserved fields are 0 for now */
1254 if (rxfh
.rss_context
|| rxfh
.rsvd8
[0] || rxfh
.rsvd8
[1] ||
1255 rxfh
.rsvd8
[2] || rxfh
.rsvd32
)
1258 rxfh
.indir_size
= dev_indir_size
;
1259 rxfh
.key_size
= dev_key_size
;
1260 if (copy_to_user(useraddr
, &rxfh
, sizeof(rxfh
)))
1263 if ((user_indir_size
&& (user_indir_size
!= dev_indir_size
)) ||
1264 (user_key_size
&& (user_key_size
!= dev_key_size
)))
1267 indir_bytes
= user_indir_size
* sizeof(indir
[0]);
1268 total_size
= indir_bytes
+ user_key_size
;
1269 rss_config
= kzalloc(total_size
, GFP_USER
);
1273 if (user_indir_size
)
1274 indir
= (u32
*)rss_config
;
1277 hkey
= rss_config
+ indir_bytes
;
1279 ret
= dev
->ethtool_ops
->get_rxfh(dev
, indir
, hkey
, &dev_hfunc
);
1283 if (copy_to_user(useraddr
+ offsetof(struct ethtool_rxfh
, hfunc
),
1284 &dev_hfunc
, sizeof(rxfh
.hfunc
))) {
1286 } else if (copy_to_user(useraddr
+
1287 offsetof(struct ethtool_rxfh
, rss_config
[0]),
1288 rss_config
, total_size
)) {
1297 static noinline_for_stack
int ethtool_set_rxfh(struct net_device
*dev
,
1298 void __user
*useraddr
)
1301 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1302 struct ethtool_rxnfc rx_rings
;
1303 struct ethtool_rxfh rxfh
;
1304 u32 dev_indir_size
= 0, dev_key_size
= 0, i
;
1305 u32
*indir
= NULL
, indir_bytes
= 0;
1308 u32 rss_cfg_offset
= offsetof(struct ethtool_rxfh
, rss_config
[0]);
1310 if (!ops
->get_rxnfc
|| !ops
->set_rxfh
)
1313 if (ops
->get_rxfh_indir_size
)
1314 dev_indir_size
= ops
->get_rxfh_indir_size(dev
);
1315 if (ops
->get_rxfh_key_size
)
1316 dev_key_size
= ops
->get_rxfh_key_size(dev
);
1318 if (copy_from_user(&rxfh
, useraddr
, sizeof(rxfh
)))
1321 /* Check that reserved fields are 0 for now */
1322 if (rxfh
.rss_context
|| rxfh
.rsvd8
[0] || rxfh
.rsvd8
[1] ||
1323 rxfh
.rsvd8
[2] || rxfh
.rsvd32
)
1326 /* If either indir, hash key or function is valid, proceed further.
1327 * Must request at least one change: indir size, hash key or function.
1329 if ((rxfh
.indir_size
&&
1330 rxfh
.indir_size
!= ETH_RXFH_INDIR_NO_CHANGE
&&
1331 rxfh
.indir_size
!= dev_indir_size
) ||
1332 (rxfh
.key_size
&& (rxfh
.key_size
!= dev_key_size
)) ||
1333 (rxfh
.indir_size
== ETH_RXFH_INDIR_NO_CHANGE
&&
1334 rxfh
.key_size
== 0 && rxfh
.hfunc
== ETH_RSS_HASH_NO_CHANGE
))
1337 if (rxfh
.indir_size
!= ETH_RXFH_INDIR_NO_CHANGE
)
1338 indir_bytes
= dev_indir_size
* sizeof(indir
[0]);
1340 rss_config
= kzalloc(indir_bytes
+ rxfh
.key_size
, GFP_USER
);
1344 rx_rings
.cmd
= ETHTOOL_GRXRINGS
;
1345 ret
= ops
->get_rxnfc(dev
, &rx_rings
, NULL
);
1349 /* rxfh.indir_size == 0 means reset the indir table to default.
1350 * rxfh.indir_size == ETH_RXFH_INDIR_NO_CHANGE means leave it unchanged.
1352 if (rxfh
.indir_size
&&
1353 rxfh
.indir_size
!= ETH_RXFH_INDIR_NO_CHANGE
) {
1354 indir
= (u32
*)rss_config
;
1355 ret
= ethtool_copy_validate_indir(indir
,
1356 useraddr
+ rss_cfg_offset
,
1361 } else if (rxfh
.indir_size
== 0) {
1362 indir
= (u32
*)rss_config
;
1363 for (i
= 0; i
< dev_indir_size
; i
++)
1364 indir
[i
] = ethtool_rxfh_indir_default(i
, rx_rings
.data
);
1367 if (rxfh
.key_size
) {
1368 hkey
= rss_config
+ indir_bytes
;
1369 if (copy_from_user(hkey
,
1370 useraddr
+ rss_cfg_offset
+ indir_bytes
,
1377 ret
= ops
->set_rxfh(dev
, indir
, hkey
, rxfh
.hfunc
);
1381 /* indicate whether rxfh was set to default */
1382 if (rxfh
.indir_size
== 0)
1383 dev
->priv_flags
&= ~IFF_RXFH_CONFIGURED
;
1384 else if (rxfh
.indir_size
!= ETH_RXFH_INDIR_NO_CHANGE
)
1385 dev
->priv_flags
|= IFF_RXFH_CONFIGURED
;
1392 static int ethtool_get_regs(struct net_device
*dev
, char __user
*useraddr
)
1394 struct ethtool_regs regs
;
1395 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1399 if (!ops
->get_regs
|| !ops
->get_regs_len
)
1402 if (copy_from_user(®s
, useraddr
, sizeof(regs
)))
1405 reglen
= ops
->get_regs_len(dev
);
1406 if (regs
.len
> reglen
)
1411 regbuf
= vzalloc(reglen
);
1416 ops
->get_regs(dev
, ®s
, regbuf
);
1419 if (copy_to_user(useraddr
, ®s
, sizeof(regs
)))
1421 useraddr
+= offsetof(struct ethtool_regs
, data
);
1422 if (regbuf
&& copy_to_user(useraddr
, regbuf
, regs
.len
))
1431 static int ethtool_reset(struct net_device
*dev
, char __user
*useraddr
)
1433 struct ethtool_value reset
;
1436 if (!dev
->ethtool_ops
->reset
)
1439 if (copy_from_user(&reset
, useraddr
, sizeof(reset
)))
1442 ret
= dev
->ethtool_ops
->reset(dev
, &reset
.data
);
1446 if (copy_to_user(useraddr
, &reset
, sizeof(reset
)))
1451 static int ethtool_get_wol(struct net_device
*dev
, char __user
*useraddr
)
1453 struct ethtool_wolinfo wol
= { .cmd
= ETHTOOL_GWOL
};
1455 if (!dev
->ethtool_ops
->get_wol
)
1458 dev
->ethtool_ops
->get_wol(dev
, &wol
);
1460 if (copy_to_user(useraddr
, &wol
, sizeof(wol
)))
1465 static int ethtool_set_wol(struct net_device
*dev
, char __user
*useraddr
)
1467 struct ethtool_wolinfo wol
;
1469 if (!dev
->ethtool_ops
->set_wol
)
1472 if (copy_from_user(&wol
, useraddr
, sizeof(wol
)))
1475 return dev
->ethtool_ops
->set_wol(dev
, &wol
);
1478 static int ethtool_get_eee(struct net_device
*dev
, char __user
*useraddr
)
1480 struct ethtool_eee edata
;
1483 if (!dev
->ethtool_ops
->get_eee
)
1486 memset(&edata
, 0, sizeof(struct ethtool_eee
));
1487 edata
.cmd
= ETHTOOL_GEEE
;
1488 rc
= dev
->ethtool_ops
->get_eee(dev
, &edata
);
1493 if (copy_to_user(useraddr
, &edata
, sizeof(edata
)))
1499 static int ethtool_set_eee(struct net_device
*dev
, char __user
*useraddr
)
1501 struct ethtool_eee edata
;
1503 if (!dev
->ethtool_ops
->set_eee
)
1506 if (copy_from_user(&edata
, useraddr
, sizeof(edata
)))
1509 return dev
->ethtool_ops
->set_eee(dev
, &edata
);
1512 static int ethtool_nway_reset(struct net_device
*dev
)
1514 if (!dev
->ethtool_ops
->nway_reset
)
1517 return dev
->ethtool_ops
->nway_reset(dev
);
1520 static int ethtool_get_link(struct net_device
*dev
, char __user
*useraddr
)
1522 struct ethtool_value edata
= { .cmd
= ETHTOOL_GLINK
};
1524 if (!dev
->ethtool_ops
->get_link
)
1527 edata
.data
= netif_running(dev
) && dev
->ethtool_ops
->get_link(dev
);
1529 if (copy_to_user(useraddr
, &edata
, sizeof(edata
)))
1534 static int ethtool_get_any_eeprom(struct net_device
*dev
, void __user
*useraddr
,
1535 int (*getter
)(struct net_device
*,
1536 struct ethtool_eeprom
*, u8
*),
1539 struct ethtool_eeprom eeprom
;
1540 void __user
*userbuf
= useraddr
+ sizeof(eeprom
);
1541 u32 bytes_remaining
;
1545 if (copy_from_user(&eeprom
, useraddr
, sizeof(eeprom
)))
1548 /* Check for wrap and zero */
1549 if (eeprom
.offset
+ eeprom
.len
<= eeprom
.offset
)
1552 /* Check for exceeding total eeprom len */
1553 if (eeprom
.offset
+ eeprom
.len
> total_len
)
1556 data
= kmalloc(PAGE_SIZE
, GFP_USER
);
1560 bytes_remaining
= eeprom
.len
;
1561 while (bytes_remaining
> 0) {
1562 eeprom
.len
= min(bytes_remaining
, (u32
)PAGE_SIZE
);
1564 ret
= getter(dev
, &eeprom
, data
);
1567 if (copy_to_user(userbuf
, data
, eeprom
.len
)) {
1571 userbuf
+= eeprom
.len
;
1572 eeprom
.offset
+= eeprom
.len
;
1573 bytes_remaining
-= eeprom
.len
;
1576 eeprom
.len
= userbuf
- (useraddr
+ sizeof(eeprom
));
1577 eeprom
.offset
-= eeprom
.len
;
1578 if (copy_to_user(useraddr
, &eeprom
, sizeof(eeprom
)))
1585 static int ethtool_get_eeprom(struct net_device
*dev
, void __user
*useraddr
)
1587 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1589 if (!ops
->get_eeprom
|| !ops
->get_eeprom_len
||
1590 !ops
->get_eeprom_len(dev
))
1593 return ethtool_get_any_eeprom(dev
, useraddr
, ops
->get_eeprom
,
1594 ops
->get_eeprom_len(dev
));
1597 static int ethtool_set_eeprom(struct net_device
*dev
, void __user
*useraddr
)
1599 struct ethtool_eeprom eeprom
;
1600 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1601 void __user
*userbuf
= useraddr
+ sizeof(eeprom
);
1602 u32 bytes_remaining
;
1606 if (!ops
->set_eeprom
|| !ops
->get_eeprom_len
||
1607 !ops
->get_eeprom_len(dev
))
1610 if (copy_from_user(&eeprom
, useraddr
, sizeof(eeprom
)))
1613 /* Check for wrap and zero */
1614 if (eeprom
.offset
+ eeprom
.len
<= eeprom
.offset
)
1617 /* Check for exceeding total eeprom len */
1618 if (eeprom
.offset
+ eeprom
.len
> ops
->get_eeprom_len(dev
))
1621 data
= kmalloc(PAGE_SIZE
, GFP_USER
);
1625 bytes_remaining
= eeprom
.len
;
1626 while (bytes_remaining
> 0) {
1627 eeprom
.len
= min(bytes_remaining
, (u32
)PAGE_SIZE
);
1629 if (copy_from_user(data
, userbuf
, eeprom
.len
)) {
1633 ret
= ops
->set_eeprom(dev
, &eeprom
, data
);
1636 userbuf
+= eeprom
.len
;
1637 eeprom
.offset
+= eeprom
.len
;
1638 bytes_remaining
-= eeprom
.len
;
1645 static noinline_for_stack
int ethtool_get_coalesce(struct net_device
*dev
,
1646 void __user
*useraddr
)
1648 struct ethtool_coalesce coalesce
= { .cmd
= ETHTOOL_GCOALESCE
};
1650 if (!dev
->ethtool_ops
->get_coalesce
)
1653 dev
->ethtool_ops
->get_coalesce(dev
, &coalesce
);
1655 if (copy_to_user(useraddr
, &coalesce
, sizeof(coalesce
)))
1660 static noinline_for_stack
int ethtool_set_coalesce(struct net_device
*dev
,
1661 void __user
*useraddr
)
1663 struct ethtool_coalesce coalesce
;
1665 if (!dev
->ethtool_ops
->set_coalesce
)
1668 if (copy_from_user(&coalesce
, useraddr
, sizeof(coalesce
)))
1671 return dev
->ethtool_ops
->set_coalesce(dev
, &coalesce
);
1674 static int ethtool_get_ringparam(struct net_device
*dev
, void __user
*useraddr
)
1676 struct ethtool_ringparam ringparam
= { .cmd
= ETHTOOL_GRINGPARAM
};
1678 if (!dev
->ethtool_ops
->get_ringparam
)
1681 dev
->ethtool_ops
->get_ringparam(dev
, &ringparam
);
1683 if (copy_to_user(useraddr
, &ringparam
, sizeof(ringparam
)))
1688 static int ethtool_set_ringparam(struct net_device
*dev
, void __user
*useraddr
)
1690 struct ethtool_ringparam ringparam
;
1692 if (!dev
->ethtool_ops
->set_ringparam
)
1695 if (copy_from_user(&ringparam
, useraddr
, sizeof(ringparam
)))
1698 return dev
->ethtool_ops
->set_ringparam(dev
, &ringparam
);
1701 static noinline_for_stack
int ethtool_get_channels(struct net_device
*dev
,
1702 void __user
*useraddr
)
1704 struct ethtool_channels channels
= { .cmd
= ETHTOOL_GCHANNELS
};
1706 if (!dev
->ethtool_ops
->get_channels
)
1709 dev
->ethtool_ops
->get_channels(dev
, &channels
);
1711 if (copy_to_user(useraddr
, &channels
, sizeof(channels
)))
1716 static noinline_for_stack
int ethtool_set_channels(struct net_device
*dev
,
1717 void __user
*useraddr
)
1719 struct ethtool_channels channels
, max
= { .cmd
= ETHTOOL_GCHANNELS
};
1720 u32 max_rx_in_use
= 0;
1722 if (!dev
->ethtool_ops
->set_channels
|| !dev
->ethtool_ops
->get_channels
)
1725 if (copy_from_user(&channels
, useraddr
, sizeof(channels
)))
1728 dev
->ethtool_ops
->get_channels(dev
, &max
);
1730 /* ensure new counts are within the maximums */
1731 if ((channels
.rx_count
> max
.max_rx
) ||
1732 (channels
.tx_count
> max
.max_tx
) ||
1733 (channels
.combined_count
> max
.max_combined
) ||
1734 (channels
.other_count
> max
.max_other
))
1737 /* ensure the new Rx count fits within the configured Rx flow
1738 * indirection table settings */
1739 if (netif_is_rxfh_configured(dev
) &&
1740 !ethtool_get_max_rxfh_channel(dev
, &max_rx_in_use
) &&
1741 (channels
.combined_count
+ channels
.rx_count
) <= max_rx_in_use
)
1744 return dev
->ethtool_ops
->set_channels(dev
, &channels
);
1747 static int ethtool_get_pauseparam(struct net_device
*dev
, void __user
*useraddr
)
1749 struct ethtool_pauseparam pauseparam
= { ETHTOOL_GPAUSEPARAM
};
1751 if (!dev
->ethtool_ops
->get_pauseparam
)
1754 dev
->ethtool_ops
->get_pauseparam(dev
, &pauseparam
);
1756 if (copy_to_user(useraddr
, &pauseparam
, sizeof(pauseparam
)))
1761 static int ethtool_set_pauseparam(struct net_device
*dev
, void __user
*useraddr
)
1763 struct ethtool_pauseparam pauseparam
;
1765 if (!dev
->ethtool_ops
->set_pauseparam
)
1768 if (copy_from_user(&pauseparam
, useraddr
, sizeof(pauseparam
)))
1771 return dev
->ethtool_ops
->set_pauseparam(dev
, &pauseparam
);
1774 static int ethtool_self_test(struct net_device
*dev
, char __user
*useraddr
)
1776 struct ethtool_test test
;
1777 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1781 if (!ops
->self_test
|| !ops
->get_sset_count
)
1784 test_len
= ops
->get_sset_count(dev
, ETH_SS_TEST
);
1787 WARN_ON(test_len
== 0);
1789 if (copy_from_user(&test
, useraddr
, sizeof(test
)))
1792 test
.len
= test_len
;
1793 data
= kmalloc(test_len
* sizeof(u64
), GFP_USER
);
1797 ops
->self_test(dev
, &test
, data
);
1800 if (copy_to_user(useraddr
, &test
, sizeof(test
)))
1802 useraddr
+= sizeof(test
);
1803 if (copy_to_user(useraddr
, data
, test
.len
* sizeof(u64
)))
1812 static int ethtool_get_strings(struct net_device
*dev
, void __user
*useraddr
)
1814 struct ethtool_gstrings gstrings
;
1818 if (copy_from_user(&gstrings
, useraddr
, sizeof(gstrings
)))
1821 ret
= __ethtool_get_sset_count(dev
, gstrings
.string_set
);
1824 if (ret
> S32_MAX
/ ETH_GSTRING_LEN
)
1829 data
= vzalloc(gstrings
.len
* ETH_GSTRING_LEN
);
1830 if (gstrings
.len
&& !data
)
1833 __ethtool_get_strings(dev
, gstrings
.string_set
, data
);
1836 if (copy_to_user(useraddr
, &gstrings
, sizeof(gstrings
)))
1838 useraddr
+= sizeof(gstrings
);
1840 copy_to_user(useraddr
, data
, gstrings
.len
* ETH_GSTRING_LEN
))
1849 static int ethtool_phys_id(struct net_device
*dev
, void __user
*useraddr
)
1851 struct ethtool_value id
;
1853 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1856 if (!ops
->set_phys_id
)
1862 if (copy_from_user(&id
, useraddr
, sizeof(id
)))
1865 rc
= ops
->set_phys_id(dev
, ETHTOOL_ID_ACTIVE
);
1869 /* Drop the RTNL lock while waiting, but prevent reentry or
1870 * removal of the device.
1877 /* Driver will handle this itself */
1878 schedule_timeout_interruptible(
1879 id
.data
? (id
.data
* HZ
) : MAX_SCHEDULE_TIMEOUT
);
1881 /* Driver expects to be called at twice the frequency in rc */
1882 int n
= rc
* 2, i
, interval
= HZ
/ n
;
1884 /* Count down seconds */
1886 /* Count down iterations per second */
1890 rc
= ops
->set_phys_id(dev
,
1891 (i
& 1) ? ETHTOOL_ID_OFF
: ETHTOOL_ID_ON
);
1895 schedule_timeout_interruptible(interval
);
1896 } while (!signal_pending(current
) && --i
!= 0);
1897 } while (!signal_pending(current
) &&
1898 (id
.data
== 0 || --id
.data
!= 0));
1905 (void) ops
->set_phys_id(dev
, ETHTOOL_ID_INACTIVE
);
1909 static int ethtool_get_stats(struct net_device
*dev
, void __user
*useraddr
)
1911 struct ethtool_stats stats
;
1912 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
1916 if (!ops
->get_ethtool_stats
|| !ops
->get_sset_count
)
1919 n_stats
= ops
->get_sset_count(dev
, ETH_SS_STATS
);
1922 if (n_stats
> S32_MAX
/ sizeof(u64
))
1924 WARN_ON_ONCE(!n_stats
);
1925 if (copy_from_user(&stats
, useraddr
, sizeof(stats
)))
1928 stats
.n_stats
= n_stats
;
1929 data
= vzalloc(n_stats
* sizeof(u64
));
1930 if (n_stats
&& !data
)
1933 ops
->get_ethtool_stats(dev
, &stats
, data
);
1936 if (copy_to_user(useraddr
, &stats
, sizeof(stats
)))
1938 useraddr
+= sizeof(stats
);
1939 if (n_stats
&& copy_to_user(useraddr
, data
, n_stats
* sizeof(u64
)))
1948 static int ethtool_get_phy_stats(struct net_device
*dev
, void __user
*useraddr
)
1950 struct ethtool_stats stats
;
1951 struct phy_device
*phydev
= dev
->phydev
;
1958 n_stats
= phy_get_sset_count(phydev
);
1961 if (n_stats
> S32_MAX
/ sizeof(u64
))
1963 WARN_ON_ONCE(!n_stats
);
1965 if (copy_from_user(&stats
, useraddr
, sizeof(stats
)))
1968 stats
.n_stats
= n_stats
;
1969 data
= vzalloc(n_stats
* sizeof(u64
));
1970 if (n_stats
&& !data
)
1973 mutex_lock(&phydev
->lock
);
1974 phydev
->drv
->get_stats(phydev
, &stats
, data
);
1975 mutex_unlock(&phydev
->lock
);
1978 if (copy_to_user(useraddr
, &stats
, sizeof(stats
)))
1980 useraddr
+= sizeof(stats
);
1981 if (n_stats
&& copy_to_user(useraddr
, data
, n_stats
* sizeof(u64
)))
1990 static int ethtool_get_perm_addr(struct net_device
*dev
, void __user
*useraddr
)
1992 struct ethtool_perm_addr epaddr
;
1994 if (copy_from_user(&epaddr
, useraddr
, sizeof(epaddr
)))
1997 if (epaddr
.size
< dev
->addr_len
)
1999 epaddr
.size
= dev
->addr_len
;
2001 if (copy_to_user(useraddr
, &epaddr
, sizeof(epaddr
)))
2003 useraddr
+= sizeof(epaddr
);
2004 if (copy_to_user(useraddr
, dev
->perm_addr
, epaddr
.size
))
2009 static int ethtool_get_value(struct net_device
*dev
, char __user
*useraddr
,
2010 u32 cmd
, u32 (*actor
)(struct net_device
*))
2012 struct ethtool_value edata
= { .cmd
= cmd
};
2017 edata
.data
= actor(dev
);
2019 if (copy_to_user(useraddr
, &edata
, sizeof(edata
)))
2024 static int ethtool_set_value_void(struct net_device
*dev
, char __user
*useraddr
,
2025 void (*actor
)(struct net_device
*, u32
))
2027 struct ethtool_value edata
;
2032 if (copy_from_user(&edata
, useraddr
, sizeof(edata
)))
2035 actor(dev
, edata
.data
);
2039 static int ethtool_set_value(struct net_device
*dev
, char __user
*useraddr
,
2040 int (*actor
)(struct net_device
*, u32
))
2042 struct ethtool_value edata
;
2047 if (copy_from_user(&edata
, useraddr
, sizeof(edata
)))
2050 return actor(dev
, edata
.data
);
2053 static noinline_for_stack
int ethtool_flash_device(struct net_device
*dev
,
2054 char __user
*useraddr
)
2056 struct ethtool_flash efl
;
2058 if (copy_from_user(&efl
, useraddr
, sizeof(efl
)))
2061 if (!dev
->ethtool_ops
->flash_device
)
2064 efl
.data
[ETHTOOL_FLASH_MAX_FILENAME
- 1] = 0;
2066 return dev
->ethtool_ops
->flash_device(dev
, &efl
);
2069 static int ethtool_set_dump(struct net_device
*dev
,
2070 void __user
*useraddr
)
2072 struct ethtool_dump dump
;
2074 if (!dev
->ethtool_ops
->set_dump
)
2077 if (copy_from_user(&dump
, useraddr
, sizeof(dump
)))
2080 return dev
->ethtool_ops
->set_dump(dev
, &dump
);
2083 static int ethtool_get_dump_flag(struct net_device
*dev
,
2084 void __user
*useraddr
)
2087 struct ethtool_dump dump
;
2088 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
2090 if (!ops
->get_dump_flag
)
2093 if (copy_from_user(&dump
, useraddr
, sizeof(dump
)))
2096 ret
= ops
->get_dump_flag(dev
, &dump
);
2100 if (copy_to_user(useraddr
, &dump
, sizeof(dump
)))
2105 static int ethtool_get_dump_data(struct net_device
*dev
,
2106 void __user
*useraddr
)
2110 struct ethtool_dump dump
, tmp
;
2111 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
2114 if (!ops
->get_dump_data
|| !ops
->get_dump_flag
)
2117 if (copy_from_user(&dump
, useraddr
, sizeof(dump
)))
2120 memset(&tmp
, 0, sizeof(tmp
));
2121 tmp
.cmd
= ETHTOOL_GET_DUMP_FLAG
;
2122 ret
= ops
->get_dump_flag(dev
, &tmp
);
2126 len
= min(tmp
.len
, dump
.len
);
2130 /* Don't ever let the driver think there's more space available
2131 * than it requested with .get_dump_flag().
2135 /* Always allocate enough space to hold the whole thing so that the
2136 * driver does not need to check the length and bother with partial
2139 data
= vzalloc(tmp
.len
);
2142 ret
= ops
->get_dump_data(dev
, &dump
, data
);
2146 /* There are two sane possibilities:
2147 * 1. The driver's .get_dump_data() does not touch dump.len.
2148 * 2. Or it may set dump.len to how much it really writes, which
2149 * should be tmp.len (or len if it can do a partial dump).
2150 * In any case respond to userspace with the actual length of data
2153 WARN_ON(dump
.len
!= len
&& dump
.len
!= tmp
.len
);
2156 if (copy_to_user(useraddr
, &dump
, sizeof(dump
))) {
2160 useraddr
+= offsetof(struct ethtool_dump
, data
);
2161 if (copy_to_user(useraddr
, data
, len
))
2168 static int ethtool_get_ts_info(struct net_device
*dev
, void __user
*useraddr
)
2171 struct ethtool_ts_info info
;
2172 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
2173 struct phy_device
*phydev
= dev
->phydev
;
2175 memset(&info
, 0, sizeof(info
));
2176 info
.cmd
= ETHTOOL_GET_TS_INFO
;
2178 if (phydev
&& phydev
->drv
&& phydev
->drv
->ts_info
) {
2179 err
= phydev
->drv
->ts_info(phydev
, &info
);
2180 } else if (ops
->get_ts_info
) {
2181 err
= ops
->get_ts_info(dev
, &info
);
2183 info
.so_timestamping
=
2184 SOF_TIMESTAMPING_RX_SOFTWARE
|
2185 SOF_TIMESTAMPING_SOFTWARE
;
2186 info
.phc_index
= -1;
2192 if (copy_to_user(useraddr
, &info
, sizeof(info
)))
2198 static int __ethtool_get_module_info(struct net_device
*dev
,
2199 struct ethtool_modinfo
*modinfo
)
2201 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
2202 struct phy_device
*phydev
= dev
->phydev
;
2204 if (phydev
&& phydev
->drv
&& phydev
->drv
->module_info
)
2205 return phydev
->drv
->module_info(phydev
, modinfo
);
2207 if (ops
->get_module_info
)
2208 return ops
->get_module_info(dev
, modinfo
);
2213 static int ethtool_get_module_info(struct net_device
*dev
,
2214 void __user
*useraddr
)
2217 struct ethtool_modinfo modinfo
;
2219 if (copy_from_user(&modinfo
, useraddr
, sizeof(modinfo
)))
2222 ret
= __ethtool_get_module_info(dev
, &modinfo
);
2226 if (copy_to_user(useraddr
, &modinfo
, sizeof(modinfo
)))
2232 static int __ethtool_get_module_eeprom(struct net_device
*dev
,
2233 struct ethtool_eeprom
*ee
, u8
*data
)
2235 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
2236 struct phy_device
*phydev
= dev
->phydev
;
2238 if (phydev
&& phydev
->drv
&& phydev
->drv
->module_eeprom
)
2239 return phydev
->drv
->module_eeprom(phydev
, ee
, data
);
2241 if (ops
->get_module_eeprom
)
2242 return ops
->get_module_eeprom(dev
, ee
, data
);
2247 static int ethtool_get_module_eeprom(struct net_device
*dev
,
2248 void __user
*useraddr
)
2251 struct ethtool_modinfo modinfo
;
2253 ret
= __ethtool_get_module_info(dev
, &modinfo
);
2257 return ethtool_get_any_eeprom(dev
, useraddr
,
2258 __ethtool_get_module_eeprom
,
2259 modinfo
.eeprom_len
);
2262 static int ethtool_tunable_valid(const struct ethtool_tunable
*tuna
)
2265 case ETHTOOL_RX_COPYBREAK
:
2266 case ETHTOOL_TX_COPYBREAK
:
2267 if (tuna
->len
!= sizeof(u32
) ||
2268 tuna
->type_id
!= ETHTOOL_TUNABLE_U32
)
2278 static int ethtool_get_tunable(struct net_device
*dev
, void __user
*useraddr
)
2281 struct ethtool_tunable tuna
;
2282 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
2285 if (!ops
->get_tunable
)
2287 if (copy_from_user(&tuna
, useraddr
, sizeof(tuna
)))
2289 ret
= ethtool_tunable_valid(&tuna
);
2292 data
= kmalloc(tuna
.len
, GFP_USER
);
2295 ret
= ops
->get_tunable(dev
, &tuna
, data
);
2298 useraddr
+= sizeof(tuna
);
2300 if (copy_to_user(useraddr
, data
, tuna
.len
))
2309 static int ethtool_set_tunable(struct net_device
*dev
, void __user
*useraddr
)
2312 struct ethtool_tunable tuna
;
2313 const struct ethtool_ops
*ops
= dev
->ethtool_ops
;
2316 if (!ops
->set_tunable
)
2318 if (copy_from_user(&tuna
, useraddr
, sizeof(tuna
)))
2320 ret
= ethtool_tunable_valid(&tuna
);
2323 useraddr
+= sizeof(tuna
);
2324 data
= memdup_user(useraddr
, tuna
.len
);
2326 return PTR_ERR(data
);
2327 ret
= ops
->set_tunable(dev
, &tuna
, data
);
2333 static int ethtool_get_per_queue_coalesce(struct net_device
*dev
,
2334 void __user
*useraddr
,
2335 struct ethtool_per_queue_op
*per_queue_opt
)
2339 DECLARE_BITMAP(queue_mask
, MAX_NUM_QUEUE
);
2341 if (!dev
->ethtool_ops
->get_per_queue_coalesce
)
2344 useraddr
+= sizeof(*per_queue_opt
);
2346 bitmap_from_u32array(queue_mask
,
2348 per_queue_opt
->queue_mask
,
2349 DIV_ROUND_UP(MAX_NUM_QUEUE
, 32));
2351 for_each_set_bit(bit
, queue_mask
, MAX_NUM_QUEUE
) {
2352 struct ethtool_coalesce coalesce
= { .cmd
= ETHTOOL_GCOALESCE
};
2354 ret
= dev
->ethtool_ops
->get_per_queue_coalesce(dev
, bit
, &coalesce
);
2357 if (copy_to_user(useraddr
, &coalesce
, sizeof(coalesce
)))
2359 useraddr
+= sizeof(coalesce
);
2365 static int ethtool_set_per_queue_coalesce(struct net_device
*dev
,
2366 void __user
*useraddr
,
2367 struct ethtool_per_queue_op
*per_queue_opt
)
2372 struct ethtool_coalesce
*backup
= NULL
, *tmp
= NULL
;
2373 DECLARE_BITMAP(queue_mask
, MAX_NUM_QUEUE
);
2375 if ((!dev
->ethtool_ops
->set_per_queue_coalesce
) ||
2376 (!dev
->ethtool_ops
->get_per_queue_coalesce
))
2379 useraddr
+= sizeof(*per_queue_opt
);
2381 bitmap_from_u32array(queue_mask
,
2383 per_queue_opt
->queue_mask
,
2384 DIV_ROUND_UP(MAX_NUM_QUEUE
, 32));
2385 n_queue
= bitmap_weight(queue_mask
, MAX_NUM_QUEUE
);
2386 tmp
= backup
= kmalloc_array(n_queue
, sizeof(*backup
), GFP_KERNEL
);
2390 for_each_set_bit(bit
, queue_mask
, MAX_NUM_QUEUE
) {
2391 struct ethtool_coalesce coalesce
;
2393 ret
= dev
->ethtool_ops
->get_per_queue_coalesce(dev
, bit
, tmp
);
2399 if (copy_from_user(&coalesce
, useraddr
, sizeof(coalesce
))) {
2404 ret
= dev
->ethtool_ops
->set_per_queue_coalesce(dev
, bit
, &coalesce
);
2408 useraddr
+= sizeof(coalesce
);
2414 for_each_set_bit(i
, queue_mask
, bit
) {
2415 dev
->ethtool_ops
->set_per_queue_coalesce(dev
, i
, tmp
);
2424 static int ethtool_set_per_queue(struct net_device
*dev
, void __user
*useraddr
)
2426 struct ethtool_per_queue_op per_queue_opt
;
2428 if (copy_from_user(&per_queue_opt
, useraddr
, sizeof(per_queue_opt
)))
2431 switch (per_queue_opt
.sub_command
) {
2432 case ETHTOOL_GCOALESCE
:
2433 return ethtool_get_per_queue_coalesce(dev
, useraddr
, &per_queue_opt
);
2434 case ETHTOOL_SCOALESCE
:
2435 return ethtool_set_per_queue_coalesce(dev
, useraddr
, &per_queue_opt
);
2441 static int ethtool_phy_tunable_valid(const struct ethtool_tunable
*tuna
)
2444 case ETHTOOL_PHY_DOWNSHIFT
:
2445 if (tuna
->len
!= sizeof(u8
) ||
2446 tuna
->type_id
!= ETHTOOL_TUNABLE_U8
)
2456 static int get_phy_tunable(struct net_device
*dev
, void __user
*useraddr
)
2459 struct ethtool_tunable tuna
;
2460 struct phy_device
*phydev
= dev
->phydev
;
2463 if (!(phydev
&& phydev
->drv
&& phydev
->drv
->get_tunable
))
2466 if (copy_from_user(&tuna
, useraddr
, sizeof(tuna
)))
2468 ret
= ethtool_phy_tunable_valid(&tuna
);
2471 data
= kmalloc(tuna
.len
, GFP_USER
);
2474 mutex_lock(&phydev
->lock
);
2475 ret
= phydev
->drv
->get_tunable(phydev
, &tuna
, data
);
2476 mutex_unlock(&phydev
->lock
);
2479 useraddr
+= sizeof(tuna
);
2481 if (copy_to_user(useraddr
, data
, tuna
.len
))
2490 static int set_phy_tunable(struct net_device
*dev
, void __user
*useraddr
)
2493 struct ethtool_tunable tuna
;
2494 struct phy_device
*phydev
= dev
->phydev
;
2497 if (!(phydev
&& phydev
->drv
&& phydev
->drv
->set_tunable
))
2499 if (copy_from_user(&tuna
, useraddr
, sizeof(tuna
)))
2501 ret
= ethtool_phy_tunable_valid(&tuna
);
2504 useraddr
+= sizeof(tuna
);
2505 data
= memdup_user(useraddr
, tuna
.len
);
2507 return PTR_ERR(data
);
2508 mutex_lock(&phydev
->lock
);
2509 ret
= phydev
->drv
->set_tunable(phydev
, &tuna
, data
);
2510 mutex_unlock(&phydev
->lock
);
2516 static int ethtool_get_fecparam(struct net_device
*dev
, void __user
*useraddr
)
2518 struct ethtool_fecparam fecparam
= { ETHTOOL_GFECPARAM
};
2520 if (!dev
->ethtool_ops
->get_fecparam
)
2523 dev
->ethtool_ops
->get_fecparam(dev
, &fecparam
);
2525 if (copy_to_user(useraddr
, &fecparam
, sizeof(fecparam
)))
2530 static int ethtool_set_fecparam(struct net_device
*dev
, void __user
*useraddr
)
2532 struct ethtool_fecparam fecparam
;
2534 if (!dev
->ethtool_ops
->set_fecparam
)
2537 if (copy_from_user(&fecparam
, useraddr
, sizeof(fecparam
)))
2540 return dev
->ethtool_ops
->set_fecparam(dev
, &fecparam
);
2543 /* The main entry point in this file. Called from net/core/dev_ioctl.c */
2545 int dev_ethtool(struct net
*net
, struct ifreq
*ifr
)
2547 struct net_device
*dev
= __dev_get_by_name(net
, ifr
->ifr_name
);
2548 void __user
*useraddr
= ifr
->ifr_data
;
2549 u32 ethcmd
, sub_cmd
;
2551 netdev_features_t old_features
;
2553 if (!dev
|| !netif_device_present(dev
))
2556 if (copy_from_user(ðcmd
, useraddr
, sizeof(ethcmd
)))
2559 if (ethcmd
== ETHTOOL_PERQUEUE
) {
2560 if (copy_from_user(&sub_cmd
, useraddr
+ sizeof(ethcmd
), sizeof(sub_cmd
)))
2565 /* Allow some commands to be done by anyone */
2568 case ETHTOOL_GDRVINFO
:
2569 case ETHTOOL_GMSGLVL
:
2571 case ETHTOOL_GCOALESCE
:
2572 case ETHTOOL_GRINGPARAM
:
2573 case ETHTOOL_GPAUSEPARAM
:
2574 case ETHTOOL_GRXCSUM
:
2575 case ETHTOOL_GTXCSUM
:
2577 case ETHTOOL_GSSET_INFO
:
2578 case ETHTOOL_GSTRINGS
:
2579 case ETHTOOL_GSTATS
:
2580 case ETHTOOL_GPHYSTATS
:
2582 case ETHTOOL_GPERMADDR
:
2585 case ETHTOOL_GFLAGS
:
2586 case ETHTOOL_GPFLAGS
:
2588 case ETHTOOL_GRXRINGS
:
2589 case ETHTOOL_GRXCLSRLCNT
:
2590 case ETHTOOL_GRXCLSRULE
:
2591 case ETHTOOL_GRXCLSRLALL
:
2592 case ETHTOOL_GRXFHINDIR
:
2594 case ETHTOOL_GFEATURES
:
2595 case ETHTOOL_GCHANNELS
:
2596 case ETHTOOL_GET_TS_INFO
:
2598 case ETHTOOL_GTUNABLE
:
2599 case ETHTOOL_PHY_GTUNABLE
:
2600 case ETHTOOL_GLINKSETTINGS
:
2601 case ETHTOOL_GFECPARAM
:
2604 if (!ns_capable(net
->user_ns
, CAP_NET_ADMIN
))
2608 if (dev
->ethtool_ops
->begin
) {
2609 rc
= dev
->ethtool_ops
->begin(dev
);
2613 old_features
= dev
->features
;
2617 rc
= ethtool_get_settings(dev
, useraddr
);
2620 rc
= ethtool_set_settings(dev
, useraddr
);
2622 case ETHTOOL_GDRVINFO
:
2623 rc
= ethtool_get_drvinfo(dev
, useraddr
);
2626 rc
= ethtool_get_regs(dev
, useraddr
);
2629 rc
= ethtool_get_wol(dev
, useraddr
);
2632 rc
= ethtool_set_wol(dev
, useraddr
);
2634 case ETHTOOL_GMSGLVL
:
2635 rc
= ethtool_get_value(dev
, useraddr
, ethcmd
,
2636 dev
->ethtool_ops
->get_msglevel
);
2638 case ETHTOOL_SMSGLVL
:
2639 rc
= ethtool_set_value_void(dev
, useraddr
,
2640 dev
->ethtool_ops
->set_msglevel
);
2643 rc
= ethtool_get_eee(dev
, useraddr
);
2646 rc
= ethtool_set_eee(dev
, useraddr
);
2648 case ETHTOOL_NWAY_RST
:
2649 rc
= ethtool_nway_reset(dev
);
2652 rc
= ethtool_get_link(dev
, useraddr
);
2654 case ETHTOOL_GEEPROM
:
2655 rc
= ethtool_get_eeprom(dev
, useraddr
);
2657 case ETHTOOL_SEEPROM
:
2658 rc
= ethtool_set_eeprom(dev
, useraddr
);
2660 case ETHTOOL_GCOALESCE
:
2661 rc
= ethtool_get_coalesce(dev
, useraddr
);
2663 case ETHTOOL_SCOALESCE
:
2664 rc
= ethtool_set_coalesce(dev
, useraddr
);
2666 case ETHTOOL_GRINGPARAM
:
2667 rc
= ethtool_get_ringparam(dev
, useraddr
);
2669 case ETHTOOL_SRINGPARAM
:
2670 rc
= ethtool_set_ringparam(dev
, useraddr
);
2672 case ETHTOOL_GPAUSEPARAM
:
2673 rc
= ethtool_get_pauseparam(dev
, useraddr
);
2675 case ETHTOOL_SPAUSEPARAM
:
2676 rc
= ethtool_set_pauseparam(dev
, useraddr
);
2679 rc
= ethtool_self_test(dev
, useraddr
);
2681 case ETHTOOL_GSTRINGS
:
2682 rc
= ethtool_get_strings(dev
, useraddr
);
2684 case ETHTOOL_PHYS_ID
:
2685 rc
= ethtool_phys_id(dev
, useraddr
);
2687 case ETHTOOL_GSTATS
:
2688 rc
= ethtool_get_stats(dev
, useraddr
);
2690 case ETHTOOL_GPERMADDR
:
2691 rc
= ethtool_get_perm_addr(dev
, useraddr
);
2693 case ETHTOOL_GFLAGS
:
2694 rc
= ethtool_get_value(dev
, useraddr
, ethcmd
,
2695 __ethtool_get_flags
);
2697 case ETHTOOL_SFLAGS
:
2698 rc
= ethtool_set_value(dev
, useraddr
, __ethtool_set_flags
);
2700 case ETHTOOL_GPFLAGS
:
2701 rc
= ethtool_get_value(dev
, useraddr
, ethcmd
,
2702 dev
->ethtool_ops
->get_priv_flags
);
2704 case ETHTOOL_SPFLAGS
:
2705 rc
= ethtool_set_value(dev
, useraddr
,
2706 dev
->ethtool_ops
->set_priv_flags
);
2709 case ETHTOOL_GRXRINGS
:
2710 case ETHTOOL_GRXCLSRLCNT
:
2711 case ETHTOOL_GRXCLSRULE
:
2712 case ETHTOOL_GRXCLSRLALL
:
2713 rc
= ethtool_get_rxnfc(dev
, ethcmd
, useraddr
);
2716 case ETHTOOL_SRXCLSRLDEL
:
2717 case ETHTOOL_SRXCLSRLINS
:
2718 rc
= ethtool_set_rxnfc(dev
, ethcmd
, useraddr
);
2720 case ETHTOOL_FLASHDEV
:
2721 rc
= ethtool_flash_device(dev
, useraddr
);
2724 rc
= ethtool_reset(dev
, useraddr
);
2726 case ETHTOOL_GSSET_INFO
:
2727 rc
= ethtool_get_sset_info(dev
, useraddr
);
2729 case ETHTOOL_GRXFHINDIR
:
2730 rc
= ethtool_get_rxfh_indir(dev
, useraddr
);
2732 case ETHTOOL_SRXFHINDIR
:
2733 rc
= ethtool_set_rxfh_indir(dev
, useraddr
);
2736 rc
= ethtool_get_rxfh(dev
, useraddr
);
2739 rc
= ethtool_set_rxfh(dev
, useraddr
);
2741 case ETHTOOL_GFEATURES
:
2742 rc
= ethtool_get_features(dev
, useraddr
);
2744 case ETHTOOL_SFEATURES
:
2745 rc
= ethtool_set_features(dev
, useraddr
);
2747 case ETHTOOL_GTXCSUM
:
2748 case ETHTOOL_GRXCSUM
:
2753 rc
= ethtool_get_one_feature(dev
, useraddr
, ethcmd
);
2755 case ETHTOOL_STXCSUM
:
2756 case ETHTOOL_SRXCSUM
:
2761 rc
= ethtool_set_one_feature(dev
, useraddr
, ethcmd
);
2763 case ETHTOOL_GCHANNELS
:
2764 rc
= ethtool_get_channels(dev
, useraddr
);
2766 case ETHTOOL_SCHANNELS
:
2767 rc
= ethtool_set_channels(dev
, useraddr
);
2769 case ETHTOOL_SET_DUMP
:
2770 rc
= ethtool_set_dump(dev
, useraddr
);
2772 case ETHTOOL_GET_DUMP_FLAG
:
2773 rc
= ethtool_get_dump_flag(dev
, useraddr
);
2775 case ETHTOOL_GET_DUMP_DATA
:
2776 rc
= ethtool_get_dump_data(dev
, useraddr
);
2778 case ETHTOOL_GET_TS_INFO
:
2779 rc
= ethtool_get_ts_info(dev
, useraddr
);
2781 case ETHTOOL_GMODULEINFO
:
2782 rc
= ethtool_get_module_info(dev
, useraddr
);
2784 case ETHTOOL_GMODULEEEPROM
:
2785 rc
= ethtool_get_module_eeprom(dev
, useraddr
);
2787 case ETHTOOL_GTUNABLE
:
2788 rc
= ethtool_get_tunable(dev
, useraddr
);
2790 case ETHTOOL_STUNABLE
:
2791 rc
= ethtool_set_tunable(dev
, useraddr
);
2793 case ETHTOOL_GPHYSTATS
:
2794 rc
= ethtool_get_phy_stats(dev
, useraddr
);
2796 case ETHTOOL_PERQUEUE
:
2797 rc
= ethtool_set_per_queue(dev
, useraddr
);
2799 case ETHTOOL_GLINKSETTINGS
:
2800 rc
= ethtool_get_link_ksettings(dev
, useraddr
);
2802 case ETHTOOL_SLINKSETTINGS
:
2803 rc
= ethtool_set_link_ksettings(dev
, useraddr
);
2805 case ETHTOOL_PHY_GTUNABLE
:
2806 rc
= get_phy_tunable(dev
, useraddr
);
2808 case ETHTOOL_PHY_STUNABLE
:
2809 rc
= set_phy_tunable(dev
, useraddr
);
2811 case ETHTOOL_GFECPARAM
:
2812 rc
= ethtool_get_fecparam(dev
, useraddr
);
2814 case ETHTOOL_SFECPARAM
:
2815 rc
= ethtool_set_fecparam(dev
, useraddr
);
2821 if (dev
->ethtool_ops
->complete
)
2822 dev
->ethtool_ops
->complete(dev
);
2824 if (old_features
!= dev
->features
)
2825 netdev_features_change(dev
);