Bluetooth: Track feature pages in a single table
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / bluetooth /
2013-04-18 Johan HedbergBluetooth: Track feature pages in a single table
2013-04-18 Frédéric DalleauBluetooth: Move and rename hci_conn_accept
2013-04-18 Jaganath KanakkasseryBluetooth: Fix incorrect SSP mode bit for non SSP devices
2013-04-17 David HerrmannBluetooth: hidp: fix sending output reports on intr...
2013-04-17 David HerrmannBluetooth: hidp: don't send boot-protocol messages...
2013-04-17 David HerrmannBluetooth: hidp: merge 'send' functions into hidp_send_...
2013-04-17 David HerrmannBluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()
2013-04-17 David HerrmannBluetooth: hidp: handle kernel_sendmsg() errors correctly
2013-04-17 David HerrmannBluetooth: hidp: remove old session-management
2013-04-17 David HerrmannBluetooth: hidp: add new session-management helpers
2013-04-17 David HerrmannBluetooth: l2cap: add l2cap_user sub-modules
2013-04-17 David HerrmannBluetooth: l2cap: introduce l2cap_conn ref-counting
2013-04-17 David HerrmannBluetooth: hidp: move hidp_schedule() to core.c
2013-04-17 David HerrmannBluetooth: hidp: test "terminate" before sleeping
2013-04-17 David HerrmannBluetooth: hidp: remove unused session->state field
2013-04-17 David HerrmannBluetooth: introduce hci_conn ref-counting
2013-04-17 David HerrmannBluetooth: remove unneeded hci_conn_hold/put_device()
2013-04-11 Claudio TakahasiBluetooth: Reject SCO when hci connection timeouts
2013-04-11 Claudio TakahasiBluetooth: Remove unneeded parameter
2013-04-11 Claudio TakahasiBluetooth: Minor coding style fix
2013-04-11 Claudio TakahasiBluetooth: Use GFP_KERNEL in sco_conn_add
2013-04-11 Claudio TakahasiBluetooth: Fix SCO connection reference
2013-04-11 David HerrmannBluetooth: rename hci_conn_put to hci_conn_drop
2013-04-06 David HerrmannBluetooth: hidp: verify l2cap sockets
2013-04-06 David HerrmannBluetooth: hidp: remove redundant error message
2013-04-04 Marcel HoltmannBluetooth: Remove driver init queue from core
2013-04-04 Marcel HoltmannBluetooth: Add driver setup stage for early init
2013-04-04 Johan HedbergBluetooth: Add __hci_cmd_sync_ev function
2013-04-04 Johan HedbergBluetooth: Add support for custom event terminated...
2013-04-04 Johan HedbergBluetooth: Add __hci_cmd_sync() helper function
2013-04-04 Johan HedbergBluetooth: Track received events in hdev
2013-04-04 Andre GuedesBluetooth: Remove unneeded hci_req_cmd_status function
2013-04-04 Andre GuedesBluetooth: Fix hci_inquiry ioctl usage
2013-04-04 Andre GuedesBluetooth: Fix HCI request framework
2013-03-29 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-03-27 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2013-03-25 John W. LinvilleMerge branch 'for-linville' of git://git./linux/kernel...
2013-03-25 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2013-03-25 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2013-03-25 Luciano CoelhoMerge branch 'wl12xx-next' into for-linville
2013-03-20 Wei YongjunBluetooth: fix error return code in rfcomm_add_listener()
2013-03-18 John W. LinvilleMerge tag 'for-linville-20130318' of git://github.com...
2013-03-18 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-03-18 Johan HedbergBluetooth: Fix PIN/Confirm/Passkey response parameters
2013-03-18 Johan HedbergBluetooth: Simplify address parameters of user_pairing_...
2013-03-18 Johan HedbergBluetooth: Fix fast connectable state when enabling...
2013-03-18 Johan HedbergBluetooth: Fix updating page scan parameters when not...
2013-03-18 Johan HedbergBluetooth: Update page scan parameters after successful...
2013-03-18 Johan HedbergBluetooth: Add reading of page scan parameters
2013-03-18 Johan HedbergBluetooth: Disable fast connectable when disabling...
2013-03-18 Johan HedbergBluetooth: Refactor fast connectable HCI commands
2013-03-18 Johan HedbergBluetooth: Add proper flag for fast connectable mode
2013-03-18 Johan HedbergBluetooth: Fix error response for simultaneous fast...
2013-03-18 Johan HedbergBluetooth: Limit fast connectable support to >= 1.2...
2013-03-18 Johan HedbergBluetooth: Fix fast connectable response sending
2013-03-18 Johan HedbergBluetooth: Use an async request for mgmt_set_connectable
2013-03-18 Johan HedbergBluetooth: Fix setting local name to the existing value
2013-03-18 Johan HedbergBluetooth: Fix local name setting for LE-only controllers
2013-03-18 Johan HedbergBluetooth: Handle AD updating through an async request
2013-03-18 Johan HedbergBluetooth: Fix waiting for EIR update when setting...
2013-03-18 Johan HedbergBluetooth: Fix clearing flags on power off before notif...
2013-03-18 Johan HedbergBluetooth: Clear non-persistent flags when closing...
2013-03-18 Johan HedbergBluetooth: Add a define for the HCI persistent flags...
2013-03-18 Johan HedbergBluetooth: Remove useless HCI_PENDING_CLASS flag
2013-03-18 Johan HedbergBluetooth: Fix UUID/class mgmt command response synchro...
2013-03-18 Johan HedbergBluetooth: Fix busy condition testing for EIR and class...
2013-03-18 Johan HedbergBluetooth: Wait for HCI command completion with mgmt_se...
2013-03-18 Johan HedbergBluetooth: Update mgmt powered HCI commands to use...
2013-03-18 Johan HedbergBluetooth: Move power on HCI command updates to their...
2013-03-18 Alexandru GheorghiuBluetooth: Replaced kzalloc and memcpy with kmemdup
2013-03-18 Alexandru GheorghiuBluetooth: Use PTR_RET function
2013-03-14 Vinicius Costa GomesBluetooth: Fix not closing SCO sockets in the BT_CONNEC...
2013-03-13 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2013-03-09 Johan HedbergBluetooth: Fix endianness handling of cmd_status/comple...
2013-03-09 Andre GuedesBluetooth: Check req->err in hci_req_add
2013-03-09 Andre GuedesBluetooth: Make hci_req_add returning void
2013-03-09 Andre GuedesBluetooth: HCI request error handling
2013-03-09 Andre GuedesBluetooth: Check hci_req_run returning value in __hci_r...
2013-03-09 Andre GuedesBluetooth: Return ENODATA in hci_req_run
2013-03-09 Andre GuedesBluetooth: Fix __hci_req_sync
2013-03-08 Johan HedbergBluetooth: Remove empty HCI event handlers
2013-03-08 Johan HedbergBluetooth: Remove unused hdev->init_last_cmd
2013-03-08 Johan HedbergBluetooth: Use async requests internally in hci_req_sync
2013-03-08 Johan HedbergBluetooth: Add request cmd_complete and cmd_status...
2013-03-08 Johan HedbergBluetooth: Fix stand-alone HCI command handling
2013-03-08 Johan HedbergBluetooth: Introduce new hci_req_add function
2013-03-08 Johan HedbergBluetooth: Refactor HCI command skb creation
2013-03-08 Johan HedbergBluetooth: Add initial skeleton for asynchronous HCI...
2013-03-08 Johan HedbergBluetooth: Split HCI init sequence into three stages
2013-03-08 Johan HedbergBluetooth: Fix __hci_req_sync() handling of empty requests
2013-03-08 Johan HedbergBluetooth: Rename hci_request to hci_req_sync
2013-03-08 Dean JenkinsBluetooth: Remove redundant RFCOMM BT_CLOSED settings
2013-03-08 Dean JenkinsBluetooth: Remove redundant call to rfcomm_send_disc
2013-03-08 Dean JenkinsBluetooth: Remove RFCOMM session refcnt
2013-03-08 Dean JenkinsBluetooth: Return RFCOMM session ptrs to avoid freed...
2013-03-08 Dean JenkinsBluetooth: Check rfcomm session and DLC exists on socke...
2013-03-08 Dean JenkinsBluetooth: Avoid rfcomm_session_timeout using freed...
2013-03-08 David HerrmannBluetooth: change bt_sock_unregister() to return void
2013-03-08 David HerrmannBluetooth: discard bt_sock_unregister() errors
2013-03-08 Karl ReltonBluetooth: Make hidp_get_raw_report abort if the sessio...
next