summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Make mgmt_new_ltk() return voidMarcel Holtmann2013-10-161-1/+1
* Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return voidMarcel Holtmann2013-10-161-2/+2
* Bluetooth: Make mgmt_set_local_name_complete() return voidMarcel Holtmann2013-10-161-1/+1
* Bluetooth: Make mgmt_set_class_of_dev_complete() return voidMarcel Holtmann2013-10-161-2/+2
* Bluetooth: Make mgmt_ssp_enable_complete() return voidMarcel Holtmann2013-10-161-1/+1
* Bluetooth: Make mgmt_auth_enable_complete() return voidMarcel Holtmann2013-10-161-1/+1
* Bluetooth: Make mgmt_auth_failed() return voidMarcel Holtmann2013-10-161-2/+2
* Bluetooth: Make mgmt_pin_code_neg_reply_complete() return voidMarcel Holtmann2013-10-161-2/+2
* Bluetooth: Make mgmt_pin_code_reply_complete() return voidMarcel Holtmann2013-10-161-2/+2
* Bluetooth: Make mgmt_pin_code_request() return voidMarcel Holtmann2013-10-161-1/+1
* Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann2013-10-161-0/+4
* Bluetooth: Move l2cap_wait_ack() to l2cap_sock.cGustavo Padovan2013-10-161-1/+0Star
* Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan2013-10-161-0/+5
* Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan2013-10-161-0/+6
* Bluetooth: Extend state_change() call to report errors tooGustavo Padovan2013-10-161-1/+1
* Bluetooth: Update class of device on discoverable timeoutMarcel Holtmann2013-10-151-0/+1
* Bluetooth: Move eir_get_length() function into hci_event.cMarcel Holtmann2013-10-151-17/+0Star
* Bluetooth: Move eir_append_data() function into mgmt.cMarcel Holtmann2013-10-151-11/+0Star
* Bluetooth: Make mgmt_new_link_key() return voidMarcel Holtmann2013-10-151-2/+2
* Bluetooth: Add HCI command structure for writing current IAC LAPMarcel Holtmann2013-10-151-0/+6
* Bluetooth: Make mgmt_write_scan_failed() return voidMarcel Holtmann2013-10-151-1/+1
* Bluetooth: Make mgmt_connectable() return voidMarcel Holtmann2013-10-151-1/+1
* Bluetooth: Make mgmt_discoverable() return voidMarcel Holtmann2013-10-151-1/+1
* Bluetooth: Introduce flag for limited discoverable modeMarcel Holtmann2013-10-151-0/+1
* Bluetooth: Update advertising data based on management commandsMarcel Holtmann2013-10-151-2/+0Star
* Bluetooth: Read current IAC LAP on controller setupMarcel Holtmann2013-10-151-0/+2
* Bluetooth: Read number of supported IAC on controller setupMarcel Holtmann2013-10-152-0/+7
* Bluetooth: Introduce L2CAP channel callback for resumingMarcel Holtmann2013-10-141-0/+1
* Bluetooth: Introduce L2CAP channel flag for defer setupMarcel Holtmann2013-10-141-0/+1
* Bluetooth: Provide msg_name callback for L2CAP connectionless channelsMarcel Holtmann2013-10-131-0/+2
* Bluetooth: Add support for per socket msg_name callbackMarcel Holtmann2013-10-131-0/+1
* Bluetooth: Remove src and dst fields from bt_sock structureMarcel Holtmann2013-10-131-2/+0Star
* Bluetooth: Store RFCOMM address information in its own socket structureMarcel Holtmann2013-10-131-0/+2
* Bluetooth: Store SCO address information in its own socket structureMarcel Holtmann2013-10-131-0/+2
* Bluetooth: Use SCO addresses from HCI connection directlyMarcel Holtmann2013-10-131-3/+0Star
* Bluetooth: Return the correct address type for L2CAP socketsMarcel Holtmann2013-10-131-2/+3
* Bluetooth: Store address information in L2CAP channel structureMarcel Holtmann2013-10-131-0/+2
* Bluetooth: Store source address of HCI connectionsMarcel Holtmann2013-10-131-0/+1
* Bluetooth: Store the source address type of LE connectionsMarcel Holtmann2013-10-131-0/+1
* Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann2013-10-131-2/+0Star
* Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointersMarcel Holtmann2013-10-131-3/+0Star
* Bluetooth: The L2CAP fixed channel connectionless data is supportedMarcel Holtmann2013-10-121-0/+1
* Bluetooth: Allow 3D profile to use security mode 4 level 0Marcel Holtmann2013-10-121-0/+1
* Bluetooth: Add management command for setting LE scan parametersMarcel Holtmann2013-10-111-0/+7
* Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann2013-10-111-0/+2
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-111-1/+1
* Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann2013-10-111-1/+1
* Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-146/+0Star
* Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-150/+0Star
* Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-54/+0Star