CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/04/02 03:46:01
Modified files: sys/net : if.c Log message: Grab the kernel lock around the bpf_mtap_ether() call in if_input(). This allows drivers to start calling if_input() without holding the kernel lock while others work on make the bpf code mpsafe. ok dlg@, mpi@