Age | Commit message (Expand) | Author |
2012-02-17 | Bluetooth: mgmt: Add support for Set Link Security command | Johan Hedberg |
2012-02-17 | Bluetooth: mgmt: Use more consistent error variable names | Johan Hedberg |
2012-02-17 | Bluetooth: Remove unused member from cmd_lookup struct | Johan Hedberg |
2012-02-16 | Bluetooth: Do not dereference zero sk | Andrei Emeltchenko |
2012-02-15 | Bluetooth: Fix event sending with DISCOVERY_STOPPED state | Andre Guedes |
2012-02-15 | Bluetooth: Fix discovery state machine | Andre Guedes |
2012-02-15 | Bluetooth: Implement Read Supported Commands commands for mgmt | Johan Hedberg |
2012-02-15 | Bluetooth: Fix possible use after free in delete path | Ulisses Furquim |
2012-02-15 | Bluetooth: Remove usage of __cancel_delayed_work() | Ulisses Furquim |
2012-02-15 | Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close | Johan Hedberg |
2012-02-15 | Bluetooth: Fix RFCOMM session reference counting issue | Octavian Purdila |
2012-02-15 | Bluetooth: silence lockdep warning | Octavian Purdila |
2012-02-15 | Bluetooth: l2cap_set_timer needs jiffies as timeout value | Andrzej Kaczmarek |
2012-02-15 | Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket | Andrzej Kaczmarek |
2012-02-15 | Bluetooth: Remove bogus inline declaration from l2cap_chan_connect | Johan Hedberg |
2012-02-15 | Bluetooth: Fix l2cap conn failures for ssp devices | Peter Hurley |
2012-02-13 | Bluetooth: Use proper datatypes in release-callbacks | David Herrmann |
2012-02-13 | Bluetooth: Introduce to_hci_conn | David Herrmann |
2012-02-13 | Bluetooth: Introduce to_hci_dev() | David Herrmann |
2012-02-13 | Bluetooth: Add Device Unpaired mgmt event | Johan Hedberg |
2012-02-13 | Bluetooth: Fix mgmt_unpair_device command status | Johan Hedberg |
2012-02-13 | Bluetooth: Add address type to mgmt_ev_auth_failed | Johan Hedberg |
2012-02-13 | Bluetooth: Add address type to mgmt blacklist messages | Johan Hedberg |
2012-02-13 | Bluetooth: Add address type to Out Of Band mgmt messages | Johan Hedberg |
2012-02-13 | Bluetooth: Add address type to user_confirm and user_passkey messages | Johan Hedberg |
2012-02-13 | Bluetooth: Update mgmt_disconnect to match latest API | Johan Hedberg |
2012-02-13 | Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_device | Johan Hedberg |
2012-02-13 | Bluetooth: Fix double acking I-Frames when sending pending I-Frames | Szymon Janc |
2012-02-13 | Bluetooth: Fix possible missing I-Frame acknowledgement | Szymon Janc |
2012-02-13 | Bluetooth: Remove unneeded sk variable | Andrei Emeltchenko |
2012-02-13 | Bluetooth: Clean up l2cap_chan_add | Andrei Emeltchenko |
2012-02-13 | Bluetooth: Change chan_ready param from sk to chan | Andrei Emeltchenko |
2012-02-13 | Bluetooth: Add BT_DBG to mgmt_discovering() | Andre Guedes |
2012-02-13 | Bluetooth: Fix device_found event length for remote name resolving | Johan Hedberg |
2012-02-13 | Bluetooth: Fix indentation | Andre Guedes |
2012-02-13 | Bluetooth: MGMT start discovery LE-Only support | Andre Guedes |
2012-02-13 | Bluetooth: Add hci_le_scan() | Andre Guedes |
2012-02-13 | Bluetooth: Add hci_do_le_scan() | Andre Guedes |
2012-02-13 | Bluetooth: Minor code refactoring | Andre Guedes |
2012-02-13 | Bluetooth: LE scan should send Discovering events | Andre Guedes |
2012-02-13 | Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close | Johan Hedberg |
2012-02-13 | Bluetooth: Helper removes duplicated code | Andrei Emeltchenko |
2012-02-13 | Bluetooth: Recalculate sched HCI blk/pkt flow ctrl | Andrei Emeltchenko |
2012-02-13 | Bluetooth: Add support for notifying userspace of new LTK's | Vinicius Costa Gomes |
2012-02-13 | Bluetooth: Add support for removing LTK's when pairing is removed | Vinicius Costa Gomes |
2012-02-13 | Bluetooth: Add MGMT handlers for dealing with SMP LTK's | Vinicius Costa Gomes |
2012-02-13 | Bluetooth: Use the updated key structures for handling LTKs | Vinicius Costa Gomes |
2012-02-13 | Bluetooth: Add new structures for handling SMP Long Term Keys | Vinicius Costa Gomes |
2012-02-13 | Bluetooth: Fix doing some useless casts when receiving MGMT commands | Vinicius Costa Gomes |
2012-02-13 | Bluetooth: Use list _safe deleting from conn chan_list | Andrei Emeltchenko |