From: David S. Miller Date: Tue, 14 Jan 2014 22:24:25 +0000 (-0800) Subject: Merge branch 'skb_checksum_help' X-Git-Tag: v3.14-rc1~94^2~196 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a49da8811e71c5355b52c65ee32976741d5834cd;p=linux.git Merge branch 'skb_checksum_help' Paul Durrant says: ==================== make skb_checksum_setup generally available Both xen-netfront and xen-netback need to be able to set up the partial checksum offset of an skb and may also need to recalculate the pseudo- header checksum in the process. This functionality is currently private and duplicated between the two drivers. Patch #1 of this series moves the implementation into the core network code as there is nothing xen-specific about it and it is potentially useful to any network driver. Patch #2 removes the private implementation from netback. Patch #3 removes the private implementation from netfront. v2: - Put skb_checksum_setup in skbuff.c rather than dev.c - remove inline ==================== Signed-off-by: David S. Miller --- a49da8811e71c5355b52c65ee32976741d5834cd