CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2022/03/10 04:35:13
Modified files: sys/dev/pci : if_aq_pci.c Log message: Invalidate the nic's rx descriptor cache when taking the interface up or down, and turn off the global tx and rx enables when going down. Without this, the nic can write to mbufs that were taken off the ring when the interface was taken down, triggering mbuf cluster pool use after free checks. ok dlg@