From: Tom Herbert Date: Fri, 23 May 2014 15:47:19 +0000 (-0700) Subject: net: Split sk_no_check into sk_no_check_{rx,tx} X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~147^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28448b80456feafe07e2d05b6363b00f61f6171e;p=pandora-kernel.git net: Split sk_no_check into sk_no_check_{rx,tx} Define separate fields in the sock structure for configuring disabling checksums in both TX and RX-- sk_no_check_tx and sk_no_check_rx. The SO_NO_CHECK socket option only affects sk_no_check_tx. Also, removed UDP_CSUM_* defines since they are no longer necessary. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed