[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1460067179-67789-1-git-send-email-willemdebruijn.kernel@gmail.com>
Date: Thu, 7 Apr 2016 18:12:57 -0400
From: Willem de Bruijn <willemdebruijn.kernel@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, tom@...bertland.com, samanthakumar@...gle.com,
Willem de Bruijn <willemb@...gle.com>
Subject: [PATCH net-next 0/2] fix two more udp pull header issues
From: Willem de Bruijn <willemb@...gle.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
Powered by blists - more mailing lists