Linux wireless drivers development
 help / color / mirror / Atom feed
From: Gustavo Padovan <padovan@profusion.mobi>
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 2011-09-22
Date: Thu, 22 Sep 2011 17:47:39 -0300	[thread overview]
Message-ID: <20110922204739.GA2673@joana> (raw)

Hi John,

Here are a bunch of patches for 3.2. The biggest changes are for Bluetooth Low
Energy. The rest are mostly bugfixes and cleanups, except a simple
optimization on our scheduler and improvements to the Management Interface.

Please pull, or let me know any problems.

	Gustavo

The following changes since commit da3ba88a9996cd64c6768bed5727e02da81e2c8d:

  rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros. (2011-09-20 14:43:50 -0400)

are available in the git repository at:
  git://github.com/padovan/bluetooth-next.git master

Anderson Briglia (1):
      Bluetooth: Fix wrong memcpy size on LE start encryption

Andre Guedes (2):
      Bluetooth: Reduce critical region.
      Bluetooth: Check 'dev_class' in mgmt_device_found()

Antti Julku (2):
      Bluetooth: Add mgmt command for fast connectable mode
      Bluetooth: Add mgmt events for blacklisting

David Herrmann (1):
      Bluetooth: hidp: Add support for NO_INIT_REPORTS quirk

Luiz Augusto von Dentz (2):
      Bluetooth: make use of connection number to optimize the scheduler
      Bluetooth: mark l2cap_create_iframe_pdu as static

Peter Hurley (1):
      Bluetooth: Add LE link type for debugfs output

Vinicius Costa Gomes (15):
      Bluetooth: Reset the security timer when a command is queued
      Bluetooth: Add a flag to indicate that SMP is going on
      Bluetooth: Use the same timeouts for both ACL and LE links
      Bluetooth: Add support for pairing via mgmt over LE
      Bluetooth: Add support for running SMP without a socket
      Bluetooth: Add link_type information to the mgmt Connected event
      Bluetooth: Move SMP fields to a separate structure
      Bluetooth: Move SMP crypto functions to a workqueue
      Bluetooth: Require authentication if MITM protection is requested
      Bluetooth: Use the MEDIUM security level for pairings
      Bluetooth: Fix sending wrong authentication requirements
      Bluetooth: Use the LTK after receiving a LE Security Request
      Revert "Bluetooth: Add support for communicating keys with userspace"
      Bluetooth: Fix not setting a pending security level
      Bluetooth: Remove support for other SMP keys than the LTK

 include/net/bluetooth/hci.h      |   10 +
 include/net/bluetooth/hci_core.h |   25 ++-
 include/net/bluetooth/l2cap.h    |    8 +-
 include/net/bluetooth/mgmt.h     |   16 ++
 include/net/bluetooth/smp.h      |   17 ++
 net/bluetooth/hci_conn.c         |    2 +-
 net/bluetooth/hci_core.c         |   57 ++---
 net/bluetooth/hci_event.c        |   16 +-
 net/bluetooth/hci_sock.c         |   18 ++-
 net/bluetooth/hci_sysfs.c        |    2 +
 net/bluetooth/hidp/core.c        |    3 +
 net/bluetooth/l2cap_core.c       |   18 ++-
 net/bluetooth/mgmt.c             |  212 ++++++++++++++------
 net/bluetooth/smp.c              |  421 +++++++++++++++++++++++---------------
 14 files changed, 538 insertions(+), 287 deletions(-)


                 reply	other threads:[~2011-09-22 20:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20110922204739.GA2673@joana \
    --to=padovan@profusion.mobi \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox