From: Gustavo Padovan <gustavo@padovan.org>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: pull request: bluetooth-next 2014-04-24
Date: Thu, 24 Apr 2014 12:27:09 -0300 [thread overview]
Message-ID: <20140424152709.GE7832@joana> (raw)
[-- Attachment #1: Type: text/plain, Size: 3462 bytes --]
Hi John,
Here goes some patches for the -next release. There is nothing really special
for this pull request, just a bunch of refactors, fixes and clean ups.
Please pull, or let me know of any problems! Thanks.
Gustavo
---
The following changes since commit e8b1ab9e6d30394e0df3e4f60bf56c4dc9bf0863:
Bluetooth: Fix returning peer address in pending connect state (2014-03-26 09:31:33 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream
for you to fetch changes up to 22e70786413ed05950207eda7be420c280b776d7:
Bluetooth: Remove hci_h4 unused defines (2014-04-24 11:55:26 -0300)
----------------------------------------------------------------
Andre Guedes (1):
Bluetooth: Use memdup_user in le_auto_conn_write()
Bing Zhao (2):
Bluetooth: btmrvl: separate write-to-clear function from interrupt handler
Bluetooth: btmrvl: implement read-to-clear for SD8897 interrupts
Johan Hedberg (15):
Bluetooth: Refactor advertising report processing into its own function
Bluetooth: Move local identity address setting to a central place
Bluetooth: Fix LE responder/initiator address setting
Bluetooth: Add error mapping for Directed Advertising Timeout
Bluetooth: Don't send device found events during passive scanning
Bluetooth: Add scan_rsp parameter to mgmt_device_found()
Bluetooth: Add directed advertising support through connect()
Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP together
Bluetooth: Remove redundant NULL check
Bluetooth: Fix line splitting of mgmt_device_found parameters
Bluetooth: Don't send device found events for duplicate reports
Bluetooth: Store also RSSI for pending advertising reports
Bluetooth: Fix RSSI value in device found event from disabling scan
Bluetooth: Remove unnecessary NULL check in hci_inquiry_cache_update
Bluetooth: Fix address in unmergeable device found events
Lukasz Rymanowski (3):
Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT
Bluetooth: Add new debugfs parameter
Bluetooth: Keep msec in DISCOV_LE_TIMEOUT
Marcel Holtmann (1):
Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl command
Mikel Astiz (3):
Bluetooth: Refactor hci_get_auth_req()
Bluetooth: Refactor code for outgoing dedicated bonding
Bluetooth: Request MITM Protection when initiator
Petri Gynther (1):
Bluetooth: btmrvl: Fix btmrvl_send_module_cfg_cmd()
Poulain, Loic (1):
Bluetooth: Remove hci_h4 unused defines
Timo Mueller (1):
Bluetooth: Use MITM Protection when IO caps allow it
drivers/bluetooth/btmrvl_drv.h | 4 +-
drivers/bluetooth/btmrvl_main.c | 19 +++-
drivers/bluetooth/btmrvl_sdio.c | 103 ++++++++++++++++----
drivers/bluetooth/btmrvl_sdio.h | 3 +
drivers/bluetooth/hci_h4.c | 7 --
include/net/bluetooth/hci.h | 1 +
include/net/bluetooth/hci_core.h | 13 ++-
net/bluetooth/hci_conn.c | 81 ++++++++++++++--
net/bluetooth/hci_core.c | 20 ++--
net/bluetooth/hci_event.c | 246 +++++++++++++++++++++++++++++++++++------------
net/bluetooth/hci_sock.c | 11 +--
net/bluetooth/lib.c | 1 +
net/bluetooth/mgmt.c | 36 ++++---
13 files changed, 407 insertions(+), 138 deletions(-)
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2014-04-24 15:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-24 15:27 Gustavo Padovan [this message]
2014-04-30 15:58 ` pull request: bluetooth-next 2014-04-24 John W. Linville
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140424152709.GE7832@joana \
--to=gustavo@padovan.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.