linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-15 12:20:14 to 2012-02-20 12:17:29 UTC [more...]

[RFCv5 00/16] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-20 12:17 UTC  (21+ messages)
` [RFCv5 01/16] Bluetooth: trivial: Fix long line
` [RFCv5 02/16] Bluetooth: Revert to mutexes from RCU list
` [RFCv5 03/16] Bluetooth: Lock chan list when deleting chan
` [RFCv5 04/16] Bluetooth: Do not use sk lock in get_chan functions
` [RFCv5 05/16] Bluetooth: Add l2cap_chan_lock
` [RFCv5 06/16] Bluetooth: Add locked and unlocked state_change
` [RFCv5 07/16] Bluetooth: Add socket error function
` [RFCv5 08/16] Bluetooth: Add unlocked __l2cap_chan_add function
` [RFCv5 09/16] Bluetooth: Use chan lock in timers
` [RFCv5 10/16] Bluetooth: Use chan lock in L2CAP sig commands
` [RFCv5 11/16] Bluetooth: Use chan lock in L2CAP conn start
` [RFCv5 12/16] Bluetooth: Use chan lock in receiving data
` [RFCv5 13/16] Bluetooth: Change locking logic for conn/chan ready
` [RFCv5 14/16] Bluetooth: Change locking logic in security_cfm
` [RFCv5 15/16] Bluetooth: Use l2cap chan lock in socket connect
` [RFCv5 16/16] Bluetooth: Remove socket lock check

[PATCH] Bluetooth: Remove HCI notifier handling
 2012-02-20 12:10 UTC 

[PATCH 1/8] Bluetooth: Use GFP_KERNEL for HCI socket allocations
 2012-02-20 11:50 UTC  (2+ messages)

[PATCH 8/8] Bluetooth: Fix issue with shared SKB between HCI raw socket and driver
 2012-02-20 10:58 UTC 

[PATCH 7/8] Bluetooth: Simplify HCI socket bind handling
 2012-02-20 10:58 UTC 

[PATCH 6/8] Bluetooth: Add HCI CMSG details only to raw sockets
 2012-02-20 10:58 UTC 

[PATCH 5/8] Bluetooth: Lock socket when reading HCI socket options
 2012-02-20 10:58 UTC 

[PATCH 4/8] Bluetooth: Limit HCI raw socket options to actual raw sockets
 2012-02-20 10:58 UTC 

[PATCH 3/8] Bluetooth: Remove unneeded bt_cb(skb)->channel variable
 2012-02-20 10:58 UTC 

[PATCH 2/8] Bluetooth: Split sending for HCI raw and control sockets
 2012-02-20 10:58 UTC 

Heart Rate Profile v.2
 2012-02-20  9:54 UTC  (2+ messages)
` [PATCH] Heart Rate Profile API

RFC Heart Rate API
 2012-02-20  9:54 UTC  (4+ messages)
` [PATCH] Heart Rate Profile API

[PATCH obexd 1/8] core: Fix queueing packet containing error while suspended
 2012-02-19 22:19 UTC  (9+ messages)
` [PATCH obexd 2/8] gobex: Translate posix error code to proper OBEX response opcode
` [PATCH obexd 3/8] core: Make use of g_obex_errno_to_rsp to translate posix errors
` [PATCH obexd 4/8] gobex: Use ENOSYS to correspond to OBEX not implemented
` [PATCH obexd 5/8] core: Use ENOSYS to indicate not implemented function
` [PATCH obexd 6/8] ftp: "
` [PATCH obexd 7/8] core: "
` [PATCH obexd 8/8] map: "

[RFC v2 0/4] MGMT Start Discovery interleaved support
 2012-02-19 13:13 UTC  (8+ messages)
` [RFC v2 1/4] Bluetooth: Prepare start_discovery
` [RFC v2 2/4] Bluetooth: Track discovery type
` [RFC v2 3/4] Bluetooth: Merge INQUIRY and LE_SCAN discovery states
` [RFC v2 4/4] Bluetooth: Interleaved discovery support

[PATCH] Bluetooth: Fix hci_connect error return values
 2012-02-19 12:13 UTC  (2+ messages)

[PATCH 1/6] Bluetooth: mgmt: Change ordering of cmd_status paramters
 2012-02-19 12:00 UTC  (12+ messages)
` [PATCH 2/6] Bluetooth: mgmt: Move status parameters into the cmd_complete header
` [PATCH 3/6] Bluetooth: mgmt: Fix Pair Device response status values
` [PATCH 4/6] Bluetooth: mgmt: Fix Start Discovery return parameters
` [PATCH 5/6] Bluetooth: mgmt: Fix (Un)Block Device "
` [PATCH 6/6] Bluetooth: mgmt: Fix OOB command response parameters

[PATCH] Bluetooth: Set DISCOVERY_STOPPED if controller resets
 2012-02-18  6:38 UTC  (2+ messages)

ath3k: asus bluetooth dongle won't work
 2012-02-17 19:22 UTC  (6+ messages)

[PATCH] Bluetooth: Drop frames without F-bit set when in WAIT_F state
 2012-02-17 19:11 UTC  (5+ messages)

[PATCH V2 0/3] bluetooth: Shrink object size, use current logging style
 2012-02-17 18:12 UTC  (10+ messages)
` [PATCH V2 1/3] bluetooth: Add logging functions bt_info and bt_err
` [PATCH V2 2/3] bluetooth: Convert BT_ERR/BT_INFO to bt_err/bt_info
` [PATCH V2 3/3] bluetooth: Convert BT_DBG to pr_debug

[RFC 0/4] MGMT Start Discovery interleaved support
 2012-02-17 16:03 UTC  (19+ messages)
` [RFC 1/4] Bluetooth: Prepare start_discovery
` [RFC 2/4] Bluetooth: Track discovery type
` [RFC 3/4] Bluetooth: Merge INQUIRY and LE_SCAN discovery states
` [RFC 4/4] Bluetooth: Interleaved discovery support

Using a headset: alsa says connection refused?
 2012-02-17 15:42 UTC 

[PATCH BlueZ] audio: Fix signature of MediaTransport.Acquire method
 2012-02-17 14:43 UTC  (2+ messages)

[PATCH obexd v4 0/6] Several minor fixes
 2012-02-17 14:27 UTC  (8+ messages)
` [PATCH obexd v4 1/6] client: fix memory leak in obc_session_put
` [PATCH obexd v4 2/6] client: fix unreported error case
` [PATCH obexd v4 3/6] client: fix incorrect error check
` [PATCH obexd v4 4/6] client: fix pbap select when same path given twice
` [PATCH obexd v4 5/6] client: queue transfers in ftp sessions
` [PATCH obexd v4 6/6] client: queue transfers in pbap sessions

[RFC obexd 1/3] core: Fix queueing packet containing error while suspended
 2012-02-17 13:11 UTC  (3+ messages)
` [RFC obexd 2/3] gobex: Translate posix error code to proper OBEX response opcode
` [RFC obexd 3/3] core: Make use of g_obex_errno2rsp to translate posix errors

[PATCH 1/3] Bluetooth: mgmt: Add address type to link key messages
 2012-02-17 12:35 UTC  (6+ messages)
` [PATCH 2/3] Bluetooth: mgmt: Add address type to PIN code messages
` [PATCH 3/3] Bluetooth: mgmt: Add address type to confirm name command

Handsfree Agent not registered
 2012-02-17 11:15 UTC 

[PATCH hcidump 1/2] L2CAP: add OBEX support
 2012-02-17 11:06 UTC  (3+ messages)
` [PATCH hcidump 2/2] core: Add support for passing PSM as OBEX port

[PATCHv2 0/3] Ease debugging patches
 2012-02-17 11:03 UTC  (8+ messages)
` [PATCHv2 1/3] Bluetooth: Move scope of state_to_string
` [PATCHv2 2/3] Bluetooth: Use symbolic names for state in debug
` [PATCHv2 3/3] Bluetooth: Prefix hex numbers with object name

[PATCH obexd v3 0/6] Several minor fixes
 2012-02-17  9:56 UTC  (10+ messages)
` [PATCH obexd v3 1/6] client: fix memory leak in obc_session_put
` [PATCH obexd v3 2/6] client: fix unreported error case
` [PATCH obexd v3 3/6] client: fix incorrect error check
` [PATCH obexd v3 4/6] client: fix pbap select when same path given twice
` [PATCH obexd v3 5/6] client: queue transfers in ftp sessions
` [PATCH obexd v3 6/6] client: queue transfers in pbap sessions

[PATCH 1/2] Bluetooth: Move scope of state_to_string
 2012-02-17  9:30 UTC  (7+ messages)

Add Atheros maryann PIDVID support
 2012-02-17  9:08 UTC  (4+ messages)

[PATCH 0/2] bluetooth: logging cleanups and trivial object shrinking
 2012-02-17  8:58 UTC  (9+ messages)
` [PATCH 1/2] bluetooth: Use more current logging styles

[PATCH] LMP transaction collision at Set encryption
 2012-02-17  8:53 UTC  (4+ messages)

[PATCH 1/4] Bluetooth: Remove unused member from cmd_lookup struct
 2012-02-17  8:33 UTC  (9+ messages)
` [PATCH 2/4] Bluetooth: mgmt: Add support for Set Link Security command
` [PATCH 3/4] Bluetooth: mgmt: Implement Set SSP command
` [PATCH 4/4] Bluetooth: mgmt: Use more consistent error variable names

[PATCH 1/2 v2] Bluetooth: mgmt: Add support for Set Link Security command
 2012-02-16 23:39 UTC  (2+ messages)
` [PATCH 2/2 v2] Bluetooth: mgmt: Add support for Set SSP command

[PATCH] Bluetooth: Do not dereference zero sk
 2012-02-16 13:17 UTC  (3+ messages)

[PATCH BlueZ 1/3] thermometer: Fix device driver probe
 2012-02-16 13:13 UTC  (10+ messages)
` [PATCH BlueZ 2/3] thermometer: Fix handling of missing Temperature Type
` [PATCH v2 BlueZ 1/3] thermometer: Fix device driver probe
  ` [PATCH v2 BlueZ 2/3] thermometer: Fix handling of missing Temperature Type
  ` [PATCH v2 BlueZ 3/3] thermometer: Fix re-enabling notification/indication on reconnection

[PATCH BlueZ 0/4] GATT over LE reverse service discovery fixes
 2012-02-16 13:10 UTC  (2+ messages)

[PATCH obexd v2 0/6] Several minor fixes
 2012-02-16 13:07 UTC  (4+ messages)
` [PATCH obexd v2 2/6] client: fix unreported error case

No scan results when using internal laptop USB
 2012-02-16  0:59 UTC 

[RFC PATCHv2] autopair: add autopair plugin
 2012-02-15 19:18 UTC  (10+ messages)

[PATCH v4 0/5] Add parsing of BT 3.0+HS signals
 2012-02-15 19:04 UTC  (6+ messages)
` [PATCH v4 1/5] Add L2CAP Create/Move Channel definitions
` [PATCH v4 2/5] Add A2MP definitions
` [PATCH v4 3/5] Add parsing of L2CAP Create/Move Channel signals
` [PATCH v4 4/5] Add parsing of A2MP signals
` [PATCH v4 5/5] Minor indentation cleanup and fix display of physical link key

[RFCv4 00/16] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-15 17:26 UTC  (11+ messages)
` [RFCv4 02/16] Bluetooth: Revert to mutexes from RCU list

pull request: bluetooth 2012-02-15
 2012-02-15 15:21 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Fix discovery state machine
 2012-02-15 13:25 UTC  (5+ messages)
` [PATCH 2/2] Bluetooth: DISCOVERY_STOPPED state


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).