1. 75e84b7 Bluetooth: Add __hci_cmd_sync() helper function by Johan Hedberg · 12 years ago
  2. b6ddb63 Bluetooth: Track received events in hdev by Johan Hedberg · 12 years ago
  3. d4299ce Bluetooth: Remove unneeded hci_req_cmd_status function by Andre Guedes · 12 years ago
  4. 3e13fa1 Bluetooth: Fix hci_inquiry ioctl usage by Andre Guedes · 12 years ago
  5. 3372045 Bluetooth: Fix HCI request framework by Andre Guedes · 12 years ago
  6. 9a574cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  7. 0227c7b Bluetooth: fix error return code in rfcomm_add_listener() by Wei Yongjun · 12 years ago
  8. 8fa48cb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  9. feb94d3 Bluetooth: Fix PIN/Confirm/Passkey response parameters by Johan Hedberg · 12 years ago
  10. 1707c60 Bluetooth: Simplify address parameters of user_pairing_resp() by Johan Hedberg · 12 years ago
  11. 4c01f8b Bluetooth: Fix fast connectable state when enabling page scan by Johan Hedberg · 12 years ago
  12. bd98b99 Bluetooth: Fix updating page scan parameters when not necessary by Johan Hedberg · 12 years ago
  13. 4a3ee76 Bluetooth: Update page scan parameters after successful write commands by Johan Hedberg · 12 years ago
  14. f332ec6 Bluetooth: Add reading of page scan parameters by Johan Hedberg · 12 years ago
  15. e36a376 Bluetooth: Disable fast connectable when disabling connectable by Johan Hedberg · 12 years ago
  16. 406d780 Bluetooth: Refactor fast connectable HCI commands by Johan Hedberg · 12 years ago
  17. 1a4d3c4 Bluetooth: Add proper flag for fast connectable mode by Johan Hedberg · 12 years ago
  18. 05cbf29 Bluetooth: Fix error response for simultaneous fast connectable commands by Johan Hedberg · 12 years ago
  19. 1a47aee Bluetooth: Limit fast connectable support to >= 1.2 controllers by Johan Hedberg · 12 years ago
  20. 33e38b3 Bluetooth: Fix fast connectable response sending by Johan Hedberg · 12 years ago
  21. 2b76f45 Bluetooth: Use an async request for mgmt_set_connectable by Johan Hedberg · 12 years ago
  22. b3f2ca9 Bluetooth: Fix setting local name to the existing value by Johan Hedberg · 12 years ago
  23. 3f98505 Bluetooth: Fix local name setting for LE-only controllers by Johan Hedberg · 12 years ago
  24. 04b4edc Bluetooth: Handle AD updating through an async request by Johan Hedberg · 12 years ago
  25. 1392897 Bluetooth: Fix waiting for EIR update when setting local name by Johan Hedberg · 12 years ago
  26. 35b973c Bluetooth: Fix clearing flags on power off before notifying mgmt by Johan Hedberg · 12 years ago
  27. f9f8527 Bluetooth: Clear non-persistent flags when closing HCI device by Johan Hedberg · 12 years ago
  28. 2cc6fb0 Bluetooth: Add a define for the HCI persistent flags mask by Johan Hedberg · 12 years ago
  29. 2908fe3 Bluetooth: Remove useless HCI_PENDING_CLASS flag by Johan Hedberg · 12 years ago
  30. 92da609 Bluetooth: Fix UUID/class mgmt command response synchronization by Johan Hedberg · 12 years ago
  31. 0cab9c8 Bluetooth: Fix busy condition testing for EIR and class updates by Johan Hedberg · 12 years ago
  32. 229ab39 Bluetooth: Wait for HCI command completion with mgmt_set_powered by Johan Hedberg · 12 years ago
  33. 890ea89 Bluetooth: Update mgmt powered HCI commands to use async requests by Johan Hedberg · 12 years ago
  34. 70da624 Bluetooth: Move power on HCI command updates to their own function by Johan Hedberg · 12 years ago
  35. 5ae327f Bluetooth: Replaced kzalloc and memcpy with kmemdup by Alexandru Gheorghiu · 12 years ago
  36. 12033ca Bluetooth: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  37. eb20ff9 Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state by Vinicius Costa Gomes · 12 years ago
  38. ad82cdd Bluetooth: Fix endianness handling of cmd_status/complete opcodes by Johan Hedberg · 12 years ago
  39. 34739c1 Bluetooth: Check req->err in hci_req_add by Andre Guedes · 12 years ago
  40. e348fe6 Bluetooth: Make hci_req_add returning void by Andre Guedes · 12 years ago
  41. 5d73e03 Bluetooth: HCI request error handling by Andre Guedes · 12 years ago
  42. 920c830 Bluetooth: Check hci_req_run returning value in __hci_req_sync by Andre Guedes · 12 years ago
  43. 382b0c3 Bluetooth: Return ENODATA in hci_req_run by Andre Guedes · 12 years ago
  44. bc4445c Bluetooth: Fix __hci_req_sync by Andre Guedes · 12 years ago
  45. d865b00 Bluetooth: Remove empty HCI event handlers by Johan Hedberg · 12 years ago
  46. cecbb96 Bluetooth: Remove unused hdev->init_last_cmd by Johan Hedberg · 12 years ago
  47. 42c6b12 Bluetooth: Use async requests internally in hci_req_sync by Johan Hedberg · 12 years ago
  48. 9238f36 Bluetooth: Add request cmd_complete and cmd_status functions by Johan Hedberg · 12 years ago
  49. 11714b3 Bluetooth: Fix stand-alone HCI command handling by Johan Hedberg · 12 years ago
  50. 71c76a1 Bluetooth: Introduce new hci_req_add function by Johan Hedberg · 12 years ago
  51. 1ca3a9d Bluetooth: Refactor HCI command skb creation by Johan Hedberg · 12 years ago
  52. 3119ae9 Bluetooth: Add initial skeleton for asynchronous HCI requests by Johan Hedberg · 12 years ago
  53. 2177bab Bluetooth: Split HCI init sequence into three stages by Johan Hedberg · 12 years ago
  54. 53cce22 Bluetooth: Fix __hci_req_sync() handling of empty requests by Johan Hedberg · 12 years ago
  55. 01178cd Bluetooth: Rename hci_request to hci_req_sync by Johan Hedberg · 12 years ago
  56. 24fd642 Bluetooth: Remove redundant RFCOMM BT_CLOSED settings by Dean Jenkins · 12 years ago
  57. 8e888f2 Bluetooth: Remove redundant call to rfcomm_send_disc by Dean Jenkins · 12 years ago
  58. 08c30ac Bluetooth: Remove RFCOMM session refcnt by Dean Jenkins · 12 years ago
  59. 8ff52f7 Bluetooth: Return RFCOMM session ptrs to avoid freed session by Dean Jenkins · 12 years ago
  60. c06f7d5 Bluetooth: Check rfcomm session and DLC exists on socket close by Dean Jenkins · 12 years ago
  61. fea7b02 Bluetooth: Avoid rfcomm_session_timeout using freed session by Dean Jenkins · 12 years ago
  62. be9f97f Bluetooth: change bt_sock_unregister() to return void by David Herrmann · 12 years ago
  63. 5e9d7f8 Bluetooth: discard bt_sock_unregister() errors by David Herrmann · 12 years ago
  64. fd86c9b Bluetooth: Make hidp_get_raw_report abort if the session is terminating by Karl Relton · 12 years ago
  65. bed7174 Bluetooth: Rename hci_acl_disconn by Andre Guedes · 12 years ago
  66. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  67. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  68. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  69. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  70. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  71. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  72. f5237f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  73. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
  74. a3d0935 Bluetooth: Refactor mgmt_pending_foreach by Andre Guedes · 12 years ago
  75. 2b8a9a2 Bluetooth: Remove unneeded locking by Andre Guedes · 12 years ago
  76. 4052808 Bluetooth: Reduce critical section in sco_conn_ready by Andre Guedes · 12 years ago
  77. 3810285 Bluetooth: Increment Management interface revision by Johan Hedberg · 12 years ago
  78. f0ff92f Bluetooth: Fix link security setting when powering on by Johan Hedberg · 12 years ago
  79. c00d575 Bluetooth: Add support for 128-bit UUIDs in EIR data by Johan Hedberg · 12 years ago
  80. cdf1963 Bluetooth: Add support for 32-bit UUIDs in EIR data by Johan Hedberg · 12 years ago
  81. 213202e Bluetooth: Refactor UUID-16 list generation into its own function by Johan Hedberg · 12 years ago
  82. 892bbc5 Bluetooth: Remove useless eir_len variable from EIR creation by Johan Hedberg · 12 years ago
  83. a10f27c Bluetooth: Simplify UUID16 list generation for EIR by Johan Hedberg · 12 years ago
  84. 056341c Bluetooth: Simplify UUID removal code by Johan Hedberg · 12 years ago
  85. 83be8ec Bluetooth: Keep track of UUID type upon addition by Johan Hedberg · 12 years ago
  86. 4821002 Bluetooth: Simplify UUIDs clearing code by Johan Hedberg · 12 years ago
  87. de66aa6 Bluetooth: Store UUIDs in the same order that they were added by Johan Hedberg · 12 years ago
  88. 4c02e2d Bluetooth: Fix hci_conn timeout routine by Andre Guedes · 12 years ago
  89. 8cf9fa1 Bluetooth: Fix handling of unexpected SMP PDUs by Johan Hedberg · 12 years ago
  90. 0f496df Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  91. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  92. 9b008c0 Bluetooth: Add support for reading LE supported states by Johan Hedberg · 12 years ago
  93. cf1d081 Bluetooth: Add support for reading LE White List Size by Johan Hedberg · 12 years ago
  94. 60e7732 Bluetooth: Add LE Local Features reading support by Johan Hedberg · 12 years ago
  95. 5d0846d Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblock by Johan Hedberg · 12 years ago
  96. 06a63b1 Bluetooth: Fix returning proper cmd_complete for mgmt_disconnect by Johan Hedberg · 12 years ago
  97. 118da70 Bluetooth: Fix checking for valid disconnect parameters in unpair_device by Johan Hedberg · 12 years ago
  98. 4ee71b2 Bluetooth: Fix checking for valid address type values in mgmt commands by Johan Hedberg · 12 years ago
  99. 44b20d3 Bluetooth: Check for valid key->authenticated value for LTKs by Johan Hedberg · 12 years ago
  100. 3f706b7 Bluetooth: Refactor valid LTK data testing into its own function by Johan Hedberg · 12 years ago