freebsd-skq/sys/dev/alc
yongari 92023f4cc9 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_alc.c Make sure to not use stale ip/tcp header pointers. The ip/tcp 2010-10-14 18:31:40 +00:00
if_alcreg.h Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernet 2010-08-09 17:28:08 +00:00
if_alcvar.h Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernet 2010-08-09 17:28:08 +00:00