aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sock.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-2/+2
2017-10-30Bluetooth: avoid recursive locking in hci_send_to_channel()Gravatar Sebastian Andrzej Siewior 1-6/+11
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Gravatar Linus Torvalds 1-6/+0
2017-08-30Bluetooth: Add option for disabling legacy ioctl interfacesGravatar Marcel Holtmann 1-0/+6
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-6/+6
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-6/+6
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-4/+4
2017-04-30Bluetooth: Fix user channel for 32bit userspace on 64bit kernelGravatar Szymon Janc 1-1/+2
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesGravatar Masahiro Yamada 1-3/+3
2016-09-19Bluetooth: Send control open and close messages for HCI user channelsGravatar Marcel Holtmann 1-0/+35
2016-09-19Bluetooth: Handle HCI raw socket transition from unbound to boundGravatar Marcel Holtmann 1-17/+36
2016-09-19Bluetooth: Send control open and close messages for HCI raw socketsGravatar Marcel Holtmann 1-0/+48
2016-09-19Bluetooth: Add extra channel checks for control open/close messagesGravatar Marcel Holtmann 1-5/+19
2016-09-19Bluetooth: Assign the channel early when binding HCI socketsGravatar Marcel Holtmann 1-5/+11
2016-09-19Bluetooth: Send control open and close only when cookie is presentGravatar Marcel Holtmann 1-2/+16
2016-09-19Bluetooth: Use numbers for subsystem version stringGravatar Marcel Holtmann 1-2/+2
2016-09-19Bluetooth: Introduce helper functions for socket cookie handlingGravatar Marcel Holtmann 1-12/+29
2016-09-19Bluetooth: Use individual flags for certain management eventsGravatar Marcel Holtmann 1-1/+4
2016-09-19Bluetooth: Add support for sending MGMT commands and events to monitorGravatar Marcel Holtmann 1-0/+94
2016-09-19Bluetooth: Add support for sending MGMT open and close to monitorGravatar Marcel Holtmann 1-0/+95
2016-09-19Bluetooth: Store control socket cookie and comm informationGravatar Marcel Holtmann 1-1/+30
2016-09-19Bluetooth: Check SOL_HCI for raw socket optionsGravatar Marcel Holtmann 1-0/+6
2016-08-25Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setGravatar Luiz Augusto von Dentz 1-1/+1
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYGravatar Marcel Holtmann 1-1/+1
2016-07-08Bluetooth: Fix hci_sock_recvmsg return valueGravatar Denis Kenzior 1-0/+5
2016-01-06Bluetooth: avoid rebuilding hci_sock all the timeGravatar Johannes Berg 1-9/+18
2015-11-19Bluetooth: Add support for controller specific loggingGravatar Marcel Holtmann 1-0/+102
2015-11-19Bluetooth: Add support for sending system notes to monitor channelGravatar Marcel Holtmann 1-0/+29
2015-11-19Bluetooth: Fix casting coding style within HCI socketsGravatar Marcel Holtmann 1-13/+13
2015-11-19Bluetooth: Add missing hci_skb_opcode for raw socket commandsGravatar Marcel Holtmann 1-0/+5
2015-11-19Bluetooth: Compress the size of struct hci_ctrlGravatar Johan Hedberg 1-1/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingGravatar Marcel Holtmann 1-19/+19
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciGravatar Marcel Holtmann 1-1/+1
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBGravatar Marcel Holtmann 1-1/+1
2015-10-21Bluetooth: Add support setup stage internal notification eventGravatar Marcel Holtmann 1-8/+16
2015-10-21Bluetooth: Restrict valid packet types via HCI_CHANNEL_RAWGravatar Marcel Holtmann 1-0/+11
2015-10-21Bluetooth: Remove quirk for HCI_VENDOR_PKT filter handlingGravatar Marcel Holtmann 1-4/+1
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelGravatar Marcel Holtmann 1-0/+3
2015-10-08Bluetooth: Send index information updates to monitor channelGravatar Marcel Holtmann 1-1/+24
2015-10-05Bluetooth: Send transport open and close monitor eventsGravatar Marcel Holtmann 1-0/+26
2015-10-05Bluetooth: Limit userspace exposure of stack internal eventsGravatar Marcel Holtmann 1-7/+9
2015-09-17Bluetooth: close HCI device when user channel socket gets closedGravatar Simon Fels 1-1/+10
2015-06-08Bluetooth: Fix race condition with user channel and setup stageGravatar Marcel Holtmann 1-7/+19
2015-06-06Bluetooth: Reorder HCI user channel socket releaseGravatar Loic Poulain 1-2/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-1/+1
2015-03-30Bluetooth: Refactor HCI request variables into own structGravatar Johan Hedberg 1-1/+1
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cGravatar Johan Hedberg 1-1/+115
2015-03-17Bluetooth: Add helper to get HCI channel of a socketGravatar Johan Hedberg 1-0/+5
2015-03-15Bluetooth: Send global configuration updates to all management usersGravatar Marcel Holtmann 1-0/+5