aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add blacklist entries for Atheros bluetooth device IDs that are known toAdrian Chadd2013-04-051-0/+33
* Use DEVMETHOD_END, as suggested by hselasky@.Raphael Kubo da Costa2012-12-261-1/+1
* Use the correct USB interface macros instead of USB_IF_CSI.Raphael Kubo da Costa2012-12-261-1/+3
* Add vendor IDs for Broadcom USB dongles (BCM20702).Gleb Smirnoff2012-12-261-0/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-0515-46/+46
* The USB Bluetooth driver should only grab its own interfaces. This allows theHans Petter Selasky2012-09-301-3/+15
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-6/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-075-5/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-075-6/+6
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-242-3/+3
* usb: fix a missed use of use_generic in r222051Andriy Gapon2011-05-181-4/+5
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-182-8/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-163-3/+21
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-126-21/+21
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-112-2/+0
* Fix typoMaksim Yevmenkin2010-08-021-1/+1
* Get those pesky RFCOMM RPM data bits right. This is likely a noop.Maksim Yevmenkin2009-09-101-2/+2
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-3/+4
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-232-106/+172
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-152-52/+52
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-14/+9