aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)Author
2020-09-07Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2020-09-04Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou
2020-08-29Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2020-08-27Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye
2020-08-27Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye
2020-08-27Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye
2020-08-26Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2020-08-21Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud
2020-07-12Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2020-07-11Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2020-06-01Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang
2020-04-19Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2020-04-16Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter
2020-04-16Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann
2020-03-21Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2020-03-20Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost
2020-03-20Bluetooth: delete a stray unlockDan Carpenter
2020-02-27Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2020-02-24Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz
2020-02-24Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek
2020-02-24Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc
2020-02-24Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)
2019-12-18Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-10Merge branch 'v5.2/standard/base' into v5.2/standard/bcm-2xxx-rpiBruce Ashfield
2019-10-01Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann
2019-09-16Bluetooth: Check key sizes only when Secure Simple Pairing is enabledMarcel Holtmann
2019-07-26Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc
2019-07-26Bluetooth: validate BLE connection interval updatescsonsino
2019-07-26Bluetooth: hidp: NUL terminate a string in the compat ioctlDan Carpenter
2019-07-26Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa
2019-07-26Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer
2019-07-03Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-06-22Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita
2019-04-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-24Bluetooth: hci_core: Don't stop BT if the BD address missing in dtsBalakrishna Godavarthi
2019-04-23Bluetooth: Use struct_size() helperGustavo A. R. Silva
2019-04-23Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery
2019-04-23Bluetooth: hidp: fix buffer overflowYoung Xiao