| Commit message (Expand) | Author | Age |
* | Bluetooth: Fix not removing hci_conn for failed LE connection | Andrzej Kaczmarek | 2012-06-04 |
* | Bluetooth: Return proper mgmt state when LE pairing connection failed | Andrzej Kaczmarek | 2012-06-04 |
* | Bluetooth: Allow only one LE connection attempt | Andrzej Kaczmarek | 2012-06-04 |
* | Bluetooth: Remove unused err var from l2cap_segment_sdu() | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Create function to return the ERTM header size | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Make l2cap_att_channel return void | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Make l2cap_conless_channel return void | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Make l2cap_data_channel return void | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Do not reference hci_conn | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Do not check func ready existence | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Manage incoming connections | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Handling fixed channels | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Process A2MP Command Responses | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Process A2MP Disc Physlink Request | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Process A2MP Create Physlink Request | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Process A2MP Get AMP Assoc Request | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Process A2MP Get Info Request | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Process A2MP Change Notify | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Process A2MP Discover Request | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Process A2MP Command Reject | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Process A2MP messages | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Add chan callbacks | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Build and Send msg helpers | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: AMP Manager basic functions | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: A2MP: Create A2MP channel | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: trivial: Use defined PSMLEN instead of magic | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: check for already existent channel before create new one | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Move check for backlog size to l2cap_sock.c | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Use chan->state instead of sk->sk_state | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Add l2cap_chan->ops->ready() | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Use chan as parameters for l2cap chan ops | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Really fix registering hci with duplicate name | Sasha Levin | 2012-06-04 |
* | Bluetooth: Use l2cap_chan_ready() in LE path | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED) | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Get a more accurate L2CAP PDU len | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Use __constant modifier in HCI code | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Use __constant when dealing with constants | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Define and use PSM identifiers | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Use lmp_ssp_capable() macro | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Send a configuration request after security confirmation | Mat Martineau | 2012-06-04 |
* | Bluetooth: Define L2CAP conf continuation flag | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Remove unneeded EXPORT_SYMBOL | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Fix coding style in the subsystem | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Remove 'register' usage from the subsystem | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: Remove most of the inline usage | Gustavo Padovan | 2012-06-04 |
* | Bluetooth: trivial: Remove empty line | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Preserve L2CAP flags values | Andrei Emeltchenko | 2012-06-04 |
* | Bluetooth: Use defined link key size | Andrei Emeltchenko | 2012-06-04 |