From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Decotigny Subject: [ethtool PATCH v7 0/2] add support for new ETHTOOL_xLINKSETTINGS ioctls Date: Fri, 22 Apr 2016 09:48:18 -0700 Message-ID: <1461343700-44087-1-git-send-email-ddecotig@gmail.com> Cc: Jeff Garzik , Ben Hutchings , David Miller , Vidya Sagar Ravipati , Joe Perches , David Decotigny To: netdev@vger.kernel.org Return-path: Received: from mail-pf0-f193.google.com ([209.85.192.193]:33279 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932259AbcDVQsb (ORCPT ); Fri, 22 Apr 2016 12:48:31 -0400 Received: by mail-pf0-f193.google.com with SMTP id e190so10345555pfe.0 for ; Fri, 22 Apr 2016 09:48:30 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: From: David Decotigny [ re-sending this series, same v7 as the one previously sent ] History: v7 added ref to related kernel commit in netlink ioctl patch description v6 re-added last patch, to use AF_NETLINK when AF_INET not available v5 rebased main patch, removed last patch "use AF_LOCAL when AF_INET not available" v4 review Ben Hutchings: using AF_UNIX instead of INET6 in the absence of v4 sockets use stdbool.h do_seeprom always fails when offset/length out of bounds sync to latest ethtool.h + kernel.h from net-next __SANE_USERSPACE_TYPES__ always defined cosmetic updates for var == const tests cosmetic updates for associativity in tests v3 TRUE/FALSE obvious-ification v2 added do_seeprom patch added netdev as recipient v1 initial submission ############################################ # Patch Set Summary: David Decotigny (2): ethtool.c: add support for ETHTOOL_xLINKSETTINGS ioctls ethtool: use netlink socket when AF_INET not available configure.ac | 2 +- ethtool.c | 688 ++++++++++++++++++++++++++++++++++++++++++++------------- internal.h | 67 ++++++ test-cmdline.c | 13 ++ 4 files changed, 611 insertions(+), 159 deletions(-) -- 2.8.0.rc3.226.g39d4020