aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* ng_hci: Add sockaddr validation to sendto()Mark Johnston5 days1-0/+11
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-3010-197/+105
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-306-83/+117
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1643-43/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1244-44/+44
* ng_hci: handle NG_HCI_M_PULLUP failure in le_advertizing_reportEd Maste2022-11-011-0/+4
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-172-125/+89
* protosw: change prototype for pr_controlGleb Smirnoff2022-08-129-10/+10
* ng_ubt(4): Probe USB Bluetooth per USB interface and not per USB device.Hans Petter Selasky2022-06-031-27/+40
* sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff2022-05-171-4/+4
* ng_ubt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-094-8/+3
* bluetooth: don't assign NULL in C99 sparse initializerGleb Smirnoff2022-05-091-5/+0
* netgraph(4): Fix a typo in a source code commentGordon Bergling2022-04-091-5/+5
* ng_bt: Remove an unused variable.John Baldwin2022-04-081-4/+3
* ng_btsocket(4): Fix a typo in an error messageGordon Bergling2022-04-061-1/+1
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-031-1/+1
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-0310-40/+20
* ng_ubt(4): Add missing module dependency for _net_bluetooth sysctl node.Hans Petter Selasky2021-12-081-0/+1
* ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.Hans Petter Selasky2021-12-071-1/+1
* ng_ubt(4): Introduce net.bluetooth.usb_isoc_enable loader tunable to disableHans Petter Selasky2021-12-071-2/+8
* ng_ubt: Avoid attaching to several newer Intel controllersMark Johnston2021-12-051-0/+7
* bluetooth: complete removal of ng_h4Warner Losh2021-09-305-1376/+0
* netgraph: pass return value from callout_stop() unmodified to callers ofGleb Smirnoff2021-09-102-5/+5
* socket: Properly interlock when transitioning to a listening socketMark Johnston2021-09-072-1/+7
* socket: Implement SO_RERRORRoy Marples2021-07-281-0/+1
* Consistently use the SOLISTENING() macroMark Johnston2021-06-143-5/+3
* Fix a use-after-free in an error case.Takanori Watanabe2021-05-261-0/+1
* ng_ubt: Block attachment of uninitialized Intel Wireless 7265Vladimir Kondratyev2021-04-153-28/+103
* ng_ubt: Use DEFINE_CLASS_1 macro for kobj inheritance.Vladimir Kondratyev2021-04-151-9/+2
* ng_ubt: Do not clear stall before receiving of HCI command response.Vladimir Kondratyev2021-04-151-2/+2
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-1/+0
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-0/+1
* pccard: Remove bt3c(4) driverWarner Losh2021-01-083-1447/+0
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0149-156/+76
* ng_ubt: Add a device ID.Mark Johnston2020-08-231-0/+1
* Tag pccard drivers with gone in 13.Warner Losh2020-08-201-0/+2
* Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU.Takanori Watanabe2020-07-172-4/+5
* Add support for [read|write] supported data length commands.Takanori Watanabe2020-07-081-1/+16
* Allow some Bluetooth LE related HCI request to non-root user.Takanori Watanabe2020-07-011-0/+6
* Update event masks constant to Bluetooth core spec V5.2Takanori Watanabe2020-06-151-2/+66
* Add LE events:Takanori Watanabe2020-06-101-3/+57
* Fix check for wMaxPacketSize in USB bluetooth driver,Hans Petter Selasky2020-05-281-3/+4
* Fix Typo in ng_hci_le_connection_complete_ep struct.Takanori Watanabe2020-05-191-1/+1
* Add space for RSSI in data member.Takanori Watanabe2020-05-091-1/+2
* Add le_read_buffer_size command and manpage.Takanori Watanabe2020-04-281-0/+9
* Substitute le_read_supported_status with le_read_supported_states.Hans Petter Selasky2020-04-202-5/+5
* Bring HCI error messages up-to-date.Hans Petter Selasky2020-04-191-1/+29
* Fix mbuf handling in le advertize packet processing.Takanori Watanabe2020-04-021-3/+6