Re: [PATCH net-next 0/2] fix two more udp pull header issues

2016-04-13 Thread Willem de Bruijn
On Wed, Apr 13, 2016 at 10:25 PM, David Miller wrote: > From: Willem de Bruijn > Date: Thu, 7 Apr 2016 18:12:57 -0400 > >> Follow up patches to the fixes to RxRPC and SunRPC. A scan of the >> code showed two other interfaces that expect UDP

Re: [PATCH net-next 0/2] fix two more udp pull header issues

2016-04-13 Thread David Miller
From: Willem de Bruijn Date: Thu, 7 Apr 2016 18:12:57 -0400 > Follow up patches to the fixes to RxRPC and SunRPC. A scan of the > code showed two other interfaces that expect UDP packets to have > a udphdr when queued: read packet length with ioctl SIOCINQ and >

[PATCH net-next 0/2] fix two more udp pull header issues

2016-04-07 Thread Willem de Bruijn
From: Willem de Bruijn Follow up patches to the fixes to RxRPC and SunRPC. A scan of the code showed two other interfaces that expect UDP packets to have a udphdr when queued: read packet length with ioctl SIOCINQ and receive payload checksum with socket option IP_CHECKSUM.