Re: Disable executions commands outside net_device_ops structure

2015-07-09 Thread Francois Romieu
> diff --git a/drivers/net/ethernet/realtek/r8169.c > b/drivers/net/ethernet/realtek/r8169.c > index 3df51fa..840a2ec 100644 > --- a/drivers/net/ethernet/realtek/r8169.c > +++ b/drivers/net/ethernet/realtek/r8169.c [...] > @@ -6881,7 +6881,7 @@ static void r8169_csum_workaround(struct > rtl8169_p

Disable executions commands outside net_device_ops structure

2015-07-06 Thread Marian Corcodel
we keep commands only on net_device_ops structure - struct net_device_ops. From 0749e12c21b564d62c89ec35c5fc8f4289a7e4d9 Mon Sep 17 00:00:00 2001 From: Corcodel Marian Date: Mon, 6 Jul 2015 13:24:59 +0300 Subject: [PATCH] Committer: Corcodel Marian Disable exec commands outside ops structure