netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] udp: add missing check on edumx rx path
@ 2018-09-13 14:27 Paolo Abeni
  2018-09-13 14:27 ` [PATCH net 1/2] udp4: fix IP_CMSG_CHECKSUM for connected sockets Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paolo Abeni @ 2018-09-13 14:27 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Tom Herbert

The early demux RX path for the UDP protocol is currently missing
some checks. Both ipv4 and ipv6 implementations lack checksum conversion
and the ipv6 implementation additionally lack the zero checksum
validation.

The first patch takes care of UDPv4 and the second one of UDPv6

Paolo Abeni (2):
  udp4: fix IP_CMSG_CHECKSUM for connected sockets
  udp6: add missing checks on edumux packet processing

 net/ipv4/udp.c | 49 +++++++++++++++++++------------------
 net/ipv6/udp.c | 65 ++++++++++++++++++++++++++++----------------------
 2 files changed, 63 insertions(+), 51 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-09-17  3:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-13 14:27 [PATCH net 0/2] udp: add missing check on edumx rx path Paolo Abeni
2018-09-13 14:27 ` [PATCH net 1/2] udp4: fix IP_CMSG_CHECKSUM for connected sockets Paolo Abeni
2018-09-13 14:27 ` [PATCH net 2/2] udp6: add missing checks on edumux packet processing Paolo Abeni
2018-09-16 22:28 ` [PATCH net 0/2] udp: add missing check on edumx rx path David Miller

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).