GitHub/mt8127/android_kernel_alcatel_ttab.git
Author Commit
2012-02-13 Johan HedbergBluetooth: Add address type to mgmt blacklist messages
2012-02-13 Johan HedbergBluetooth: Add address type to Out Of Band mgmt messages
2012-02-13 Johan HedbergBluetooth: Add address type to user_confirm and user_pa...
2012-02-13 Johan HedbergBluetooth: Update mgmt_disconnect to match latest API
2012-02-13 Johan HedbergBluetooth: Update and rename mgmt_remove_keys to mgmt_u...
2012-02-13 Szymon JancBluetooth: Fix double acking I-Frames when sending...
2012-02-13 Szymon JancBluetooth: Fix possible missing I-Frame acknowledgement
2012-02-13 Andrei EmeltchenkoBluetooth: Remove unneeded sk variable
2012-02-13 Andrei EmeltchenkoBluetooth: Clean up l2cap_chan_add
2012-02-13 Andrei EmeltchenkoBluetooth: Change chan_ready param from sk to chan
2012-02-13 Andre GuedesBluetooth: Add BT_DBG to mgmt_discovering()
2012-02-13 Johan HedbergBluetooth: Fix device_found event length for remote...
2012-02-13 Andre GuedesBluetooth: Fix indentation
2012-02-13 Andre GuedesBluetooth: MGMT start discovery LE-Only support
2012-02-13 Andre GuedesBluetooth: Add hci_le_scan()
2012-02-13 Andre GuedesBluetooth: Add hci_do_le_scan()
2012-02-13 Andre GuedesBluetooth: Minor code refactoring
2012-02-13 Andre GuedesBluetooth: LE scan should send Discovering events
2012-02-13 Johan HedbergBluetooth: Add missing QUIRK_NO_RESET test to hci_dev_d...
2012-02-13 Andrei EmeltchenkoBluetooth: Helper removes duplicated code
2012-02-13 Andrei EmeltchenkoBluetooth: Recalculate sched HCI blk/pkt flow ctrl
2012-02-13 Vinicius Costa... Bluetooth: Add support for notifying userspace of new...
2012-02-13 Vinicius Costa... Bluetooth: Clean up structures left unused
2012-02-13 Vinicius Costa... Bluetooth: Add support for removing LTK's when pairing...
2012-02-13 Vinicius Costa... Bluetooth: Add MGMT handlers for dealing with SMP LTK's
2012-02-13 Vinicius Costa... Bluetooth: Use the updated key structures for handling...
2012-02-13 Vinicius Costa... Bluetooth: Add new structures for handling SMP Long...
2012-02-13 Vinicius Costa... Bluetooth: Fix doing some useless casts when receiving...
2012-02-13 Manoj IyerBluetooth: btusb: Add vendor specific ID (0a5c 21f3...
2012-02-13 Andrei EmeltchenkoBluetooth: Use list _safe deleting from conn chan_list
2012-02-13 Andrei EmeltchenkoBluetooth: Use list _safe deleting from conn_hash_list
2012-02-13 Johan HedbergBluetooth: mgmt: Implement Cancel Pair Device command
2012-02-13 Hemant GuptaBluetooth: Fix clearing of debug and linkkey flags
2012-02-13 Hemant GuptaBluetooth: Send correct response to IO Capability Request
2012-02-13 Peter HurleyBluetooth: Fix l2cap conn failures for ssp devices
2012-02-13 Johan HedbergBluetooth: Update mgmt.h to match latest API spec
2012-02-13 Vinicius Costa... Bluetooth: Fix invalid memory access when there's no...
2012-02-13 Octavian PurdilaBluetooth: Fix RFCOMM session reference counting issue
2012-02-13 Andre GuedesBluetooth: Use GFP_KERNEL in hci_add_adv_entry()
2012-02-13 Vinicius Costa... Bluetooth: Rename smp_key_size to enc_key_size
2012-02-13 Vinicius Costa... Bluetooth: Add structures for the new LTK exchange...
2012-02-13 Ulisses FurquimBluetooth: Fix possible use after free in delete path
2012-02-13 Ulisses FurquimBluetooth: Remove usage of __cancel_delayed_work()
2012-02-13 Andre GuedesBluetooth: Remove unneeded locking
2012-02-13 Andre GuedesBluetooth: Fix potential deadlock
2012-02-13 Andre GuedesBluetooth: Use GFP_KERNEL in hci_chan_create()
2012-02-13 Andre GuedesBluetooth: Use GFP_KERNEL in hci_conn_add()
2012-02-13 Szymon JancBluetooth: Make l2cap_ertm_data_rcv static
2012-02-13 Andrei EmeltchenkoBluetooth: Add alloc_skb chan operator
2012-02-13 Octavian PurdilaBluetooth: silence lockdep warning
2012-02-13 Andrei EmeltchenkoBluetooth: trivial: space correction
2012-02-13 Johan HedbergBluetooth: Add a convenience function to check for...
2012-02-13 Johan HedbergBluetooth: Convert hdev->ssp_mode to a flag
2012-02-13 Johan HedbergBluetooth: Merge boolean members of struct hci_conn...
2012-02-13 Johan HedbergBluetooth: Update device_connected and device_found...
2012-02-13 Johan HedbergBluetooth: Convert hdev->out to a bool type
2012-02-13 Johan HedbergBluetooth: Rename conn->pend to conn->flags
2012-02-13 Johan HedbergBluetooth: Merge device class into the EIR data in...
2012-02-13 Johan HedbergBluetooth: Move eir_has_data_field to hci_core.h
2012-02-13 Johan HedbergBluetooth: Add missing EIR defines to hci.h
2012-02-13 Johan HedbergBluetooth: Rename eir_has_complete_name to eir_has_data...
2012-02-13 Johan HedbergBluetooth: Add eir_len parameter to mgmt_ev_device_found
2012-02-13 Johan HedbergBluetooth: Rename mgmt connected events to match user...
2012-02-13 Johan HedbergBluetooth: Fix clearing persistent flags
2012-02-13 Andre GuedesBluetooth: Report LE devices
2012-02-13 Andre GuedesBluetooth: Add 'eir_len' param to mgmt_device_found()
2012-02-13 Andrei EmeltchenkoBluetooth: Change sk to l2cap_chan
2012-02-13 Andrei EmeltchenkoBluetooth: Use chan instead of sk
2012-02-13 Szymon JancBluetooth: Drop L2CAP chan reference if ERTM ack_timer...
2012-02-13 Szymon JancBluetooth: Don't send RNR immediately when entering...
2012-02-13 Szymon JancBluetooth: Clear ack_timer when sending ack
2012-02-13 Szymon JancBluetooth: Set P-bit for SREJ frame only if there are...
2012-02-13 Szymon JancBluetooth: Make l2cap_clear_timer return if timer was...
2012-02-13 Fabio EstevamBluetooth: Fix 'enable_hs' type
2012-02-13 Johan HedbergBluetooth: Sort to-be-resolved devices by RSSI during...
2012-02-13 Johan HedbergBluetooth: Fix resetting HCI_MGMT flag
2012-02-13 Johan HedbergBluetooth: Move mgmt related flags from hdev->flags...
2012-02-13 Johan HedbergBluetooth: Remove bogus inline declaration from l2cap_c...
2012-02-13 David HerrmannBluetooth: Remove __hci_dev_put/hold
2012-02-13 David HerrmannBluetooth: Correctly take hci_dev->dev refcount
2012-02-13 David HerrmannBluetooth: Remove HCI-owner field
2012-02-13 David HerrmannBluetooth: Correctly acquire module ref
2012-02-13 David HerrmannBluetooth: Remove unused hci-destruct cb
2012-02-13 David HerrmannBluetooth: uart-ldisc: Fix memory leak and remove destr...
2012-02-13 David HerrmannBluetooth: btsdio: Free driver data on SDIO shutdown
2012-02-13 David HerrmannBluetooth: bpa10x: Free private driver data on usb...
2012-02-13 David HerrmannBluetooth: btusb: Free driver data on USB shutdown
2012-02-13 David HerrmannBluetooth: bfusb: Free driver_data on USB shutdown
2012-02-13 David HerrmannBluetooth: vhci: Free driver_data on file release
2012-02-13 David HerrmannBluetooth: dtl1-cs: Remove empty destruct cb
2012-02-13 David HerrmannBluetooth: btwilink: Remove empty destruct cb
2012-02-13 David HerrmannBluetooth: btuart-cs: Remove empty destruct cb
2012-02-13 David HerrmannBluetooth: btmrvl: Remove empty destruct cb
2012-02-13 David HerrmannBluetooth: bt3c-cs: Remove empty destruct cb
2012-02-13 David HerrmannBluetooth: bluecard-cs: Remove empty destruct cb
2012-02-13 David HerrmannBluetooth: Make hci-destruct callback optional
2012-02-13 David HerrmannBluetooth: dtl1: Fix memleak in probe()
2012-02-13 David HerrmannBluetooth: hci-uart-ath: Use GFP_ATOMIC in open()
2012-02-13 David HerrmannBluetooth: hci-uart-bcsp: Use GFP_ATOMIC in open()
2012-02-13 David HerrmannBluetooth: hci-uart-h4: Use GFP_ATOMIC in open()
next