summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz7 days1-4/+1
* Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+8
* Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-03-061-2/+2
* Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-131-1/+2
* Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD2023-10-131-1/+1
* Bluetooth: hci_sock: Forward credentials to monitorLuiz Augusto von Dentz2023-08-111-2/+65
* Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-111-8/+2
* bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li2023-04-231-1/+8
* bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li2023-04-231-0/+28
* Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi2022-09-281-3/+0
* Bluetooth: Implement support for MeshBrian Gix2022-09-061-0/+1
* Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi2022-07-211-0/+3
* Bluetooth: Fix index added after unregisterAbhishek Pandit-Subedi2022-07-211-1/+7
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
* Bluetooth: hci_sock: fix endian bug in hci_sock_setsockopt()Dan Carpenter2022-01-071-2/+3
* Bluetooth: hci_sock: purge socket queues in the destruct() callbackNguyen Dinh Phi2021-10-121-4/+7
* Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2021-10-011-63/+37
* Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUFLuiz Augusto von Dentz2021-09-211-11/+91
* Bluetooth: reorganize functions from hci_sock_sendmsg()Tetsuo Handa2021-08-301-29/+21
* Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-051-16/+33
* Bluetooth: use inclusive language when filtering devicesArchie Pusaka2021-06-261-6/+6
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-2/+2
|\
| * Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma2021-05-311-2/+2
* | Bluetooth: Fix spelling mistakesZheng Yongjun2021-06-021-3/+3
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-07-311-4/+3
|\
| * Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-2/+1
| * Bluetooth: Use only 8 bits for the HCI CMSG state flagsAlain Michaud2020-06-121-2/+2
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-4/+4
|/
* Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann2020-05-111-5/+7
* Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter2020-01-261-0/+3
* Bluetooth: Add missing checks for HCI_ISODATA_PKT packet typeMarcel Holtmann2020-01-251-4/+8
* Bluetooth: monitor: Add support for ISO packetsLuiz Augusto von Dentz2020-01-151-0/+6
* compat_ioctl: move hci_sock handlers into driverArnd Bergmann2019-10-231-1/+20
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-241-2/+1
|\
| * Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-02-041-2/+1
* | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-2/+2
|/
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+2
* Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior2017-10-301-6/+11
* Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2017-09-281-6/+0
* Bluetooth: Add option for disabling legacy ioctl interfacesMarcel Holtmann2017-08-301-0/+6
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-6/+6
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-6/+6
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+4
* Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc2017-04-301-1/+2
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-3/+3
* Bluetooth: Send control open and close messages for HCI user channelsMarcel Holtmann2016-09-191-0/+35
* Bluetooth: Handle HCI raw socket transition from unbound to boundMarcel Holtmann2016-09-191-17/+36