Date: Thu, 23 Dec 1999 11:05:59 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c Message-ID: <199912231906.LAA08612@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/12/23 11:05:59 PST
Modified files:
sys/pci if_rl.c
Log:
Fix problem reported by Matt Dillon. Occasionally, very small received
frames would be handled incorrectly due to bad usage of m_pullup() in
the case where the frame wraps from the end of the receive buffer back
the beginning.
Also, when manually extending small packets to pad them to the minimum
frame length during transmission, zero out the pad area to make some
really paranoid people happy.
Revision Changes Path
1.37 +16 -3 src/sys/pci/if_rl.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912231906.LAA08612>
