]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcde5f37b9e9c291daa8f2661f2bd2999df1e7da9
tree0c1883a4c4c478746162c66befa7d5d0f8e79dc8
parentb10081c09e7f0647fb0753ac592b722e24a179cc
parent3d936cec531bc3a36363e20d4a661c94e2cfd814
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>