summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sock.c
AgeCommit message (Expand)Author
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa
2021-06-26Bluetooth: use inclusive language when filtering devicesArchie Pusaka
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-02Bluetooth: Fix spelling mistakesZheng Yongjun
2021-05-31Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-10Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-12Bluetooth: Use only 8 bits for the HCI CMSG state flagsAlain Michaud
2020-05-11Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann
2020-01-26Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter
2020-01-25Bluetooth: Add missing checks for HCI_ISODATA_PKT packet typeMarcel Holtmann
2020-01-15Bluetooth: monitor: Add support for ISO packetsLuiz Augusto von Dentz
2019-10-23compat_ioctl: move hci_sock handlers into driverArnd Bergmann
2019-02-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2019-02-04Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2017-10-30Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds
2017-08-30Bluetooth: Add option for disabling legacy ioctl interfacesMarcel Holtmann
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-30Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada
2016-09-19Bluetooth: Send control open and close messages for HCI user channelsMarcel Holtmann
2016-09-19Bluetooth: Handle HCI raw socket transition from unbound to boundMarcel Holtmann
2016-09-19Bluetooth: Send control open and close messages for HCI raw socketsMarcel Holtmann
2016-09-19Bluetooth: Add extra channel checks for control open/close messagesMarcel Holtmann
2016-09-19Bluetooth: Assign the channel early when binding HCI socketsMarcel Holtmann
2016-09-19Bluetooth: Send control open and close only when cookie is presentMarcel Holtmann
2016-09-19Bluetooth: Use numbers for subsystem version stringMarcel Holtmann
2016-09-19Bluetooth: Introduce helper functions for socket cookie handlingMarcel Holtmann
2016-09-19Bluetooth: Use individual flags for certain management eventsMarcel Holtmann
2016-09-19Bluetooth: Add support for sending MGMT commands and events to monitorMarcel Holtmann
2016-09-19Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann
2016-09-19Bluetooth: Store control socket cookie and comm informationMarcel Holtmann
2016-09-19Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann
2016-08-25Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann
2016-07-08Bluetooth: Fix hci_sock_recvmsg return valueDenis Kenzior
2016-01-06Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg
2015-11-19Bluetooth: Add support for controller specific loggingMarcel Holtmann
2015-11-19Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann
2015-11-19Bluetooth: Fix casting coding style within HCI socketsMarcel Holtmann
2015-11-19Bluetooth: Add missing hci_skb_opcode for raw socket commandsMarcel Holtmann