]> 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)
commitc8d816a03c08e99a62494526f46bedad541a3ef5
tree0c1883a4c4c478746162c66befa7d5d0f8e79dc8
parent9a931fcf086a3426c41a95dcc65420b7772639c0
parent25a5b3f00a9b4883f553d4033072cc9a7355e570
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>