summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang2020-04-131-3/+1
* Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter2020-02-051-0/+3
* Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost2020-01-091-1/+3
* Bluetooth: delete a stray unlockDan Carpenter2020-01-091-3/+1
* Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz2019-12-311-0/+9
* Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek2019-12-311-1/+8
* Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)2019-12-311-2/+2
* Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz2019-11-201-0/+10
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-2/+2
* Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-10-052-13/+1
* Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc2019-07-311-0/+13
* Bluetooth: validate BLE connection interval updatescsonsino2019-07-312-1/+13
* Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa2019-07-311-0/+6
* Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer2019-07-311-4/+10
* Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-07-101-1/+1
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-252-14/+37
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-06-251-0/+8
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-8/+0
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+8
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-05-101-0/+1
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-04-031-0/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-04-031-31/+46
* Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-03-271-2/+1
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-03-134-6/+16
* Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2019-02-121-0/+6
* Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-11-043-10/+29
* Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann2018-09-261-1/+1
* Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann2018-09-191-1/+1
* Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-08-221-1/+2
* Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-171-2/+2
* Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-193-13/+33
* Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc2018-04-081-1/+7
* Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-171-9/+11
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2017-09-282-16/+0
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-091-37/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-066-14/+35
|\
| * Bluetooth: make baswap src constLoic Poulain2017-09-011-3/+3
| * Bluetooth: Add option for disabling legacy ioctl interfacesMarcel Holtmann2017-08-302-0/+16
| * Bluetooth: make device_type constBhumika Goyal2017-08-191-2/+2
| * Bluetooth: kfree tmp rather than an alias to itColin Ian King2017-08-111-1/+1
| * Bluetooth: document config optionsPavel Machek2017-08-081-0/+12
| * 6lowpan: fix set not used warningstephen hemminger2017-07-251-3/+0
| * bluetooth: 6lowpan dev_close never returns errorstephen hemminger2017-07-191-5/+1
* | HID: introduce hid_is_using_ll_driverJason Gerecke2017-07-271-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0518-132/+186
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-017-35/+47
| |\
| | * Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk2017-06-293-7/+7
| | * bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo2017-06-291-4/+3
| | * Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen2017-06-271-11/+22