Re: [PATCH net-next 0/2] fix udp pull header breakage

2016-04-11 Thread David Miller
From: Willem de Bruijn Date: Thu, 7 Apr 2016 11:44:57 -0400 > Commit e6afc8ace6dd ("udp: remove headers from UDP packets before > queueing") modified udp receive processing to pull headers before > enqueue and to not expect them on dequeue. > > The patch missed protocols on top of udp with in-k

[PATCH net-next 0/2] fix udp pull header breakage

2016-04-07 Thread Willem de Bruijn
From: Willem de Bruijn Commit e6afc8ace6dd ("udp: remove headers from UDP packets before queueing") modified udp receive processing to pull headers before enqueue and to not expect them on dequeue. The patch missed protocols on top of udp with in-kernel implementations that have their own skb_re