summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sock.c
AgeCommit message (Expand)Author
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
2015-03-15Bluetooth: Add hci_sock_test_flag helper functionMarcel Holtmann
2015-03-15Bluetooth: Consolidate socket channel sending function back into oneMarcel Holtmann
2015-03-15Bluetooth: Introduce trusted flag for management control socketsMarcel Holtmann
2015-03-15Bluetooth: Use special function to send filter management index eventsMarcel Holtmann
2015-03-15Bluetooth: Provide hci_send_to_flagged_channel helper functionMarcel Holtmann
2015-03-15Bluetooth: Add flags field and setting function for HCI socketsMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg
2015-03-06Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger
2015-02-27Bluetooth: make hci_test_bit's addr constJiri Slaby
2015-02-20Bluetooth: Remove unnecessary queue_monitor_skb() functionJohan Hedberg
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg
2015-01-12Bluetooth: Replace send_monitor_event with queue_monitor_skbMarcel Holtmann
2015-01-12Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann
2015-01-12Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann