summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sock.c
AgeCommit message (Expand)Author
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
2015-11-19Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann
2015-10-21Bluetooth: Add support setup stage internal notification eventMarcel Holtmann
2015-10-21Bluetooth: Restrict valid packet types via HCI_CHANNEL_RAWMarcel Holtmann
2015-10-21Bluetooth: Remove quirk for HCI_VENDOR_PKT filter handlingMarcel Holtmann
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann
2015-10-08Bluetooth: Send index information updates to monitor channelMarcel Holtmann
2015-10-05Bluetooth: Send transport open and close monitor eventsMarcel Holtmann
2015-10-05Bluetooth: Limit userspace exposure of stack internal eventsMarcel Holtmann
2015-09-17Bluetooth: close HCI device when user channel socket gets closedSimon Fels
2015-06-08Bluetooth: Fix race condition with user channel and setup stageMarcel Holtmann
2015-06-06Bluetooth: Reorder HCI user channel socket releaseLoic Poulain
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg
2015-03-17Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg
2015-03-15Bluetooth: Send global configuration updates to all management usersMarcel Holtmann
2015-03-15Bluetooth: Open management interface for untrusted usersMarcel Holtmann