| Age | Commit message (Expand) | Author |
| 2010-01-04 | prevent local socket address from being changed after socket is | plunky |
| 2010-01-03 | when receiving a MCC PN response, the max frame size that the remote | plunky |
| 2009-11-22 | more s/the the/the/ | mbalmer |
| 2009-09-25 | When the special L2CAP_PSM_ANY value is used for listening sockets, | plunky |
| 2009-09-24 | Only accept incoming ACL connections when there is potential | plunky |
| 2009-09-13 | Wipe out the last vestiges of POOL_INIT with one swift stroke. In | pooka |
| 2009-09-12 | slight reordering, plus only deal with ACL links | plunky |
| 2009-09-11 | add feature bits from 3.0 specification | plunky |
| 2009-09-01 | update/correct specification IDs according to recently published | plunky |
| 2009-08-24 | add devices seen in "Extended Inquiry Result" to the cache | plunky |
| 2009-08-20 | add a per-unit master setting, to control requesting the master role | plunky |
| 2009-08-10 | reduce the number of KAUTH_DEVICE_BLUETOOTH_SEND/RECV requests | plunky |
| 2009-08-10 | remove last usage of KAUTH_ISSUSER in bluetooth code by adding | plunky |
| 2009-05-14 | add const to unchanged argument | plunky |
| 2009-05-03 | Add a bluetooth action to the device scope and use it in netbt as a | elad |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-08-05 | adjust message for previous change | plunky |
| 2008-08-05 | drop packets that exceed the negotiated MTU | plunky |
| 2008-06-26 | do not hold bt_lock while detaching bthub, as devices may need to aquire | plunky |
| 2008-04-29 | PRU_CONTROL: acquire bt_lock manually. | ad |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-03-17 | move the updating of num_cmd_pkts to its own function, mostly so that | plunky |
| 2008-03-16 | we always know the bdaddr and type of a link when creating it, so | plunky |
| 2008-03-16 | insert new links at the tail of the queue so that if a create_connection | plunky |
| 2008-03-06 | a "Create Connection" command can sometimes fail to start for whatever | plunky |
| 2008-02-10 | add HCI definitions from the Bluetooth 2.1 spec | plunky |
| 2008-01-31 | do not destroy session callout until the session is definitely finished | plunky |
| 2007-12-30 | request and keep a mask of supported commands per unit in order | plunky |
| 2007-12-29 | remove unused def for btr_uclass | plunky |
| 2007-11-28 | [experimentally] report failing commands | plunky |
| 2007-11-28 | Clean up the way that bluetooth drivers attach to the bluetooth stack, | plunky |
| 2007-11-20 | allow listening to channel RFCOMM_CHANNEL_ANY, which means that | plunky |
| 2007-11-20 | when listening, don't attach to the 'any' address unless | plunky |
| 2007-11-20 | don't explicitly list unused and NULL entries in the domain declaration | plunky |
| 2007-11-12 | include <sys/device.h> for device_t | plunky |
| 2007-11-10 | use more device_t and device_xxx() accessors | plunky |
| 2007-11-10 | 'struct device *' -> 'device-t' | plunky |
| 2007-11-03 | struct callout => callout_t | plunky |
| 2007-11-03 | "struct callout" -> callout_t | plunky |
| 2007-11-02 | constify hci_devname | plunky |
| 2007-10-15 | for PRU_ATTACH, we should make sure that so_pcb is not allocated when | plunky |
| 2007-10-08 | Use the softint API. | ad |
| 2007-09-17 | Macros that are meant for statements (instead of expressions) SHALL | rillig |
| 2007-09-16 | improve memo taking of known bluetooth devices | plunky |
| 2007-09-07 | add event processing for "Inquiry result with RSSI", and modify the memo | plunky |
| 2007-09-07 | adjust typedef name for consistency with other parts, since hci_rssi_response | plunky |
| 2007-07-19 | not necessary to cast to (void *) (from caddr_t removal) | plunky |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-16 | use the sizeof the header, not the pointer to the header | plunky |