Merge branch 'udp-hdrs-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 14 Apr 2016 02:24:52 +0000 (22:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Apr 2016 02:24:52 +0000 (22:24 -0400)
commitfbf405e80c8af9ba0a9eb6f52d3bb8cddacd6036
tree0c1883a4c4c478746162c66befa7d5d0f8e79dc8
parent99717bdfdbeaaf387ba6ecbf7eba7fbb7a47e50a
parent31c2e4926fe912f88388bcaa8450fcaa8f2ece47
Merge branch 'udp-hdrs-fixes'

Willem de Bruijn says:

====================
fix two more udp pull header issues

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

Signed-off-by: David S. Miller <davem@davemloft.net>