All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: Bluetooth patches for 2.6.27 merge window
Date: Thu, 17 Jul 2008 12:00:48 +0200	[thread overview]
Message-ID: <1216288848.22564.5.camel@violet.holtmann.net> (raw)

Hi Dave,

these are the Bluetooth core updates for 2.6.27 kernel release. The
majority of changes is to support the Simple Pairing that has been
introduced with the Bluetooth 2.1 specification. Even older devices
benefit from these security enhancements.

Regards

Marcel


Please pull from

    git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git

This will update the following files:

 fs/compat_ioctl.c                 |    1 +
 include/net/bluetooth/bluetooth.h |    1 +
 include/net/bluetooth/hci.h       |   68 +++++-
 include/net/bluetooth/hci_core.h  |   19 +-
 include/net/bluetooth/rfcomm.h    |    2 +
 net/bluetooth/af_bluetooth.c      |   53 ++++-
 net/bluetooth/bnep/core.c         |    5 +
 net/bluetooth/hci_conn.c          |   96 ++++++--
 net/bluetooth/hci_core.c          |   42 ++-
 net/bluetooth/hci_event.c         |  512 ++++++++++++++++++++++++++++++++-----
 net/bluetooth/hci_sock.c          |   18 +-
 net/bluetooth/hci_sysfs.c         |   31 ++-
 net/bluetooth/hidp/core.c         |   10 +
 net/bluetooth/l2cap.c             |  337 +++++++++++++++++--------
 net/bluetooth/rfcomm/core.c       |   92 +++++---
 net/bluetooth/rfcomm/sock.c       |   23 ++-
 net/bluetooth/rfcomm/tty.c        |   59 +++++-
 net/bluetooth/sco.c               |   14 +-
 18 files changed, 1112 insertions(+), 271 deletions(-)

through these ChangeSets:

Marcel Holtmann (26):
    [Bluetooth] Change retrieval of L2CAP features mask
    [Bluetooth] Enforce security for outgoing RFCOMM connections
    [Bluetooth] Disconnect when encryption gets disabled
    [Bluetooth] Update authentication status after successful encryption
    [Bluetooth] Support the case when headset falls back to SCO link
    [Bluetooth] Track connection packet type changes
    [Bluetooth] Make use of the default link policy settings
    [Bluetooth] Some cleanups for HCI event handling
    [Bluetooth] Update class of device value whenever possible
    [Bluetooth] Disable disconnect timer during Simple Pairing
    [Bluetooth] Track status of Simple Pairing mode
    [Bluetooth] Track status of remote Simple Pairing mode
    [Bluetooth] Export remote Simple Pairing mode via sysfs
    [Bluetooth] Use ACL config stage to retrieve remote features
    [Bluetooth] Initiate authentication during connection establishment
    [Bluetooth] Export details about authentication requirements
    [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO
    [Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctls
    [Bluetooth] Use a more unique bus name for connections
    [Bluetooth] Update Bluetooth core version number
    [Bluetooth] Use non-canonical TTY by default for RFCOMM
    [Bluetooth] Store remote modem status for RFCOMM TTY
    [Bluetooth] Move pending packets from RFCOMM socket to TTY
    [Bluetooth] Signal user-space for HIDP and BNEP socket errors
    [Bluetooth] Add option to disable eSCO connection creation
    [Bluetooth] Allow security for outgoing L2CAP connections




             reply	other threads:[~2008-07-17 10:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-17 10:00 Marcel Holtmann [this message]
2008-07-19  7:39 ` Bluetooth patches for 2.6.27 merge window David Miller

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=1216288848.22564.5.camel@violet.holtmann.net \
    --to=marcel@holtmann.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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.