summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Disconnect LE socket when the HCI connection associated is disconnected.takawata2016-06-073-3/+10
* sys/netgraph: spelling fixes in comments.pfg2016-04-2911-21/+21
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-3/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeglebius2016-01-081-2/+2
* - grab ng_btsocket_l2cap_sockets_mtx lock inemax2015-12-231-0/+8
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-112-7/+9
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-6/+6
* Fix encryption error handling.takawata2015-11-072-4/+10
* Bluetooth LE Security Management channel support.takawata2015-10-2716-52/+320
* Fix rfcomm_sppd regression I could reproduced.takawata2015-07-072-1/+5
* Forgot to add default event mask definition.takawata2015-04-181-0/+3
* Initial Bluetooth LE support.takawata2015-04-0723-172/+1503
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-062-8/+4
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-123-6/+5
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* Use callout(9) instead of timeout(9).jhb2014-09-204-17/+12
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-192-3/+0
* PF_BLUETOOTH protocols: skip initialization of non-virtualized globalstrociny2014-06-105-0/+27
* Be much more specific (and correct) about the device id matching.adrian2014-01-091-16/+16
* Add support for the BCM20702A0 chipset, ASUS USB-BT400.eadler2013-09-011-0/+1
* Sync USB bluetooth product list with Linux.hselasky2013-08-311-0/+60
* PR: kern/168520rodrigc2013-07-151-9/+1
* PR: 168520 170096rodrigc2013-07-151-1/+3
* PR: kern/168520rodrigc2013-07-121-1/+9
* Fix several typoseadler2013-05-121-1/+1
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Add blacklist entries for Atheros bluetooth device IDs that are known toadrian2013-04-051-0/+33
* Use DEVMETHOD_END, as suggested by hselasky@.rakuco2012-12-261-1/+1
* Use the correct USB interface macros instead of USB_IF_CSI.rakuco2012-12-261-1/+3
* Add vendor IDs for Broadcom USB dongles (BCM20702).glebius2012-12-261-0/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0515-46/+46
* The USB Bluetooth driver should only grab its own interfaces. This allows thehselasky2012-09-301-4/+16
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-6/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-075-5/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-075-6/+6
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-242-3/+3
* usb: fix a missed use of use_generic in r222051avg2011-05-181-4/+5
* Node constructor methods are supposed to be called in syscallglebius2011-04-182-8/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-163-3/+21
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-126-21/+21
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-112-2/+0
* Fix typoemax2010-08-021-1/+1
* Get those pesky RFCOMM RPM data bits right. This is likely a noop.emax2009-09-101-2/+2
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-3/+4
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-232-106/+172
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-152-52/+52
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-14/+9
OpenPOWER on IntegriCloud