| commit | 7fa6b06689085a3e2237cf810f5e0c114e00a2da | [log] [tgz] |
|---|---|---|
| author | Stephen Hemminger <shemminger@osdl.org> | Wed Sep 27 20:33:34 2006 -0700 |
| committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 18:02:49 2006 -0700 |
| tree | 729eeef31a9ad44c0635f5e27b6c924767e17238 | |
| parent | 1b0fee7d68f234be6b270cda51d9fcb71bebd780 [diff] |
[NET] loopback: minor statistics optimization The loopback device status structure is a singleton and doesn't need to be allocated. Add ethtool_ops hooks to show checksum always on, and make ethtool_ops const. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>