All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: bluetooth-next 2013-02-01
@ 2013-02-01 17:40 Gustavo Padovan
  2013-02-01 17:54 ` Gustavo Padovan
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Padovan @ 2013-02-01 17:40 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, linux-bluetooth, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 4833 bytes --]

Hi John,

Here goes another batch intended for 3.9, the majority of the patch here are
from Johan who is fixing many issues in the management interface that have
appeared lately. The rest of the patches are just small improvements, fixes
and clean ups.

Please pull! Thanks a lot!

	Gustavo

---

wing changes since commit e7f767a7d9f809c494bfffffeda2bbdbfec110b4:

  mwifiex: use map/unmap APIs in TX and RX to reduce memcpy (2013-01-07 15:18:30 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next master

for you to fetch changes up to 6f02fc91b645ac909bec2d55ee1f345177282f37:

  Bluetooth: Refactor mgmt_pending_foreach (2013-02-01 14:49:24 -0200)

----------------------------------------------------------------
Andre Guedes (3):
      Bluetooth: Reduce critical section in sco_conn_ready
      Bluetooth: Remove unneeded locking
      Bluetooth: Refactor mgmt_pending_foreach

Andrei Emeltchenko (4):
      Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc write
      Bluetooth: AMP: Clean up logical link create / accept
      Bluetooth: AMP: Remove dead code
      Bluetooth: AMP: Use set_bit / test_bit for amp_mgr state

Gustavo Padovan (1):
      Bluetooth: Fix uuid output in debugfs

Johan Hedberg (36):
      Bluetooth: Fix missing command complete event for mgmt_confirm_name
      Bluetooth: Fix missing command complete for mgmt_load_long_term_keys
      Bluetooth: Fix checking for valid device class values
      Bluetooth: Fix accepting set_dev_class for non-BR/EDR controllers
      Bluetooth: Move non-critical sections outside of the dev lock
      Bluetooth: Fix checking for exact values of boolean mgmt parameters
      Bluetooth: Fix returning proper command status for start_discovery
      Bluetooth: Fix sending incorrect new_settings for mgmt_set_powered
      Bluetooth: Add a new workqueue for hci_request operations
      Bluetooth: Use req_workqueue for hci_request operations
      Bluetooth: Fix using system-global workqueue when not necessary
      Bluetooth: Fix Class of Device indication when powering off
      Bluetooth: Fix checking for correct mgmt_load_link_keys parameters
      Bluetooth: Fix returning proper mgmt status for Load LTKs
      Bluetooth: Fix checking for proper key->master value in Load LTKs
      Bluetooth: Refactor valid LTK data testing into its own function
      Bluetooth: Check for valid key->authenticated value for LTKs
      Bluetooth: Add helper functions for testing bdaddr types
      Bluetooth: Fix checking for valid address type values in mgmt commands
      Bluetooth: Fix checking for valid disconnect parameters in unpair_device
      Bluetooth: Fix returning proper cmd_complete for mgmt_disconnect
      Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblock
      Bluetooth: Add LE Local Features reading support
      Bluetooth: Add support for reading LE White List Size
      Bluetooth: Add support for reading LE supported states
      Bluetooth: Store UUIDs in the same order that they were added
      Bluetooth: Simplify UUIDs clearing code
      Bluetooth: Keep track of UUID type upon addition
      Bluetooth: Simplify UUID removal code
      Bluetooth: Simplify UUID16 list generation for EIR
      Bluetooth: Remove useless eir_len variable from EIR creation
      Bluetooth: Refactor UUID-16 list generation into its own function
      Bluetooth: Add support for 32-bit UUIDs in EIR data
      Bluetooth: Add support for 128-bit UUIDs in EIR data
      Bluetooth: Fix link security setting when powering on
      Bluetooth: Increment Management interface revision

Rami Rosen (2):
      Bluetooth: Remove unnecessary include l2cap.h
      Bluetooth: remove an unused variable in a header file

Szymon Janc (3):
      Bluetooth: mgmt: Remove not needed restriction on add/remove OOB data
      Bluetooth: mgmt: Avoid using magic number in status code
      Bluetooth: Fix pair device command reply if adapter is powered off

 include/net/bluetooth/a2mp.h      |   4 +-
 include/net/bluetooth/bluetooth.h |  23 ++
 include/net/bluetooth/hci.h       |  18 ++
 include/net/bluetooth/hci_core.h  |   5 +
 include/net/bluetooth/l2cap.h     |   1 -
 net/bluetooth/a2mp.c              |  42 +++-
 net/bluetooth/amp.c               |  25 +-
 net/bluetooth/bnep/core.c         |   1 -
 net/bluetooth/hci_core.c          |  30 ++-
 net/bluetooth/hci_event.c         |  64 +++++-
 net/bluetooth/hci_sysfs.c         |  22 +-
 net/bluetooth/l2cap_core.c        |   5 -
 net/bluetooth/mgmt.c              | 489 +++++++++++++++++++++++++++-------------
 net/bluetooth/sco.c               |  18 +-
 14 files changed, 525 insertions(+), 222 deletions(-)


[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pull request: bluetooth-next 2013-02-01
  2013-02-01 17:40 pull request: bluetooth-next 2013-02-01 Gustavo Padovan
@ 2013-02-01 17:54 ` Gustavo Padovan
  2013-02-01 19:22   ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Padovan @ 2013-02-01 17:54 UTC (permalink / raw)
  To: linville, linux-wireless, linux-bluetooth, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2175 bytes --]

Hi John,

* Gustavo Padovan <gustavo@padovan.org> [2013-02-01 15:40:19 -0200]:

> Hi John,
> 
> Here goes another batch intended for 3.9, the majority of the patch here are
> from Johan who is fixing many issues in the management interface that have
> appeared lately. The rest of the patches are just small improvements, fixes
> and clean ups.

I had a brain shutdown moment and forgot to rebase against wireless-next.
SO the pull request is actually much smaller.

Please pull!

	Gustavo

---
The following changes since commit c331997b6c9ad7f4b8075e6e60d3caa6e36f5938:

  wil6210: fix wil_vring_init_tx status (2013-01-30 15:07:19 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next for-upstream

for you to fetch changes up to a3d09356491d637548dbe815ddb966f52ec9e53a:

  Bluetooth: Refactor mgmt_pending_foreach (2013-02-01 15:50:18 -0200)

----------------------------------------------------------------
Andre Guedes (3):
      Bluetooth: Reduce critical section in sco_conn_ready
      Bluetooth: Remove unneeded locking
      Bluetooth: Refactor mgmt_pending_foreach

Johan Hedberg (11):
      Bluetooth: Store UUIDs in the same order that they were added
      Bluetooth: Simplify UUIDs clearing code
      Bluetooth: Keep track of UUID type upon addition
      Bluetooth: Simplify UUID removal code
      Bluetooth: Simplify UUID16 list generation for EIR
      Bluetooth: Remove useless eir_len variable from EIR creation
      Bluetooth: Refactor UUID-16 list generation into its own function
      Bluetooth: Add support for 32-bit UUIDs in EIR data
      Bluetooth: Add support for 128-bit UUIDs in EIR data
      Bluetooth: Fix link security setting when powering on
      Bluetooth: Increment Management interface revision

 include/net/bluetooth/hci_core.h |   1 +
 net/bluetooth/hci_core.c         |  10 +-
 net/bluetooth/hci_event.c        |   4 -
 net/bluetooth/mgmt.c             | 219 +++++++++++++++++++++++++----------------
 net/bluetooth/sco.c              |  18 ++--
 5 files changed, 150 insertions(+), 102 deletions(-)

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pull request: bluetooth-next 2013-02-01
  2013-02-01 17:54 ` Gustavo Padovan
@ 2013-02-01 19:22   ` John W. Linville
  0 siblings, 0 replies; 3+ messages in thread
From: John W. Linville @ 2013-02-01 19:22 UTC (permalink / raw)
  To: Gustavo Padovan, linux-wireless, linux-bluetooth, linux-kernel

On Fri, Feb 01, 2013 at 03:54:45PM -0200, Gustavo Padovan wrote:
> Hi John,
> 
> * Gustavo Padovan <gustavo@padovan.org> [2013-02-01 15:40:19 -0200]:
> 
> > Hi John,
> > 
> > Here goes another batch intended for 3.9, the majority of the patch here are
> > from Johan who is fixing many issues in the management interface that have
> > appeared lately. The rest of the patches are just small improvements, fixes
> > and clean ups.
> 
> I had a brain shutdown moment and forgot to rebase against wireless-next.
> SO the pull request is actually much smaller.
> 
> Please pull!
> 
> 	Gustavo
> 
> ---
> The following changes since commit c331997b6c9ad7f4b8075e6e60d3caa6e36f5938:
> 
>   wil6210: fix wil_vring_init_tx status (2013-01-30 15:07:19 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next for-upstream
> 
> for you to fetch changes up to a3d09356491d637548dbe815ddb966f52ec9e53a:
> 
>   Bluetooth: Refactor mgmt_pending_foreach (2013-02-01 15:50:18 -0200)

Pulling now...

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-01 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-01 17:40 pull request: bluetooth-next 2013-02-01 Gustavo Padovan
2013-02-01 17:54 ` Gustavo Padovan
2013-02-01 19:22   ` John W. Linville

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.