All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] ethtool: Module EEPROM API improvements
@ 2021-06-22  6:50 Ido Schimmel
  2021-06-22  6:50 ` [PATCH net-next 1/7] ethtool: Use correct command name in title Ido Schimmel
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Ido Schimmel @ 2021-06-22  6:50 UTC (permalink / raw)
  To: netdev
  Cc: davem, kuba, andrew, vladyslavt, mkubecek, moshe, mlxsw, Ido Schimmel

From: Ido Schimmel <idosch@nvidia.com>

This patchset contains various improvements to recently introduced
module EEPROM netlink API. Noticed these while adding module EEPROM
write support.

Ido Schimmel (7):
  ethtool: Use correct command name in title
  ethtool: Document correct attribute type
  ethtool: Decrease size of module EEPROM get policy array
  ethtool: Document behavior when module EEPROM bank attribute is
    omitted
  ethtool: Use kernel data types for internal EEPROM struct
  ethtool: Validate module EEPROM length as part of policy
  ethtool: Validate module EEPROM offset as part of policy

 Documentation/networking/ethtool-netlink.rst |  8 +++++---
 include/linux/ethtool.h                      | 12 ++++++------
 include/uapi/linux/ethtool_netlink.h         |  2 +-
 net/ethtool/eeprom.c                         | 13 ++++---------
 net/ethtool/netlink.h                        |  2 +-
 5 files changed, 17 insertions(+), 20 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-06-22 23:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22  6:50 [PATCH net-next 0/7] ethtool: Module EEPROM API improvements Ido Schimmel
2021-06-22  6:50 ` [PATCH net-next 1/7] ethtool: Use correct command name in title Ido Schimmel
2021-06-22  6:50 ` [PATCH net-next 2/7] ethtool: Document correct attribute type Ido Schimmel
2021-06-22  6:50 ` [PATCH net-next 3/7] ethtool: Decrease size of module EEPROM get policy array Ido Schimmel
2021-06-22  6:50 ` [PATCH net-next 4/7] ethtool: Document behavior when module EEPROM bank attribute is omitted Ido Schimmel
2021-06-22  6:50 ` [PATCH net-next 5/7] ethtool: Use kernel data types for internal EEPROM struct Ido Schimmel
2021-06-22  6:50 ` [PATCH net-next 6/7] ethtool: Validate module EEPROM length as part of policy Ido Schimmel
2021-06-22  6:50 ` [PATCH net-next 7/7] ethtool: Validate module EEPROM offset " Ido Schimmel
2021-06-22 16:30 ` [PATCH net-next 0/7] ethtool: Module EEPROM API improvements Jakub Kicinski
2021-06-22 23:10   ` Michal Kubecek
2021-06-22 17:50 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.