From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH ethtool 0/3] ethtool: Wake-on-LAN using filters Date: Wed, 8 Aug 2018 11:22:08 -0700 Message-ID: <20180808182211.24921-1-f.fainelli@gmail.com> Cc: linville@tuxdriver.com, andrew@lunn.ch, davem@davemloft.net, Florian Fainelli To: netdev@vger.kernel.org Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:36595 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727609AbeHHUnR (ORCPT ); Wed, 8 Aug 2018 16:43:17 -0400 Received: by mail-wm0-f68.google.com with SMTP id w24-v6so3735814wmc.1 for ; Wed, 08 Aug 2018 11:22:23 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Hi John, This patch series syncs up ethtool-copy.h to get the new definitions required for supporting wake-on-LAN using filters: WAKE_FILTER and RX_CLS_FLOW_WAKE and then updates the rxclass.c code to allow us to specify action -2 (RX_CLS_FLOW_WAKE). Let me know if you would like this to be done differently. Thanks! Florian Fainelli (3): ethtool-copy.h: sync with net-next ethtool: Add support for WAKE_FILTER (WoL using filters) ethtool: Add support for action value -2 (wake-up filter) ethtool-copy.h | 15 +++++++++++---- ethtool.8.in | 4 +++- ethtool.c | 5 +++++ rxclass.c | 8 +++++--- 4 files changed, 24 insertions(+), 8 deletions(-) -- 2.17.1