summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-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/+1
* 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
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* Bluetooth: Refactor HCI request variables into own structJohan Hedberg2015-03-301-1/+1
* Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg2015-03-171-1/+115
* Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg2015-03-171-0/+5
* Bluetooth: Send global configuration updates to all management usersMarcel Holtmann2015-03-151-0/+5
* Bluetooth: Open management interface for untrusted usersMarcel Holtmann2015-03-151-9/+6
* Bluetooth: Add hci_sock_test_flag helper functionMarcel Holtmann2015-03-151-1/+6
* Bluetooth: Consolidate socket channel sending function back into oneMarcel Holtmann2015-03-151-36/+9
* Bluetooth: Introduce trusted flag for management control socketsMarcel Holtmann2015-03-151-0/+11
OpenPOWER on IntegriCloud