summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2-43/+53
2021-09-13Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz1-23/+11
2021-09-13Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz1-0/+38
2021-09-13Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz1-0/+28
2021-09-10Bluetooth: hci_uart: fix GPF in h5_recvPavel Skripkin1-3/+5
2021-09-10Bluetooth: btintel: Fix incorrect out of memory checkColin Ian King1-1/+1
2021-09-10Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycleMiao-chen Chou3-9/+53
2021-09-08Bluetooth: hci_vhci: Add support for offload codecs over SCOKiran K1-0/+20
2021-09-08Bluetooth: Allow usb to auto-suspend when SCO use non-HCI transportChethan T N1-4/+11
2021-09-08Bluetooth: Add offload feature under experimental flagKiran K1-1/+99
2021-09-08Bluetooth: Add support for msbc coding formatKiran K2-0/+27
2021-09-08Bluetooth: btintel: Define a callback to fetch codec config dataKiran K1-1/+52
2021-09-08Bluetooth: Configure codec for HFP offload use caseKiran K5-0/+64
2021-09-08Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K6-6/+193
2021-09-08Bluetooth: Allow setting of codec for HFP offload use caseKiran K2-0/+62
2021-09-08Bluetooth: btintel: Define callback to fetch data_path_idKiran K1-0/+10
2021-09-08Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K4-0/+126
2021-09-08Bluetooth: btintel: Read supported offload use casesKiran K2-0/+37
2021-09-08Bluetooth: Add support for Read Local Supported Codecs V2Kiran K4-1/+99
2021-09-08Bluetooth: Enumerate local supported codec and cache detailsKiran K6-5/+244
2021-09-04Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi1-5/+4
2021-09-04Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi1-1/+2
2021-09-02Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921)mark-yw.chen1-0/+3
2021-09-01Bluetooth: btusb: Add the new support ID for Realtek RTL8852AMax Chou1-0/+2
2021-09-01Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922)mark-yw.chen1-0/+1
2021-09-01Bluetooth: btusb: Support public address configuration for MediaTek Chip.mark-yw.chen1-0/+18
2021-09-01Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo1-1/+9
2021-08-31Bluetooth: btintel: Read boot address irrespective of controller modeKiran K1-16/+10
2021-08-31Bluetooth: btintel: Fix boot addressKiran K1-2/+3
2021-08-31Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz4-30/+43
2021-08-31Bluetooth: Fix using address type from eventsLuiz Augusto von Dentz2-40/+22
2021-08-30Bluetooth: Fix enabling advertising for central roleLuiz Augusto von Dentz1-2/+2
2021-08-30Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai1-8/+16
2021-08-30Bluetooth: set quality report callback for IntelJoseph Hwang2-1/+84
2021-08-30Bluetooth: Support the quality report eventsJoseph Hwang3-1/+111
2021-08-30Bluetooth: refactor set_exp_feature with a feature tableJoseph Hwang1-106/+142
2021-08-30Bluetooth: btintel: support link statistics telemetry eventsChethan T N1-1/+19
2021-08-30Bluetooth: btusb: disable Intel link statistics telemetry eventsJoseph Hwang1-20/+0
2021-08-30Bluetooth: mgmt: Disallow legacy MGMT_OP_READ_LOCAL_OOB_EXT_DATABrian Gix1-0/+5
2021-08-30Bluetooth: reorganize functions from hci_sock_sendmsg()Tetsuo Handa1-29/+21
2021-08-30net: ipv4: Fix the warning for dereferenceYajun Deng1-1/+3
2021-08-30net: qrtr: make checks in qrtr_endpoint_post() stricterDan Carpenter1-2/+6
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang1-1/+3
2021-08-30net: fix NULL pointer reference in cipso_v4_doi_free王贇1-2/+2
2021-08-30Merge branch 'inet-exceptions-less-predictable'David S. Miller2-17/+34
2021-08-30ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-08-30ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller14-234/+345
2021-08-30Merge branch 'IXP46x-PTP-Timer'David S. Miller7-77/+171
2021-08-30ixp4xx_eth: Probe the PTP module from the device treeLinus Walleij1-2/+13