netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] fix two more udp pull header issues
@ 2016-04-07 22:12 Willem de Bruijn
  2016-04-07 22:12 ` [PATCH net-next 1/2] udp: do not expect udp headers on ioctl SIOCINQ Willem de Bruijn
  2016-04-14  2:25 ` [PATCH net-next 0/2] fix two more udp pull header issues David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Willem de Bruijn @ 2016-04-07 22:12 UTC (permalink / raw)
  To: netdev; +Cc: davem, tom, samanthakumar, Willem de Bruijn

From: Willem de Bruijn <willemb@google.com>

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.

Willem de Bruijn (2):
  udp: do not expect udp headers on ioctl SIOCINQ
  udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUM

 net/ipv4/ip_sockglue.c | 3 ++-
 net/ipv4/udp.c         | 4 +---
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.8.0.rc3.226.g39d4020

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-14  2:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07 22:12 [PATCH net-next 0/2] fix two more udp pull header issues Willem de Bruijn
2016-04-07 22:12 ` [PATCH net-next 1/2] udp: do not expect udp headers on ioctl SIOCINQ Willem de Bruijn
2016-04-14  2:25 ` [PATCH net-next 0/2] fix two more udp pull header issues David Miller
2016-04-14  2:57   ` Willem de Bruijn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).