freebsd-dev/sys/netgraph/bluetooth
Gleb Smirnoff 829fae9063 Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like
sbappendstream() does. Although, M_NOTREADY may appear only on SOCK_STREAM
sockets, due to sendfile(2) supporting only the latter, there is a corner
case of AF_UNIX/SOCK_STREAM socket, that still uses records for the sake
of control data, albeit being stream socket.

Provide private version of m_clrprotoflags(), which understands PRUS_NOTREADY,
similar to m_demote().
2016-01-08 19:03:20 +00:00
..
common Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
drivers Create a USB_PNP_INFO and use it to export the existing PNP 2015-12-11 05:28:00 +00:00
hci Fix encryption error handling. 2015-11-07 12:15:02 +00:00
include Bluetooth LE Security Management channel support. 2015-10-27 03:42:26 +00:00
l2cap Bluetooth LE Security Management channel support. 2015-10-27 03:42:26 +00:00
socket Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like 2016-01-08 19:03:20 +00:00