Age | Commit message (Expand) | Author | Files | Lines |
2012-02-13 | Bluetooth: Use list _safe deleting from conn chan_list | Andrei Emeltchenko | 1 | -2/+2 |
2012-02-13 | Bluetooth: Use list _safe deleting from conn_hash_list | Andrei Emeltchenko | 1 | -2/+2 |
2012-02-13 | Bluetooth: mgmt: Implement Cancel Pair Device command | Johan Hedberg | 1 | -0/+51 |
2012-02-13 | Bluetooth: Fix clearing of debug and linkkey flags | Hemant Gupta | 1 | -1/+2 |
2012-02-13 | Bluetooth: Send correct response to IO Capability Request | Hemant Gupta | 1 | -1/+4 |
2012-02-13 | Bluetooth: Fix l2cap conn failures for ssp devices | Peter Hurley | 1 | -0/+4 |
2012-02-13 | Bluetooth: Fix invalid memory access when there's no SMP channel | Vinicius Costa Gomes | 1 | -3/+6 |
2012-02-13 | Bluetooth: Fix RFCOMM session reference counting issue | Octavian Purdila | 1 | -6/+12 |
2012-02-13 | Bluetooth: Use GFP_KERNEL in hci_add_adv_entry() | Andre Guedes | 1 | -1/+1 |
2012-02-13 | Bluetooth: Rename smp_key_size to enc_key_size | Vinicius Costa Gomes | 1 | -9/+9 |
2012-02-13 | Bluetooth: Fix possible use after free in delete path | Ulisses Furquim | 1 | -2/+2 |
2012-02-13 | Bluetooth: Remove usage of __cancel_delayed_work() | Ulisses Furquim | 1 | -3/+3 |
2012-02-13 | Bluetooth: Remove unneeded locking | Andre Guedes | 1 | -5/+0 |
2012-02-13 | Bluetooth: Use GFP_KERNEL in hci_chan_create() | Andre Guedes | 1 | -1/+1 |
2012-02-13 | Bluetooth: Use GFP_KERNEL in hci_conn_add() | Andre Guedes | 1 | -1/+1 |
2012-02-13 | Bluetooth: Make l2cap_ertm_data_rcv static | Szymon Janc | 1 | -3/+1 |
2012-02-13 | Bluetooth: Add alloc_skb chan operator | Andrei Emeltchenko | 2 | -8/+24 |
2012-02-13 | Bluetooth: silence lockdep warning | Octavian Purdila | 3 | -7/+9 |
2012-02-13 | Bluetooth: trivial: space correction | Andrei Emeltchenko | 1 | -1/+1 |
2012-02-13 | Bluetooth: Add a convenience function to check for SSP enabled | Johan Hedberg | 2 | -14/+6 |
2012-02-13 | Bluetooth: Convert hdev->ssp_mode to a flag | Johan Hedberg | 3 | -10/+17 |
2012-02-13 | Bluetooth: Merge boolean members of struct hci_conn into flags | Johan Hedberg | 2 | -14/+22 |
2012-02-13 | Bluetooth: Update device_connected and device_found events to latest API | Johan Hedberg | 2 | -37/+97 |
2012-02-13 | Bluetooth: Convert hdev->out to a bool type | Johan Hedberg | 2 | -6/+6 |
2012-02-13 | Bluetooth: Rename conn->pend to conn->flags | Johan Hedberg | 4 | -39/+38 |
2012-02-13 | Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found | Johan Hedberg | 1 | -7/+13 |
2012-02-13 | Bluetooth: Move eir_has_data_field to hci_core.h | Johan Hedberg | 1 | -25/+0 |
2012-02-13 | Bluetooth: Rename eir_has_complete_name to eir_has_data_type | Johan Hedberg | 1 | -4/+5 |
2012-02-13 | Bluetooth: Add eir_len parameter to mgmt_ev_device_found | Johan Hedberg | 1 | -13/+15 |
2012-02-13 | Bluetooth: Rename mgmt connected events to match user space | Johan Hedberg | 2 | -8/+10 |
2012-02-13 | Bluetooth: Fix clearing persistent flags | Johan Hedberg | 1 | -2/+2 |
2012-02-13 | Bluetooth: Report LE devices | Andre Guedes | 1 | -0/+5 |
2012-02-13 | Bluetooth: Add 'eir_len' param to mgmt_device_found() | Andre Guedes | 2 | -6/+11 |
2012-02-13 | Bluetooth: Change sk to l2cap_chan | Andrei Emeltchenko | 1 | -5/+6 |
2012-02-13 | Bluetooth: Use chan instead of sk | Andrei Emeltchenko | 1 | -4/+3 |
2012-02-13 | Bluetooth: Drop L2CAP chan reference if ERTM ack_timer fired | Szymon Janc | 1 | -0/+2 |
2012-02-13 | Bluetooth: Don't send RNR immediately when entering local busy | Szymon Janc | 1 | -10/+5 |
2012-02-13 | Bluetooth: Clear ack_timer when sending ack | Szymon Janc | 1 | -2/+8 |
2012-02-13 | Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ack | Szymon Janc | 1 | -3/+3 |
2012-02-13 | Bluetooth: Fix 'enable_hs' type | Fabio Estevam | 1 | -1/+1 |
2012-02-13 | Bluetooth: Sort to-be-resolved devices by RSSI during discovery | Johan Hedberg | 2 | -2/+28 |
2012-02-13 | Bluetooth: Fix resetting HCI_MGMT flag | Johan Hedberg | 1 | -1/+2 |
2012-02-13 | Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags | Johan Hedberg | 4 | -53/+53 |
2012-02-13 | Bluetooth: Remove bogus inline declaration from l2cap_chan_connect | Johan Hedberg | 1 | -1/+1 |
2012-02-13 | Bluetooth: Remove __hci_dev_put/hold | David Herrmann | 1 | -2/+2 |
2012-02-13 | Bluetooth: Correctly take hci_dev->dev refcount | David Herrmann | 1 | -1/+1 |
2012-02-13 | Bluetooth: Remove HCI-owner field | David Herrmann | 1 | -2/+1 |
2012-02-13 | Bluetooth: Correctly acquire module ref | David Herrmann | 1 | -0/+2 |
2012-02-13 | Bluetooth: Make hci-destruct callback optional | David Herrmann | 1 | -1/+1 |
2012-02-13 | Bluetooth: Remove magic number from ACL TO | Andrei Emeltchenko | 1 | -1/+2 |