History log of /linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/Makefile
Revision Date Author Comments
# c9288159 08-Feb-2024 Shinas Rasheed <srasheed@marvell.com>

octeon_ep_vf: add ethtool support

Add support for the following ethtool commands:

ethtool -i|--driver devname
ethtool devname
ethtool -S|--statistics devname

Signed-off-by: Shinas Rasheed <srasheed@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>


# cb7dd712 08-Feb-2024 Shinas Rasheed <srasheed@marvell.com>

octeon_ep_vf: Add driver framework and device initialization

Add driver framework and device setup and initialization for Octeon
PCI Endpoint NIC VF.

Add implementation to load module, initialize, register network device,
cleanup and unload module.

Signed-off-by: Shinas Rasheed <srasheed@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>