[PATCH] ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n

2016-05-20 Thread Ezequiel Garcia
0d974d104 ("ipv4: Namespaceify ip_default_ttl sysctl knob") Signed-off-by: Ezequiel Garcia <ezequ...@vanguardiasur.com.ar> --- net/ipv4/af_inet.c | 8 net/ipv4/sysctl_net_ipv4.c | 4 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/net/ipv4/af_i

[PATCH] stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is set

2016-05-16 Thread Ezequiel Garcia
gned-off-by: David S. Miller <da...@davemloft.net> Tested on LPC4350 Hitex board. Fixes: f748be531d70 ("stmmac: support new GMAC4") Signed-off-by: Ezequiel Garcia <ezequ...@vanguardiasur.com.ar> --- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 7 ++- 1 file c

Re: [PATCH] ethernet: mvneta: Support netpoll

2016-03-29 Thread Ezequiel Garcia
Hi David, On 30 March 2016 at 00:09, David Miller <da...@davemloft.net> wrote: > From: Ezequiel Garcia <ezequ...@vanguardiasur.com.ar> > Date: Mon, 28 Mar 2016 17:41:18 -0300 > >> +/* Polled functionality used by netconsole and others in non interrupt

[PATCH] ethernet: mvneta: Support netpoll

2016-03-28 Thread Ezequiel Garcia
This commit adds the support for netpoll, which is used to implement netconsole. Signed-off-by: Ezequiel Garcia <ezequ...@vanguardiasur.com.ar> --- Tested on Armada 370 Mirabox and Armada XP Openblocks AX3-4 with netconsole. drivers/net/ethernet/marvell/mvneta.c | 21 ++

Re: net: mv643xx: interface does not transmit after some time

2016-02-11 Thread Ezequiel Garcia
l and switched off all offload features >> available. Now the NAS is running rock solid for two days. I backed up my >> Mac using Time Machine / netatalk (450 GiB transferred) and some Linux >> machines via NFS (100 GiB total) without a problem. >> >> How much code is u