GitHub/mt8127/android_kernel_alcatel_ttab.git
Author Commit
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()
2012-02-13 David HerrmannBluetooth: hci-uart-ll: Use GFP_ATOMIC in open()
2012-02-13 Vinicius Costa... Bluetooth: Fix using an absolute timeout on hci_conn_put()
2012-02-13 Andrei EmeltchenkoBluetooth: Remove magic number from ACL TO
2012-02-13 Andrzej KaczmarekBluetooth: l2cap_set_timer needs jiffies as timeout...
2012-02-13 Andrzej KaczmarekBluetooth: Fix sk_sndtimeo initialization for L2CAP...
2012-02-13 Andrei EmeltchenkoBluetooth: Process num completed data blocks event
2012-02-13 Daniel WagnerBluetooth: Don't mark non xfer isoc endpoint URBs with...
2012-02-13 Johan HedbergBluetooth: Add name resolving support for mgmt based...
2012-02-13 Johan HedbergBluetooth: Add discovery state tracking
2012-02-13 Johan HedbergBluetooth: Rename hdev->inq_cache to hdev->discovery
2012-02-13 Johan HedbergBluetooth: Flush inquiry cache when starting mgmt trigg...
2012-02-13 Johan HedbergBluetooth: Return updated name state with hci_inquiry_c...
2012-02-13 Johan HedbergBluetooth: Add initial mgmt_confirm_name support
2012-02-13 Johan HedbergBluetooth: Move Extended Inquiry Response defines to...
2012-02-13 Johan HedbergBluetooth: Convert inquiry cache to use standard list...
2012-02-09 John W. Linvillertlwifi: Modify rtl_pci_init to return 0 on success
2012-02-08 Felix Fietkaumac80211: do not call rate control .tx_status before...
2012-02-08 Simon Grahamrtlwifi: Return correct failure code on error
2012-02-08 Luis R. Rodriguezmac80211: rename mesh static path_lookup()
2012-02-08 Simon Grahamrtlwifi: Handle previous allocation failures when freei...
2012-02-08 Felix Fietkaumac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG...
2012-02-08 Gertjan van... rt2x00: Correctly set txmixer_gain in RT3572 channel...
2012-02-08 Gertjan van... rt2x00: Fix RT3572 channel switch RFCSR 7 programming.
2012-02-08 Gertjan van... rt2x00: Align RT3572 channel switch RFCSR 1 programming...
2012-02-08 Gertjan van... rt2x00: Fix RFCSR 12 & 13 programming on RT3572 channel...
next