aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Don't use a non-string to initialize NG_HCI_BDADDR_ANYJohn Baldwin2026-01-271-2/+2
* ng_hci(4): Fix a typo in a source code commentGordon Bergling2025-12-131-1/+1
* bluetooth: ng_ubt_rtl/rtlbtfw: remove duplicate entry in device tableBjoern A. Zeeb2025-10-171-3/+0
* ng_btsocket_rfcomm: Mark a couple buffers as const in a helper functionMark Johnston2025-09-151-2/+2
* ng_hci: Cast NG_HCI_BDADDR_ANY to const bdaddr_t *Christos Margiolis2025-09-151-1/+1
* rtlbtfw(8): Sync device VID/PID list with Linux 6.15-rc4Vladimir Kondratyev2025-05-141-0/+20
* Remove remaining mentions of pr_usrreq.Dag-Erling Smørgrav2025-05-083-5/+5
* rtlbtfw(8): Add Mercusys MA530 VID/PID for Realtek 8761BUVVladimir Kondratyev2025-04-291-0/+1
* ng_hci: add support for Bluetooth Secure Simple PairingAndreas Kempe2025-01-273-0/+82
* ng_ubt(4): do not attach Realtek 87XX/88XX adaptors in bootloader mode.Vladimir Kondratyev2024-11-063-0/+271
* ng_ubt_intel: Ignore unexpected HCI eventsVladimir Kondratyev2024-11-062-2/+30
* ng_ubt_intel: Allow to attach to 9260 bluetooth adaptorsVladimir Kondratyev2024-11-061-1/+68
* bluetooth(3): Fix two typos in source code commentsGordon Bergling2024-09-201-2/+2
* ng_ubt: Add blacklist entries for MediaTek MT7925Kevin Lo2024-08-161-0/+4
* bluetooth socket sysinit: correct memset initializationRyan Libby2024-07-011-2/+1
* ng_hci: Add sockaddr validation to sendto()Mark Johnston2024-04-221-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