1. 25 Oct, 2023 2 commits
  2. 24 Oct, 2023 36 commits
  3. 23 Oct, 2023 2 commits
    • Jakub Kicinski's avatar
      Merge tag 'for-net-next-2023-10-23' of... · f4dbc2bb
      Jakub Kicinski authored
      Merge tag 'for-net-next-2023-10-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
      
      Luiz Augusto von Dentz says:
      
      ====================
      bluetooth-next pull request for net-next:
      
       - Add 0bda:b85b for Fn-Link RTL8852BE
       - ISO: Many fixes for broadcast support
       - Mark bcm4378/bcm4387 as BROKEN_LE_CODED
       - Add support ITTIM PE50-M75C
       - Add RTW8852BE device 13d3:3570
       - Add support for QCA2066
       - Add support for Intel Misty Peak - 8087:0038
      
      * tag 'for-net-next-2023-10-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next:
        Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err
        Bluetooth: Fix double free in hci_conn_cleanup
        Bluetooth: btmtksdio: enable bluetooth wakeup in system suspend
        Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE
        Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED
        Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUID
        Bluetooth: Make handle of hci_conn be unique
        Bluetooth: btusb: Add date->evt_skb is NULL check
        Bluetooth: ISO: Fix bcast listener cleanup
        Bluetooth: msft: __hci_cmd_sync() doesn't return NULL
        Bluetooth: ISO: Match QoS adv handle with BIG handle
        Bluetooth: ISO: Allow binding a bcast listener to 0 bises
        Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tables
        Bluetooth: qca: add support for QCA2066
        Bluetooth: ISO: Set CIS bit only for devices with CIS support
        Bluetooth: Add support for Intel Misty Peak - 8087:0038
        Bluetooth: Add support ITTIM PE50-M75C
        Bluetooth: ISO: Pass BIG encryption info through QoS
        Bluetooth: ISO: Fix BIS cleanup
      ====================
      
      Link: https://lore.kernel.org/r/20231023182119.3629194-1-luiz.dentz@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      f4dbc2bb
    • Jakub Kicinski's avatar
      Merge branch 'devlink-finish-conversion-to-generated-split_ops' · 4fb56e3e
      Jakub Kicinski authored
      Jiri Pirko says:
      
      ====================
      devlink: finish conversion to generated split_ops
      
      This patchset converts the remaining genetlink commands to generated
      split_ops and removes the existing small_ops arrays entirely
      alongside with shared netlink attribute policy.
      
      Patches #1-#6 are just small preparations and small fixes on multiple
                    places. Note that couple of patches contain the "Fixes"
                    tag but no need to put them into -net tree.
      Patch #7 is a simple rename preparation
      Patch #8 is the main one in this set and adds actual definitions of cmds
               in to yaml file.
      Patches #9-#10 finalize the change removing bits that are no longer in
                     use.
      ====================
      
      Link: https://lore.kernel.org/r/20231021112711.660606-1-jiri@resnulli.usSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      4fb56e3e