summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
AgeCommit message (Expand)Author
2025-12-13ng_hci(4): Fix a typo in a source code commentGordon Bergling
2025-10-17bluetooth: ng_ubt_rtl/rtlbtfw: remove duplicate entry in device tableBjoern A. Zeeb
2025-09-15ng_btsocket_rfcomm: Mark a couple buffers as const in a helper functionMark Johnston
2025-09-15ng_hci: Cast NG_HCI_BDADDR_ANY to const bdaddr_t *Christos Margiolis
2025-05-14rtlbtfw(8): Sync device VID/PID list with Linux 6.15-rc4Vladimir Kondratyev
2025-05-08Remove remaining mentions of pr_usrreq.Dag-Erling Smørgrav
2025-04-29rtlbtfw(8): Add Mercusys MA530 VID/PID for Realtek 8761BUVVladimir Kondratyev
2025-01-27ng_hci: add support for Bluetooth Secure Simple PairingAndreas Kempe
2024-11-07ng_ubt(4): do not attach Realtek 87XX/88XX adaptors in bootloader mode.Vladimir Kondratyev
2024-11-07ng_ubt_intel: Ignore unexpected HCI eventsVladimir Kondratyev
2024-11-07ng_ubt_intel: Allow to attach to 9260 bluetooth adaptorsVladimir Kondratyev
2024-09-20bluetooth(3): Fix two typos in source code commentsGordon Bergling
2024-08-16ng_ubt: Add blacklist entries for MediaTek MT7925Kevin Lo
2024-07-01bluetooth socket sysinit: correct memset initializationRyan Libby
2024-04-22ng_hci: Add sockaddr validation to sendto()Mark Johnston
2023-11-30sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff
2023-11-30sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff
2023-08-16sys: Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-01ng_hci: handle NG_HCI_M_PULLUP failure in le_advertizing_reportEd Maste
2022-08-17protosw: refactor protosw and domain static declaration and loadGleb Smirnoff
2022-08-12protosw: change prototype for pr_controlGleb Smirnoff
2022-06-03ng_ubt(4): Probe USB Bluetooth per USB interface and not per USB device.Hans Petter Selasky
2022-05-17sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff
2022-05-09ng_ubt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-09bluetooth: don't assign NULL in C99 sparse initializerGleb Smirnoff
2022-04-09netgraph(4): Fix a typo in a source code commentGordon Bergling
2022-04-07ng_bt: Remove an unused variable.John Baldwin
2022-04-06ng_btsocket(4): Fix a typo in an error messageGordon Bergling
2022-01-03domains: make domain_init() initialize only global stateGleb Smirnoff
2022-01-03protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff
2021-12-08ng_ubt(4): Add missing module dependency for _net_bluetooth sysctl node.Hans Petter Selasky
2021-12-07ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.Hans Petter Selasky
2021-12-07ng_ubt(4): Introduce net.bluetooth.usb_isoc_enable loader tunable to disableHans Petter Selasky
2021-12-05ng_ubt: Avoid attaching to several newer Intel controllersMark Johnston
2021-09-29bluetooth: complete removal of ng_h4Warner Losh
2021-09-10netgraph: pass return value from callout_stop() unmodified to callers ofGleb Smirnoff
2021-09-07socket: Properly interlock when transitioning to a listening socketMark Johnston
2021-07-28socket: Implement SO_RERRORRoy Marples
2021-06-14Consistently use the SOLISTENING() macroMark Johnston
2021-05-26Fix a use-after-free in an error case.Takanori Watanabe
2021-04-15ng_ubt: Block attachment of uninitialized Intel Wireless 7265Vladimir Kondratyev
2021-04-15ng_ubt: Use DEFINE_CLASS_1 macro for kobj inheritance.Vladimir Kondratyev
2021-04-15ng_ubt: Do not clear stall before receiving of HCI command response.Vladimir Kondratyev
2021-02-08Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov
2021-02-08SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov
2021-01-07pccard: Remove bt3c(4) driverWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik