mbox series

[0/3] Add Mesh functionality to net/bluetooth

Message ID 20220331180749.456913-1-brian.gix@intel.com
Headers show
Series Add Mesh functionality to net/bluetooth | expand

Message

Brian Gix March 31, 2022, 6:07 p.m. UTC
Housekeeping and implementation.

Brian Gix (3):
  Bluetooth: Keep MGMT pending queue ordered FIFO
  Bluetooth: Implement support for Mesh
  Bluetooth: Add experimental wrapper for MGMT based mesh

 include/net/bluetooth/hci.h      |   4 +
 include/net/bluetooth/hci_core.h |  18 +-
 include/net/bluetooth/hci_sync.h |   3 +
 include/net/bluetooth/mgmt.h     |  51 +++
 net/bluetooth/hci_conn.c         |   2 +-
 net/bluetooth/hci_core.c         |   1 +
 net/bluetooth/hci_event.c        |  61 ++--
 net/bluetooth/hci_request.c      | 115 +++++--
 net/bluetooth/hci_sync.c         | 104 ++++--
 net/bluetooth/mgmt.c             | 532 ++++++++++++++++++++++++++++++-
 net/bluetooth/mgmt_util.c        |  60 +++-
 net/bluetooth/mgmt_util.h        |  17 +
 12 files changed, 884 insertions(+), 84 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org April 1, 2022, 5:30 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluetooth-next.git (master)
by Marcel Holtmann <marcel@holtmann.org>:

On Thu, 31 Mar 2022 11:07:46 -0700 you wrote:
> Housekeeping and implementation.
> 
> Brian Gix (3):
>   Bluetooth: Keep MGMT pending queue ordered FIFO
>   Bluetooth: Implement support for Mesh
>   Bluetooth: Add experimental wrapper for MGMT based mesh
> 
> [...]

Here is the summary with links:
  - [1/3] Bluetooth: Keep MGMT pending queue ordered FIFO
    https://git.kernel.org/bluetooth/bluetooth-next/c/2598fe7291d8
  - [2/3] Bluetooth: Implement support for Mesh
    (no matching commit)
  - [3/3] Bluetooth: Add experimental wrapper for MGMT based mesh
    (no matching commit)

You are awesome, thank you!