[PATCH 2.6.13-rc6 1/2]

2005-08-19 Thread Jon Wetzel
adds a new generic ethtool_op function to get that address. Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- linux-2.6.13-rc6/include/linux/netdevice.h 2005-08-12 13:10:12.0 -0500 +++ linux-2.6.13-rc6-jww/include/linux/netdevice

[PATCH 2.6.13-rc6 2/2]e1000: Add support for getting the permanent hardware address (correction)

2005-08-12 Thread Jon Wetzel
Accidentally sent an old version of this patch. This is the current one. e1000 driver updated to fill in the new field in netdevice and use the new ethtool, "get_perm_addr". Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> Signed-off-by: John W. Linville <[EMAIL PROTECTED]>

[PATCH 2.6.13-rc6 2/2]e1000: Add support for getting the permanent hardware address (resend)

2005-08-12 Thread Jon Wetzel
e1000 driver updated to fill in the new field in netdevice and use the new ethtool, "get_perm_addr". Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- linux-2.6.12.3/drivers/net/e1000/e1000_ethtool.c2005-07-28 17

[PATCH 2.6.13-rc6 1/2]netdevice & ethtool: Add support for getting the permanent hardware address (resend)

2005-08-12 Thread Jon Wetzel
Adds a new field to net device to hold the permanent hardware address, and adds a new generic ethtool_op function to get that address. Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- linux-2.6.13-rc6/include/linux/netdevice.h 2

[patch 2.6.13 1/2]netdevice & ethtool: Add support for getting permanent hardware address

2005-08-01 Thread Jon Wetzel
Adds a new field to net device to hold the permanent hardware address, and adds a new generic ethtool_op function to get that address. Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- linux-2.6.12.3/include/linux/netdevice.h2

[patch 2.6.13 2/2]e1000: Add support for getting permanent hardware address

2005-08-01 Thread Jon Wetzel
e1000 driver updated to fill in the new field in netdevice and use the new ethtool, "get_perm_addr". Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- linux-2.6.12.3/drivers/net/e1000/e1000_ethtool.c2005-07-28 17

Re: [patch 2.6.13-rc3] ethtool: add generic ethtool_op_get_perm_addr routine

2005-07-28 Thread Jon Wetzel
EN instead of adding the new ETH_MAX_ADDR_LEN... I wanted to do this initially, but MAX_ADDR_LEN is declared in net device, and ethtool.h doesn't include it. So, instead of creating a new dependency, I added a new constant. Let me know what you think, and I'll write up a new patch. Jon We

[Patch 2.6.12.2 2/2]e1000: Add support for getting a permanent hardware address

2005-07-26 Thread Jon Wetzel
conjunction with the first. Using a copy of ethtool modified to use the new get_perm_addr function, the correct hardware address was returned. Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> --- linux-2.6.12.2/drivers/net/e1000/e1000_main.c 2005-06-29 18:00:53.0 -0500 +++

[Patch 2.6.12.2 1/2]netðtool: Add support for getting the permanent hardware address

2005-07-26 Thread Jon Wetzel
wo as applied to a 2.6.12.2 kernel. The second patch is an implementation of the function in the the e1000 driver. This patch has been tested in conjunction with the second. Using a copy of ethtool modified to use the new get_perm_addr function, the correct hardware address was returned. Sig

[Patch 2.6 3/3]ioctl: Add support for getting a permanent hardware address

2005-07-14 Thread Jon Wetzel
This patch is the third of three, designed to allow access to the permanent hardware address of a network device. This patch adds a new ioctl to get the field, "perm_addr," which was added to net_device by the first patch. Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> --

[Patch 2.6 2/3]e1000: Add support for getting a permanent hardware address

2005-07-14 Thread Jon Wetzel
conjunction with the first. Using a copy of ethtool modified to use the new get_perm_addr function, the correct hardware address was returned. Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> --- linux-2.6.12.2/drivers/net/e1000/e1000_main.c 2005-06-29 18:00:53.0 -0500 +++

[Patch 2.6 1/3]netðtools: Add support for getting the permanent hardware address

2005-07-14 Thread Jon Wetzel
ction, the correct hardware address was returned. Signed-off-by: Jon Wetzel <[EMAIL PROTECTED]> --- linux-2.6.12.2/include/linux/netdevice.h2005-06-29 18:00:53.0 -0500 +++ linux-2.6.12.2-jw/include/linux/netdevice.h 2005-07-06 17:10:57.0 -0500 @@ -342