From: Gerrit Renker Date: Mon, 21 Jul 2008 20:35:08 +0000 (-0700) Subject: udplite: Protection against coverage value wrap-around X-Git-Tag: v2.6.27-rc1~860^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47112e25da41d9059626033986dc3353e101f815;p=pandora-kernel.git udplite: Protection against coverage value wrap-around This patch clamps the cscov setsockopt values to a maximum of 0xFFFF. Setsockopt values greater than 0xffff can cause an unwanted wrap-around. Further, IPv6 jumbograms are not supported (RFC 3838, 3.5), so that values greater than 0xffff are not even useful. Further changes: fixed a typo in the documentation. Signed-off-by: Gerrit Renker Signed-off-by: David S. Miller --- Reading git-diff-tree failed