From: Mithlesh Thukral Date: Wed, 25 Mar 2009 10:21:49 +0000 (+0530) Subject: Staging: sxg: Fix leaks and checksum errors in transmit code path X-Git-Tag: v2.6.30-rc3~58^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b824adc9686fb9a6edca164c13107bfed3e41d4e;p=pandora-kernel.git Staging: sxg: Fix leaks and checksum errors in transmit code path Fix the transmit function for the following: * Free XmtCmd in the error code path. This use to leak memory in error conditions. * Do pci mapping after the checksum operations are over. They can reallocate the skb at a different location. * Fix UDP checksum errors which were seen in wireshark Signed-off-by: LinSysSoft Sahara Team Signed-off-by: Mithlesh Thukral Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed