All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] net: Support checksum in UDP
@ 2014-06-05  0:19 Tom Herbert
  2014-06-05  6:02 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Herbert @ 2014-06-05  0:19 UTC (permalink / raw)
  To: davem, netdev

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.

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

* Re: [PATCH v3 0/7] net: Support checksum in UDP
  2014-06-05  0:19 [PATCH v3 0/7] net: Support checksum in UDP Tom Herbert
@ 2014-06-05  6:02 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-06-05  6:02 UTC (permalink / raw)
  To: therbert; +Cc: netdev

From: Tom Herbert <therbert@google.com>
Date: Wed, 4 Jun 2014 17:19:42 -0700 (PDT)

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

Series applied, thanks for all of your hard work Tom.

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

end of thread, other threads:[~2014-06-05  6:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-05  0:19 [PATCH v3 0/7] net: Support checksum in UDP Tom Herbert
2014-06-05  6:02 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.