aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-2/+2
2017-10-30Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior1-6/+11
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds1-6/+0
2017-08-30Bluetooth: Add option for disabling legacy ioctl interfacesMarcel Holtmann1-0/+6
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-6/+6
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-6/+6
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+4
2017-04-30Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc1-1/+2
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-3/+3
2016-09-19Bluetooth: Send control open and close messages for HCI user channelsMarcel Holtmann1-0/+35
2016-09-19Bluetooth: Handle HCI raw socket transition from unbound to boundMarcel Holtmann1-17/+36
2016-09-19Bluetooth: Send control open and close messages for HCI raw socketsMarcel Holtmann1-0/+48
2016-09-19Bluetooth: Add extra channel checks for control open/close messagesMarcel Holtmann1-5/+19
2016-09-19Bluetooth: Assign the channel early when binding HCI socketsMarcel Holtmann1-5/+11
2016-09-19Bluetooth: Send control open and close only when cookie is presentMarcel Holtmann1-2/+16
2016-09-19Bluetooth: Use numbers for subsystem version stringMarcel Holtmann1-2/+2
2016-09-19Bluetooth: Introduce helper functions for socket cookie handlingMarcel Holtmann1-12/+29
2016-09-19Bluetooth: Use individual flags for certain management eventsMarcel Holtmann1-1/+4
2016-09-19Bluetooth: Add support for sending MGMT commands and events to monitorMarcel Holtmann1-0/+94
2016-09-19Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann1-0/+95
2016-09-19Bluetooth: Store control socket cookie and comm informationMarcel Holtmann1-1/+30
2016-09-19Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann1-0/+6
2016-08-25Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz1-1/+1
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann1-1/+1
2016-07-08Bluetooth: Fix hci_sock_recvmsg return valueDenis Kenzior1-0/+5
2016-01-06Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg1-9/+18
2015-11-19Bluetooth: Add support for controller specific loggingMarcel Holtmann1-0/+102
2015-11-19Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann1-0/+29
2015-11-19Bluetooth: Fix casting coding style within HCI socketsMarcel Holtmann1-13/+13
2015-11-19Bluetooth: Add missing hci_skb_opcode for raw socket commandsMarcel Holtmann1-0/+5
2015-11-19Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg1-1/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann1-19/+19
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann1-1/+1
2015-10-26Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann1-1/+1
2015-10-21Bluetooth: Add support setup stage internal notification eventMarcel Holtmann1-8/+16
2015-10-21Bluetooth: Restrict valid packet types via HCI_CHANNEL_RAWMarcel Holtmann1-0/+11
2015-10-21Bluetooth: Remove quirk for HCI_VENDOR_PKT filter handlingMarcel Holtmann1-4/+1
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann1-0/+3
2015-10-08Bluetooth: Send index information updates to monitor channelMarcel Holtmann1-1/+24
2015-10-05Bluetooth: Send transport open and close monitor eventsMarcel Holtmann1-0/+26
2015-10-05Bluetooth: Limit userspace exposure of stack internal eventsMarcel Holtmann1-7/+9
2015-09-17Bluetooth: close HCI device when user channel socket gets closedSimon Fels1-1/+10
2015-06-08Bluetooth: Fix race condition with user channel and setup stageMarcel Holtmann1-7/+19
2015-06-06Bluetooth: Reorder HCI user channel socket releaseLoic Poulain1-2/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg1-1/+1
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg1-1/+115
2015-03-17Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg1-0/+5
2015-03-15Bluetooth: Send global configuration updates to all management usersMarcel Holtmann1-0/+5