summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canemax2006-05-173-1/+75
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-017-39/+17
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-017-12/+12
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-6/+6
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-55/+31
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-304-6/+6
* Do not manually allocate/free device's softc structure.emax2005-10-261-14/+2
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-261-2/+2
* Catch up with new interrupt handling code.ru2005-10-261-3/+3
* Use new (inline) functions for calls into driver.phk2005-10-161-2/+1
* Fix commentemax2005-09-221-1/+1
* Finish last commit: actually remove compat methods from bt3c_pccard_methodsimp2005-09-221-7/+3
* Remove broken OLDCARD compat shims.imp2005-09-221-16/+4
* Fix dangling callout problem in the Bluetooth L2CAP code that leads toemax2005-08-313-5/+14
* Fix multiple typos in the mutex names. This fixes false positive (and prettyemax2005-08-231-4/+4
* Stop callout before freeing memory, so it won't panic from softclock.pjd2005-08-211-0/+4
* Before freeing memory, assert that there is no pending callout.pjd2005-08-211-0/+1
* Fix typo and check correct (rsp) pointer against the NULL value.emax2005-07-291-1/+1
* Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.emax2005-07-282-74/+74
* Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200).emax2005-07-191-0/+1
* Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears thatemax2005-07-181-1/+1
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-1/+1
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listemax2005-05-281-4/+6
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notemax2005-05-101-1/+1
* Change the embedded module name from "bluetooth" to "ng_bluetooth" to matchpeter2005-04-081-1/+1
* Correct typo that could cause FIFO overflow.emax2005-04-061-1/+1
* Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMMemax2005-04-061-1/+1
* In ng_btsocket_rfcomm_receive_frame() correctly set length variable whenemax2005-04-061-1/+1
* move ptr use down to after null checksam2005-02-261-3/+3
* In the current world order, solisten() implements the state transition ofrwatson2005-02-212-25/+46
* - Use ng_callout() instead of home-grown implementation.glebius2005-01-112-22/+4
* Make default RFCOMM session MTU match default L2CAP MTU.emax2005-01-111-3/+3
* /* -> /*- for license, minor formatting changesimp2005-01-0748-48/+144
* Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.emax2005-01-041-1/+1
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-012-15/+15
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theymlaier2004-11-301-1/+2
* Correct typo. Return ENXIO instead of EIO.emax2004-11-191-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-84/+48
* Fix kernel build (caused by recent ng_{un}timeout API change)emax2004-11-035-23/+23
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscemax2004-11-021-7/+9
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-184-0/+5
* Get rid of device nodes interface. It is useless and confusing.emax2004-10-122-532/+1
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.julian2004-08-201-6/+1
* Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)emax2004-08-101-7/+10
* MFp4: Last references to dev/usb/usbdevs.h converted.imp2004-06-272-2/+4
* Catch up with usbd_get_string_desc() change.le2004-06-261-1/+1
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-10/+1
* Add '#include <sys/mbuf.h>' to fix the kernel build.emax2004-06-251-0/+1
* Correct merge-o: make sure to unlock symmetrically socket bufferrwatson2004-06-181-2/+2
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+12
OpenPOWER on IntegriCloud