summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-24Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu5-135/+237
2023-04-24Bluetooth: btintel: Add Intel devcoredump supportAbhishek Pandit-Subedi3-10/+128
2023-04-24Bluetooth: btusb: Add btusb devcoredump supportManish Mandlik1-0/+19
2023-04-24Bluetooth: Add vhci devcoredump supportManish Mandlik2-0/+98
2023-04-24Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi6-0/+670
2023-04-24Bluetooth: btintel: Add LE States quirk supportChethan T N1-3/+2
2023-04-24Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855Steev Klimaszewski3-15/+66
2023-04-24dt-bindings: net: Add WCN6855 BluetoothSteev Klimaszewski1-0/+17
2023-04-24Bluetooth: btrtl: check for NULL in btrtl_set_quirks()Max Chou1-0/+3
2023-04-24bluetooth: Add device 13d3:3571 to device tablesLarry Finger1-0/+2
2023-04-24bluetooth: Add device 0bda:887b to device tablesLarry Finger1-0/+2
2023-04-24Bluetooth: NXP: select CONFIG_CRC8Arnd Bergmann1-0/+1
2023-04-24Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsetsNeeraj Sanjay Kale4-0/+1311
2023-04-24dt-bindings: net: bluetooth: Add NXP bluetooth supportNeeraj Sanjay Kale2-0/+51
2023-04-24serdev: Add method to assert break signal over tty UART portNeeraj Sanjay Kale3-0/+29
2023-04-24serdev: Replace all instances of ENOTSUPP with EOPNOTSUPPNeeraj Sanjay Kale3-7/+7
2023-04-24Bluetooth: hci_ldisc: Fix tty_set_termios() return value assumptionsIlpo Järvinen1-4/+4
2023-04-24Bluetooth: Improve support for Actions Semi ATS2851 based devicesRaul Cheleguini1-0/+2
2023-04-24Bluetooth: btrtl: add support for the RTL8723CSVasily Khoruzhick3-4/+125
2023-04-24Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick2-2/+14
2023-04-24Bluetooth: btmtkuart: mark OF related data as maybe unusedKrzysztof Kozlowski1-3/+3
2023-04-24Bluetooth: hci_qca: mark OF related data as maybe unusedKrzysztof Kozlowski1-5/+5
2023-04-24Bluetooth: btmrvl_sdio: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-04-24Bluetooth: hci_ll: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-04-24Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz3-6/+12
2023-04-24Bluetooth: hci_sync: Remove duplicate statementInga Stotland1-1/+0
2023-04-24Bluetooth: Convert MSFT filter HCI cmd to hci_syncBrian Gix1-25/+11
2023-04-24Bluetooth: hci_sync: Don't wait peer's reply when powering offArchie Pusaka1-3/+5
2023-04-24Bluetooth: Add VID/PID 0489/e0e4 for MediaTek MT7922Meng Tang1-0/+3
2023-04-24arm64: dts: rockchip: Update compatible for bluetoothChris Morgan1-1/+1
2023-04-24Bluetooth: hci_h5: btrtl: Add support for RTL8821CSChris Morgan1-0/+8
2023-04-24dt-bindings: net: realtek-bluetooth: Add RTL8821CSChris Morgan1-9/+15
2023-04-24Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663Meng Tang1-0/+3
2023-04-24Bluetooth: hci_sync: Fix smatch warningLuiz Augusto von Dentz1-1/+1
2023-04-24Bluetooth: hci_core: Make hci_conn_hash_add append to the listLuiz Augusto von Dentz1-1/+1
2023-04-24Bluetooth: btrtl: Add support for RTL8852BSVictor Hassan1-0/+10
2023-04-24Bluetooth: hci_mrvl: Add serdev support for 88W8997Stefan Eichenberger1-7/+79
2023-04-24Bluetooth: hci_mrvl: use maybe_unused macro for device tree idsStefan Eichenberger1-3/+1
2023-04-24dt-bindings: bluetooth: marvell: add max-speed propertyStefan Eichenberger1-0/+16
2023-04-24dt-bindings: bluetooth: marvell: add 88W8997Stefan Eichenberger1-1/+3
2023-04-24Bluetooth: btusb: Do not require hardcoded interface numbersTomasz Moń1-7/+3
2023-04-24Bluetooth: MGMT: Use BIT macro when defining bitfieldsLuiz Augusto von Dentz1-40/+40
2023-04-23Merge branch 'act_pedit-minor-improvements'David S. Miller1-45/+40
2023-04-23net/sched: act_pedit: rate limit datapath messagesPedro Tammela1-7/+5
2023-04-23net/sched: act_pedit: remove extra check for key typePedro Tammela1-22/+7
2023-04-23net/sched: act_pedit: check static offsets a prioriPedro Tammela1-6/+14
2023-04-23net/sched: act_pedit: use extack in 'ex' parsing errorsPedro Tammela1-4/+13
2023-04-23net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela1-8/+3
2023-04-23net: sched: Print msecs when transmit queue time outYajun Deng1-5/+5
2023-04-23Merge branch 'dsa-skb_mac_header'David S. Miller19-51/+66