linux/net/ethtool
Gustavo A. R. Silva ed717613f9 ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()
Use array_size() helper instead of the open-coded version in
copy_{from,to}_user().  These sorts of multiplication factors
need to be wrapped in array_size().

Link: https://github.com/KSPP/linux/issues/160
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-09-29 11:32:14 +01:00
..
Makefile
bitset.c
bitset.h
cabletest.c
channels.c
coalesce.c ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
common.c
common.h
debug.c
eee.c
eeprom.c
features.c
fec.c
ioctl.c ethtool: ioctl: Use array_size() helper in copy_{from,to}_user() 2021-09-29 11:32:14 +01:00
linkinfo.c
linkmodes.c
linkstate.c
netlink.c ethtool: return error from ethnl_ops_begin if dev is NULL 2021-08-06 10:39:04 +01:00
netlink.h ethtool: add two coalesce attributes for CQE mode 2021-08-24 07:38:28 -07:00
pause.c
phc_vclocks.c
privflags.c
rings.c
stats.c
strset.c
tsinfo.c
tunnels.c
wol.c