summaryrefslogtreecommitdiff
path: root/sfc.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Combine ethtool-{bitops,util}.h into internal.hBen Hutchings1-1/+1
ethtool-util.h contains all kinds of declarations, not just utility functions or macros. ethtool-bitops.h contains just a few extra definitions, and its only user also includes ethtool-util.h. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2010-11-16ethtool: Update sfc register dumpBen Hutchings1-11/+14
Add length checks to allow for extensions to the register dump without changing the version number. Show the RX IP filter table if present. Fix address field definitions for the MAC filter tables. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2010-06-21ethtool: Add support for sfc register dumpsBen Hutchings1-0/+3859
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>