lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1338597227.2770.13.camel@bwh-desktop.uk.solarflarecom.com> Date: Sat, 2 Jun 2012 01:33:47 +0100 From: Ben Hutchings <bhutchings@...arflare.com> To: <netdev@...r.kernel.org> CC: Michał Mirosław <mirq-linux@...e.qmqm.pl>, Mahesh Bandewar <maheshb@...gle.com> Subject: [PATCH ethtool 0/7] Generic netdev features support This series adds support for the not-so-new generic netdev features ethtool API, along with some test infrastructure and test cases to check that it works with old and new kernel versions. I'm still not convinced that there are enough test cases, but I've held this back for too damn long already. I'd like to include these changes in an ethtool 3.4 release by the end of next week, so let me know if there's anything wrong with them. Ben. Ben Hutchings (7): Run tests in-process Add output file parameter to dump_hex() and make it extern test: Add test_ioctl() function to support a mock send_ioctl() Add unit tests for setting offload features (old API) Regularise offload feature settings Report when offload feature changes are not exactly as requested Change -k/-K options to use ETHTOOL_{G,S}FEATURES .gitignore | 2 +- Makefile.am | 10 +- ethtool.8.in | 31 +-- ethtool.c | 668 +++++++++++++++++++++++++++++++++++-------------------- internal.h | 72 ++++++ test-cmdline.c | 14 +- test-common.c | 357 +++++++++++++++++++++++++++--- test-features.c | 516 ++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 1358 insertions(+), 312 deletions(-) -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists