From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Cree Subject: [PATCH v2 net-next 0/2] IPv6 NFC Date: Fri, 5 Feb 2016 11:12:33 +0000 Message-ID: <56B483A1.4070901@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: , , "Ben Hutchings" To: David Miller Return-path: Received: from nbfkord-smmo03.seg.att.com ([209.65.160.84]:31762 "EHLO nbfkord-smmo03.seg.att.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751798AbcBELMo (ORCPT ); Fri, 5 Feb 2016 06:12:44 -0500 Sender: netdev-owner@vger.kernel.org List-ID: This series adds support for steering IPv6 flows using the ethtool NFC interface, and implements it for sfc devices. Tested using an in-development patch to the ethtool utility. Edward Cree (2): ethtool: add IPv6 to the NFC API sfc: implement IPv6 NFC (and IPV4_USER_FLOW) drivers/net/ethernet/sfc/ethtool.c | 184 +++++++++++++++++++++++++++++++++++++ include/uapi/linux/ethtool.h | 70 ++++++++++++-- 2 files changed, 248 insertions(+), 6 deletions(-)