mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
b824adc968
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 <saharaproj@linsyssoft.com> Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
README | ||
sxg_ethtool.c | ||
sxg_os.h | ||
sxg.c | ||
sxg.h | ||
sxgdbg.h | ||
sxghif.h | ||
sxghw.h | ||
sxgphycode-1.2.h |
This is the rough cut at a driver for the Alacritech SLIC Technology Non-Accelerated 10Gbe network driver. TODO: - remove wrappers - checkpatch.pl cleanups - new functionality that the card needs - remove reliance on x86 Please send patches to: Greg Kroah-Hartman <gregkh@suse.de> for any cleanups that you do to this driver.