From: Aubrey.Li Date: Tue, 17 Apr 2007 19:40:20 +0000 (-0700) Subject: [NET]: Fix UDP checksum issue in net poll mode. X-Git-Tag: v2.6.21~62^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7d7fa57323dfb48fb09464cf4542daa7ce8a72;p=pandora-kernel.git [NET]: Fix UDP checksum issue in net poll mode. In net poll mode, the current checksum function doesn't consider the kind of packet which is padded to reach a specific minimum length. I believe that's the problem causing my test case failed. The following patch fixed this issue. Signed-off-by: Aubrey.Li Signed-off-by: David S. Miller --- Reading git-diff-tree failed