Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966964AbcCRAEL (ORCPT ); Thu, 17 Mar 2016 20:04:11 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34403 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752066AbcCRAEF (ORCPT ); Thu, 17 Mar 2016 20:04:05 -0400 From: David Decotigny To: "David S. Miller" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Cc: Nikolay Aleksandrov , "Michael S. Tsirkin" , Ben Hutchings , Jeff Kirsher , David Decotigny , Nicolas Dichtel , Andrew Lunn , Hadar Hen Zion , Edward Cree , John Fastabend , Herbert Xu , Thomas Graf , Daniel Borkmann , Ken-ichirou MATSUZAWA , Florian Westphal , David Herrmann Subject: [PATCH v1 0/2] basic ioctl support for netlink sockets Date: Thu, 17 Mar 2016 17:03:54 -0700 Message-Id: <1458259436-85275-1-git-send-email-ddecotig@gmail.com> X-Mailer: git-send-email 2.8.0.rc3.226.g39d4020 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 490 Lines: 18 From: David Decotigny This removes the requirement that ethtool be tied to the support of a specific L3 protocol, also updates a comment. ############################################ # Patch Set Summary: David Decotigny (2): ethtool: minor doc update netlink: add support for NIC driver ioctls include/uapi/linux/ethtool.h | 6 +++--- net/netlink/af_netlink.c | 10 +++++++++- 2 files changed, 12 insertions(+), 4 deletions(-) -- 2.8.0.rc3.226.g39d4020