linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-14 22:04:24 to 2011-12-20 02:58:48 UTC [more...]

[PATCH cover letter] Bluetooth: Revert: Fix L2CAP connection 
 2011-12-20  2:58 UTC  (5+ messages)
  ` [REGRESSION] 3.2.0-rc3 Bluetooth L2CAP Linux to Linux rfcomm fails

RFC: GATT server multi-adapter support
 2011-12-19 18:13 UTC  (21+ messages)
` [PATCH 01/11] attrib-server: Initial steps to provide multi-adapter GATT server support
  ` [PATCH 02/11] attrib-server: Register GATT SDP record per each adapter
    ` [PATCH 03/11] attrib-server: Add attributes in adapter database
      ` [PATCH 04/11] attrib-server: Attach attrib_channel in adapter clients list
        ` [PATCH 05/11] attrib-server: Remove global client list
          ` [PATCH 06/11] attrib-server: Remove global le_io variable
            ` [PATCH 07/11] attrib-server: Attah gatt channels to a adapters
              ` [PATCH 08/11] attrib-server: Remove global database list
                ` [PATCH 09/11] attrib-server: Mark attrib_channel_detach as deprecated
                  ` [PATCH 10/11] attrib-server: Remove attrib_server_exit/attrib_server_exit functions
                    ` [PATCH 11/11] gatt-example: Use adapter driver to register GATT attributes

[PATCHv3 0/5] Rebased AMP initialization patches
 2011-12-19 15:33 UTC  (7+ messages)
` [PATCHv3 1/5] Bluetooth: Split ctrl init to BREDR and AMP parts
` [PATCHv3 2/5] Bluetooth: Initialize default flow control mode
` [PATCHv3 3/5] Bluetooth: Check for "
` [PATCHv3 4/5] Bluetooth: Clean up magic pointers
` [PATCHv3 5/5] Bluetooth: Correct packet len calculation

[PATCH] Bluetooth: Remove magic numbers from le scan cmd
 2011-12-19 14:14 UTC 

[RFC 00/22] Bluetooth: change tasklets to workqueue
 2011-12-19 13:53 UTC  (33+ messages)
` [RFC 01/22] Bluetooth: Process recv path in a workqueue instead of a tasklet
  ` [RFC 02/22] Bluetooth: Replace spin_lock by mutex in hci_dev
    ` [RFC 03/22] Bluetooth: Use delayed_work for connection timeout
      ` [RFC 04/22] Bluetooth: Use delayed work for advertisiment cache timeout
        ` [RFC 05/22] Bluetooth: hci_conn_auto_accept() doesn't need locking
          ` [RFC 06/22] Bluetooth: Move L2CAP timers to workqueue
            ` [RFC 07/22] Bluetooth: Don't use spin_lock socket lock anymore
              ` [RFC 08/22] Bluetooth: Remove sk_backlog usage from L2CAP
                ` [RFC 09/22] Bluetooth: move hci_task_lock to mutex
                  ` [RFC 10/22] Bluetooth: convert chan_lock "
                    ` [RFC 11/22] Bluetooth: Use RCU to manipulate chan_list
                      ` [RFC 12/22] Bluetooth: convert conn hash to RCU
                        ` [RFC 13/22] Bluetooth: Don't disable tasklets to call hdev->notify()
                          ` [RFC 14/22] Bluetooth: Move command task to workqueue
                            ` [RFC 15/22] Bluetooth: convert tx_task "
                              ` [RFC 16/22] Bluetooth: convert info timer to delayed_work
                                ` [RFC 17/22] Bluetooth: remove power_on work_struct
                                  ` [RFC 18/22] Bluetooth: invert locking order in connect path
                                    ` [RFC 19/22] Bluetooth: Change l2cap chan_list to use RCU
                                      ` [RFC 20/22] Bluetooth: move power_off to system workqueue
                                        ` [RFC 21/22] Bluetooth: Use new alloc_workqueue()
                                          ` [RFC 22/22] Bluetooth: Remove work_add and work_del from hci_sysfs

pull request: bluetooth-next 2011-12-19
 2011-12-19 13:49 UTC 

pull request: bluetooth 2011-12-19
 2011-12-19 13:35 UTC 

[PATCH 1/3] Bluetooth: Add missing confirm_name field to mgmt_ev_device_found
 2011-12-19 13:30 UTC  (4+ messages)
` [PATCH 2/3] Bluetooth: Fix mgmt_(block,unblock)_device opcodes
` [PATCH 3/3] Bluetooth: Add missing mgmt_confirm_name command definition

[PATCH] Bluetooth: Incorrect address while storing LTK
 2011-12-19  6:27 UTC 

[PATCH] Bluetooth: btmrvl: support Marvell Bluetooth device SD8797
 2011-12-19  1:28 UTC  (4+ messages)
  ` Bluetooth: btusb: urb->interval speed check in btusb_submit_isoc_urb()

[PATCHv2] Bluetooth: Prevent uninitialized data access in L2CAP configuration
 2011-12-19  0:22 UTC  (3+ messages)

[PATCH] Bluetooth: Incoming ACL packets do not force active mode
 2011-12-18 23:57 UTC  (2+ messages)

[PATCHv1 0/6] Implement basic HCI block-based flow control
 2011-12-18 23:55 UTC  (4+ messages)
` [PATCHv1 3/6] Bluetooth: Check for flow control mode

[RFCv2 0/6] Implement basic HCI block-based flow control
 2011-12-18 23:40 UTC  (7+ messages)
` [RFCv2 1/6] Bluetooth: Add HCI Read Data Block Size function
` [RFCv2 2/6] Bluetooth: Simplify num_comp_pkts_evt function
` [RFCv2 3/6] Bluetooth: Check for flow control mode

[PATCH] Race condition between RFCOMM and L2CAP
 2011-12-18 23:33 UTC  (3+ messages)
` [PATCH] Bluetooth: Fix race "

[PATCH 0/2] Fix usage of sk_sndtimeo value in l2cap
 2011-12-18 23:31 UTC  (3+ messages)
` [PATCH 2/2] Bluetooth: Fix usage of sk_sndtimeo value

Workqueue patches merged
 2011-12-18 23:30 UTC 

[PATCH 0/7 v2] Update mgmt interface to latest specification
 2011-12-18 19:45 UTC  (12+ messages)
` [PATCH 1/7 v2] Bluetooth: Update mgmt_read_info and related mgmt messages
` [PATCH 2/7 v2] Bluetooth: Move mgmt_set_fast_connectable to the right location
` [PATCH 3/7 v2] Bluetooth: Remove mgmt_set_service_cache
` [PATCH 4/7 v2] Bluetooth: Move EIR and CoD update functions to a better position
` [PATCH 5/7 v2] Bluetooth: Add timer for automatically disabling the service cache
` [PATCH 6/7 v2] Bluetooth: Update ordering and opcodes of mgmt messages
` [PATCH 7/7 v2] Bluetooth: Use correct struct for user_confirm_neg_reply

LE SM Testing
 2011-12-18 17:16 UTC  (2+ messages)

[PATCH obexd 1/3] gobex: add defines for possible values of SRM header
 2011-12-17 10:17 UTC  (3+ messages)
` [PATCH obexd 2/3] gobex: add defines for possible values of SRMP header
` [PATCH obexd 3/3] gobex: reduce duplicated code in g_obex_put_req

[RFC v5 0/8] Add org.bluez.Telephony interface
 2011-12-17 10:15 UTC  (9+ messages)
` [RFC v5 1/8] audio: Move tel drivers to DBus interface

[PATCH 0/7] MGMT Start Discovery command LE-Only Support
 2011-12-17  1:04 UTC  (13+ messages)
` [PATCH 5/7] Bluetooth: LE scan infra-structure
        ` Does it make sense to have the hdev workqueue serialized?
          ` Changes to workqueues (was: Does it make sense to have the hdev workqueue serialized?)

[PATCH 0/2] Bug fixes for RFCOMM and L2CAP
 2011-12-16 23:58 UTC  (2+ messages)

[RFC 0/1] Bluetooth: Add LE Data signing smp_sign_pkt()
 2011-12-16 22:40 UTC  (2+ messages)
` [RFC 1/1] "

[RFC] media: assertion to check that transport exists
 2011-12-16 17:45 UTC  (5+ messages)

[PATCH obexd 1/3] client: Fix opening file in obc_transfer_get
 2011-12-16 14:23 UTC  (4+ messages)
` [PATCH obexd 2/3] client: Add file flexibility for GET
` [PATCH obexd 3/3] map: Add basic GetMessage support

[PATCH] Correct structures for AMP Assoc Read
 2011-12-16  8:14 UTC  (3+ messages)

[PATCH 0/7] Update mgmt interface to latest specification
 2011-12-16  6:26 UTC  (20+ messages)
` [PATCH 1/7] Bluetooth: Update mgmt_read_info and related mgmt messages
` [PATCH 2/7] Bluetooth: Move mgmt_set_fast_connectable to the right location
` [PATCH 3/7] Bluetooth: Remove mgmt_set_service_cache
` [PATCH 4/7] Bluetooth: Move EIR and CoD update functions to a better position
` [PATCH 5/7] Bluetooth: Add timer for automatically disabling the service cache
` [PATCH 6/7] Bluetooth: Update ordering and opcodes of mgmt messages
` [PATCH 7/7] Bluetooth: Use correct struct for user_confirm_neg_reply

dbus-send command
 2011-12-16  6:11 UTC 

Identity resolution and Data signing in SMP
 2011-12-16  4:56 UTC  (2+ messages)

[PATCH BlueZ 1/5] Add support for getting the Encryption Key Size via btio
 2011-12-15 19:18 UTC  (3+ messages)

[RFC BlueZ]Proximity Monitor: Immediate Alert Timeout
 2011-12-15 18:07 UTC  (7+ messages)

[PATCHv3] mgmt: Add support for Passkey handling
 2011-12-15 14:22 UTC  (2+ messages)

[PATCH 1/4] hdp.c: Delay ChannelConnected signal
 2011-12-15 14:15 UTC  (5+ messages)
` [PATCH 2/4] mcap_sync.c: Fix include paths

[PATCHv2] mgmt: Add support for Passkey handling
 2011-12-15 14:10 UTC  (9+ messages)

[PATCH obexd] map: Fix dbus call after method rename
 2011-12-15 13:30 UTC  (3+ messages)

[PATCH] mcap_sync: fix import statements
 2011-12-15 13:19 UTC 

AVRCP
 2011-12-15 13:12 UTC  (3+ messages)

[PATCH obexd 1/4] Add support for SetFolder in MAP client
 2011-12-15 12:45 UTC  (11+ messages)
` [PATCH obexd 4/4] Add support for PullMessagesListing "

[PATCH 0/4] Minor audio-related fixes
 2011-12-15 11:51 UTC  (9+ messages)
` [PATCH 1/4] audio: remove unnecessary method call
` [PATCH 2/4] audio: gateway_unlock together with in_use = FALSE
` [PATCH 3/4] a2dp: return NotSupported error if no server found
` [PATCH 4/4] audio: do not disconnect on gateway SCO failure

[PATCH v1] mgmt: Add support for Passkey handling
 2011-12-15 11:37 UTC  (3+ messages)

[PATCH obexd] gobex: fix transfer search in transfer_complete
 2011-12-15 11:33 UTC  (2+ messages)

[PATCH] att.h: Add client characteristic configuration bit fields
 2011-12-15 11:29 UTC  (2+ messages)

Health Thermometer Profile patches
 2011-12-15 11:29 UTC  (2+ messages)

AVRCP metadata
 2011-12-15 11:08 UTC 

[RFCv0] Bluetooth: General HCI callback implementation
 2011-12-15  9:40 UTC  (4+ messages)

[RFCv2 1/2] Bluetooth: General HCI callback implementation
 2011-12-15  9:31 UTC  (2+ messages)
` [RFCv2 2/2] Bluetooth: Process HCI callbacks in a workqueue


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).