]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'inet_csums'
authorDavid S. Miller <davem@davemloft.net>
Thu, 5 Jun 2014 05:52:31 +0000 (22:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jun 2014 05:52:31 +0000 (22:52 -0700)
commit988b80b4ad2d8e0d871428e1b4d6bf0f2326003f
treeca8567d5204c6b891dcf5d3e012ceb4a4f027c09
parentfeb45a9e7b5efa686bbc5857bc62c9896db31234
parentbdcbdc9894877b87e73a537e82b7a832c66c30a0
Merge branch 'inet_csums'

Tom Herbert says:

====================
net: Support checksum in UDP

This patch series adds support for using checksums in UDP tunnels. With
this it is possible that two or more checksums may be set within the
same packet and we would like to do that efficiently.

This series also creates some new helper functions to be used by various
tunnel protocol implementations.

v2: Fixed indentation in tcp_v6_send_check arguments.
v3: Move udp_set_csum and udp6_set_csum to be not inlined
    Also have this functions call with a nocheck boolean argument
    instead of passing a sock structure.
====================

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