Re: [PATCH net-next] net: tcp: update mib LISTENOVERFLOWS if syn flood

2018-04-01 Thread David Miller
From: yuan linyu Date: Thu, 29 Mar 2018 19:20:09 +0800 > From: yuan linyu > > it's better to update mib LISTENOVERFLOWS even if packet is flood > > Signed-off-by: yuan linyu When we drop because of synflood we

[PATCH net-next] net: tcp: update mib LISTENOVERFLOWS if syn flood

2018-03-29 Thread yuan linyu
From: yuan linyu it's better to update mib LISTENOVERFLOWS even if packet is flood Signed-off-by: yuan linyu --- net/ipv4/tcp_input.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git