aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-267-32/+42
* avoid holding PCB mutex during copyin/copyout()Maksim Yevmenkin2019-08-302-89/+154
* Use MTX_NEW instead of bzero().Xin LI2019-08-211-2/+1
* Fix a panic in ubt_do_hci_request.Xin LI2019-08-211-0/+1
* ng_ubt(4): do not attach Intel Wireless 8260/8265 in bootloader mode.Vladimir Kondratyev2019-08-183-2/+322
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2750-0/+100
* Listening sockets improvements.Gleb Smirnoff2017-06-083-58/+19
* Make cached Bluetooth LE host advertise information visible from userland.Takanori Watanabe2017-04-276-15/+53
* Disconnect LE socket when the HCI connection associated is disconnected.Takanori Watanabe2016-06-073-3/+10
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-2911-21/+21
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-3/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeGleb Smirnoff2016-01-081-2/+2
* - grab ng_btsocket_l2cap_sockets_mtx lock inMaksim Yevmenkin2015-12-231-0/+8
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-112-7/+9
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-6/+6
* Fix encryption error handling.Takanori Watanabe2015-11-072-4/+10
* Bluetooth LE Security Management channel support.Takanori Watanabe2015-10-2716-52/+320
* Fix rfcomm_sppd regression I could reproduced.Takanori Watanabe2015-07-072-1/+5
* Forgot to add default event mask definition.Takanori Watanabe2015-04-181-0/+3
* Initial Bluetooth LE support.Takanori Watanabe2015-04-0723-172/+1503
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-062-8/+4
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-123-6/+5
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Use callout(9) instead of timeout(9).John Baldwin2014-09-204-17/+12
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-192-3/+0
* PF_BLUETOOTH protocols: skip initialization of non-virtualized globalsMikolaj Golub2014-06-105-0/+27
* Be much more specific (and correct) about the device id matching.Adrian Chadd2014-01-091-16/+16
* Add support for the BCM20702A0 chipset, ASUS USB-BT400.Eitan Adler2013-09-011-0/+1
* Sync USB bluetooth product list with Linux.Hans Petter Selasky2013-08-311-0/+60
* PR: kern/168520Craig Rodrigues2013-07-151-9/+1
* PR: 168520 170096Craig Rodrigues2013-07-151-1/+3
* PR: kern/168520Craig Rodrigues2013-07-121-1/+9
* Fix several typosEitan Adler2013-05-121-1/+1
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1