summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-251-2/+1Star
|\
| * Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-02-041-2/+1Star
* | 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/+0Star
* 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-281-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
* Bluetooth: Send control open and close messages for HCI raw socketsMarcel Holtmann2016-09-191-0/+48
* Bluetooth: Add extra channel checks for control open/close messagesMarcel Holtmann2016-09-191-5/+19
* Bluetooth: Assign the channel early when binding HCI socketsMarcel Holtmann2016-09-191-5/+11
* Bluetooth: Send control open and close only when cookie is presentMarcel Holtmann2016-09-191-2/+16
* Bluetooth: Use numbers for subsystem version stringMarcel Holtmann2016-09-191-2/+2
* Bluetooth: Introduce helper functions for socket cookie handlingMarcel Holtmann2016-09-191-12/+29
* Bluetooth: Use individual flags for certain management eventsMarcel Holtmann2016-09-191-1/+4
* Bluetooth: Add support for sending MGMT commands and events to monitorMarcel Holtmann2016-09-191-0/+94
* Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann2016-09-191-0/+95
* Bluetooth: Store control socket cookie and comm informationMarcel Holtmann2016-09-191-1/+30
* Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann2016-09-191-0/+6
* Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz2016-08-251-1/+1
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-1/+1
* Bluetooth: Fix hci_sock_recvmsg return valueDenis Kenzior2016-07-081-0/+5
* Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg2016-01-061-9/+18
* Bluetooth: Add support for controller specific loggingMarcel Holtmann2015-11-191-0/+102
* Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann2015-11-191-0/+29
* Bluetooth: Fix casting coding style within HCI socketsMarcel Holtmann2015-11-191-13/+13
* Bluetooth: Add missing hci_skb_opcode for raw socket commandsMarcel Holtmann2015-11-191-0/+5
* Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg2015-11-191-1/+1
* Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann2015-11-191-19/+19
* Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann2015-10-261-1/+1
* Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann2015-10-261-1/+1
* Bluetooth: Add support setup stage internal notification eventMarcel Holtmann2015-10-211-8/+16
* Bluetooth: Restrict valid packet types via HCI_CHANNEL_RAWMarcel Holtmann2015-10-211-0/+11
* Bluetooth: Remove quirk for HCI_VENDOR_PKT filter handlingMarcel Holtmann2015-10-211-4/+1Star
* Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann2015-10-081-0/+3
* Bluetooth: Send index information updates to monitor channelMarcel Holtmann2015-10-081-1/+24
* Bluetooth: Send transport open and close monitor eventsMarcel Holtmann2015-10-051-0/+26
* Bluetooth: Limit userspace exposure of stack internal eventsMarcel Holtmann2015-10-051-7/+9
* Bluetooth: close HCI device when user channel socket gets closedSimon Fels2015-09-171-1/+10
* Bluetooth: Fix race condition with user channel and setup stageMarcel Holtmann2015-06-081-7/+19
* Bluetooth: Reorder HCI user channel socket releaseLoic Poulain2015-06-061-2/+2