freebsd-skq/sys/dev/bce
Pyun YongHyeon 96486faa6e Make sure to not use stale ip/tcp header pointers. The ip/tcp
header parser uses m_pullup(9) to get access to mbuf chain.
m_pullup(9) can allocate new mbuf chain and free old one if the
space left in the mbuf chain is not enough to hold requested
contiguous bytes. Previously drivers can use stale ip/tcp header
pointer if m_pullup(9) returned new mbuf chain.

Reported by:	Andrew Boyer (aboyer <> averesystems dot com)
MFC after:	10 days
2010-10-14 18:31:40 +00:00
..
if_bce.c Make sure to not use stale ip/tcp header pointers. The ip/tcp 2010-10-14 18:31:40 +00:00
if_bcefw.h - Added support for 5709S/5716S PHYs. 2010-03-18 21:00:53 +00:00
if_bcereg.h Add the capability to read the complete contents of the NVRAM via sysctl 2010-10-06 18:36:50 +00:00