From: Jarno Rajahalme Date: Wed, 23 Oct 2013 08:40:44 +0000 (-0700) Subject: openvswitch: Widen TCP flags handling. X-Git-Tag: v3.13-rc1~105^2~65^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df23e9f642830f10c505c8a3d57772ad1238c701;p=pandora-kernel.git openvswitch: Widen TCP flags handling. Widen TCP flags handling from 7 bits (uint8_t) to 12 bits (uint16_t). The kernel interface remains at 8 bits, which makes no functional difference now, as none of the higher bits is currently of interest to the userspace. Signed-off-by: Jarno Rajahalme Signed-off-by: Jesse Gross --- Reading git-diff-tree failed