Re: [PATCH net-next] net: skb_condense() can also deal with empty skbs

2016-12-09 Thread David Miller
From: Eric Dumazet Date: Fri, 09 Dec 2016 08:02:05 -0800 > From: Eric Dumazet > > It seems attackers can also send UDP packets with no payload at all. > > skb_condense() can still be a win in this case. > > It will be possible to replace the

[PATCH net-next] net: skb_condense() can also deal with empty skbs

2016-12-09 Thread Eric Dumazet
From: Eric Dumazet It seems attackers can also send UDP packets with no payload at all. skb_condense() can still be a win in this case. It will be possible to replace the custom code in tcp_add_backlog() to get full benefit from skb_condense() Signed-off-by: Eric Dumazet