freebsd-dev/sys/dev/sge
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_sge.c Make sure to not use stale ip/tcp header pointers. The ip/tcp 2010-10-14 18:31:40 +00:00
if_sgereg.h Remove enabling RX checksum offloading in RX filter setup. RX 2010-07-08 18:22:49 +00:00