GitHub/mt8127/android_kernel_alcatel_ttab.git
Author Commit
2012-06-12 Andrei EmeltchenkoBluetooth: Fix not setting HCI_RESET flag for AMP
2012-06-12 Andrei EmeltchenkoBluetooth: Correct debug print specifier for u16 objects
2012-06-12 Andrei EmeltchenkoBluetooth: Add opcode to error message
2012-06-12 Andrei EmeltchenkoBluetooth: Update HCI timeouts constants to use msecs_t...
2012-06-12 Andrei EmeltchenkoBluetooth: Use standard HCI cmd timeout for RESET
2012-06-12 Gustavo PadovanMerge branch 'for-upstream' of git://git./linux/kernel...
2012-06-09 Gustavo PadovanBluetooth: Fix style in hidp code
2012-06-09 Johan HedbergBluetooth: Add support for encryption key refresh
2012-06-08 Johan HedbergBluetooth: Fix SMP security elevation from medium to...
2012-06-08 Johan HedbergBluetooth: Fix deadlock and crash when SMP pairing...
2012-06-08 Vishal AgarwalBluetooth: Fix LE pairing completion on connection...
2012-06-08 Johan HedbergBluetooth: Fix SMP pairing method selection
2012-06-05 Andrei EmeltchenkoBluetooth: Remove magic disconnect reason
2012-06-05 Vinicius Costa... Bluetooth: Fix checking the wrong flag when accepting...
2012-06-05 Andre GuedesBluetooth: Filter duplicated reports in LE scan
2012-06-05 Gustavo PadovanBluetooth: Create empty l2cap ops function
2012-06-05 Andre GuedesBluetooth: Rename L2CAP_LE_DEFAULT_MTU
2012-06-05 Andre GuedesBluetooth: Check MTU value in l2cap_sock_setsockopt_old
2012-06-05 Andre GuedesBluetooth: Change default MTU for L2CAP ATT channel
2012-06-05 Andrzej KaczmarekBluetooth: Fix not removing hci_conn for failed LE...
2012-06-05 Andrzej KaczmarekBluetooth: Return proper mgmt state when LE pairing...
2012-06-05 Andrzej KaczmarekBluetooth: Allow only one LE connection attempt
2012-06-05 Gustavo PadovanBluetooth: Remove unused err var from l2cap_segment_sdu()
2012-06-05 Gustavo PadovanBluetooth: Create function to return the ERTM header...
2012-06-05 Andrei EmeltchenkoBluetooth: Make l2cap_att_channel return void
2012-06-05 Andrei EmeltchenkoBluetooth: Make l2cap_conless_channel return void
2012-06-05 Andrei EmeltchenkoBluetooth: Make l2cap_data_channel return void
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Do not reference hci_conn
2012-06-05 Andrei EmeltchenkoBluetooth: Do not check func ready existence
2012-06-05 Szymon JancBluetooth: Remove unused HCI timeouts definitions
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Manage incoming connections
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Handling fixed channels
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Process A2MP Command Responses
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Process A2MP Disc Physlink Request
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Process A2MP Create Physlink Request
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Process A2MP Get AMP Assoc Request
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Process A2MP Get Info Request
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Process A2MP Change Notify
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Process A2MP Discover Request
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Process A2MP Command Reject
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Process A2MP messages
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Define A2MP status codes
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Definitions for A2MP commands
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Add chan callbacks
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Build and Send msg helpers
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: AMP Manager basic functions
2012-06-05 Andrei EmeltchenkoBluetooth: A2MP: Create A2MP channel
2012-06-05 Andrei EmeltchenkoBluetooth: trivial: Use defined PSMLEN instead of magic
2012-06-05 Gustavo PadovanBluetooth: check for already existent channel before...
2012-06-05 Gustavo PadovanBluetooth: Move check for backlog size to l2cap_sock.c
2012-06-05 Gustavo PadovanBluetooth: Use chan->state instead of sk->sk_state
2012-06-05 Andrei EmeltchenkoBluetooth: Add l2cap_chan->ops->ready()
2012-06-05 Andrei EmeltchenkoBluetooth: Move clean up code and set of SOCK_ZAPPED...
2012-06-05 Gustavo PadovanBluetooth: Use chan as parameters for l2cap chan ops
2012-06-05 Sasha LevinBluetooth: Really fix registering hci with duplicate...
2012-06-05 Gustavo PadovanBluetooth: Use l2cap_chan_ready() in LE path
2012-06-05 Gustavo PadovanBluetooth: Remove extra l2cap_state_change(BT_CONNECTED)
2012-06-05 Gustavo PadovanBluetooth: Get a more accurate L2CAP PDU len
2012-06-05 Andrei EmeltchenkoBluetooth: Define HCI AMP cmd struct
2012-06-05 Andrei EmeltchenkoBluetooth: Use __constant modifier in HCI code
2012-06-05 Andrei EmeltchenkoBluetooth: Use __constant when dealing with constants
2012-06-05 Andrei EmeltchenkoBluetooth: Define and use PSM identifiers
2012-06-05 Gustavo PadovanBluetooth: Use lmp_ssp_capable() macro
2012-06-05 Bing ZhaoBluetooth: btmrvl: add SD8787 Bluetooth AMP device ID
2012-06-05 Mat MartineauBluetooth: Send a configuration request after security...
2012-06-05 Andrei EmeltchenkoBluetooth: Define L2CAP conf continuation flag
2012-06-05 Gustavo PadovanBluetooth: Remove unneeded EXPORT_SYMBOL
2012-06-05 Gustavo PadovanBluetooth: Remove unnecessary headers include
2012-06-05 Gustavo PadovanBluetooth: Fix coding style in the subsystem
2012-06-05 Gustavo PadovanBluetooth: Fix coding style in include/net/bluetooth
2012-06-05 Gustavo PadovanBluetooth: Remove 'register' usage from the subsystem
2012-06-05 Gustavo PadovanBluetooth: Remove most of the inline usage
2012-06-05 Andrei EmeltchenkoBluetooth: trivial: Remove empty line
2012-06-05 Andrei EmeltchenkoBluetooth: Preserve L2CAP flags values
2012-06-05 Andrei EmeltchenkoBluetooth: Use defined link key size
2012-06-05 Szymon JancBluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET...
2012-06-05 Gustavo PadovanBluetooth: Fix trailing whitespaces in license text
2012-06-05 Gustavo PadovanBluetooth: Remove dead int returns
2012-06-05 Gustavo PadovanBluetooth: Remove double check for BT_CONNECTED
2012-06-05 Andrei EmeltchenkoBluetooth: Silent sparse warnings
2012-06-05 Gustavo PadovanBluetooth: Do not purge queue in Basic Mode
2012-06-05 Mat MartineauBluetooth: Enable ERTM by default
2012-06-05 Mat MartineauBluetooth: Remove unused ERTM control field macros
2012-06-05 Mat MartineauBluetooth: Set txwin values for streaming mode
2012-06-05 Mat MartineauBluetooth: Remove unneccesary inline
2012-06-05 Mat MartineauBluetooth: Simplify the ERTM ack timeout
2012-06-05 Mat MartineauBluetooth: Use the ERTM transmit state machine from...
2012-06-05 Mat MartineauBluetooth: Check rules when setting retransmit or monit...
2012-06-05 Mat MartineauBluetooth: Use new header structures in l2cap_send_rr_o...
2012-06-05 Mat MartineauBluetooth: Handle incoming REJ frames
2012-06-05 Mat MartineauBluetooth: Handle SREJ requests to resend unacked frames
2012-06-05 Mat MartineauBluetooth: Reassemble all available data when retransmi...
2012-06-05 Mat MartineauBluetooth: Send SREJ frames when packets go missing
2012-06-05 Mat MartineauBluetooth: Add implementation for retransmitting all...
2012-06-05 Mat MartineauBluetooth: Add the ERTM receive state machine
2012-06-05 Mat MartineauBluetooth: Update l2cap_send_i_or_rr_or_rnr to fit...
2012-06-05 Mat MartineauBluetooth: Use the transmit state machine for busy...
2012-06-05 Mat MartineauBluetooth: Refactor l2cap_send_ack
2012-06-05 Mat MartineauBluetooth: Remove receive code that has been superceded
2012-06-05 Mat MartineauBluetooth: Add streaming mode receive and incoming...
next