opnsense-src/sys/dev/fxp
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_fxp.c Make sure to not use stale ip/tcp header pointers. The ip/tcp 2010-10-14 18:31:40 +00:00
if_fxpreg.h Export hardware MAC statistics through sysctl node. Previously 2010-05-09 22:16:15 +00:00
if_fxpvar.h Export hardware MAC statistics through sysctl node. Previously 2010-05-09 22:16:15 +00:00
rcvbundl.h Add a microcode to implement receive bundling for 82551 chipsets with 2005-04-21 19:34:57 +00:00