NetBSD/sys/netcan
ozaki-r 436bca6c47 Don't set IFEF_MPSAFE unless NET_MPSAFE at this point
Because recent investigations show that interfaces with IFEF_MPSAFE need to
follow additional restrictions to work with the flag safely. We should enable it
on an interface by default only if the interface surely satisfies the
restrictions, which are described in if.h.

Note that enabling IFEF_MPSAFE solely gains a few benefit on performance because
the network stack is still serialized by the big kernel locks by default.
2017-12-19 03:32:35 +00:00
..
Makefile
can.c
can.h
can_link.h
can_pcb.c Refuse to bind to a non-CAN interface. 2017-06-09 08:21:41 +00:00
can_pcb.h
can_proto.c
can_var.h
files.netcan
if_canloop.c Don't set IFEF_MPSAFE unless NET_MPSAFE at this point 2017-12-19 03:32:35 +00:00