Module Name: src Committed By: riastradh Date: Sun Mar 13 21:32:15 UTC 2022
Modified Files: src/sys/net: if_tun.c Log Message: tun(4): Reduce tun_softc_lock from IPL_NET to IPL_NONE. This is always taken in process/thread context, never in interrupt context, hard or soft. To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/net/if_tun.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.