1. 9238f36 Bluetooth: Add request cmd_complete and cmd_status functions by Johan Hedberg · 12 years ago
  2. 11714b3 Bluetooth: Fix stand-alone HCI command handling by Johan Hedberg · 12 years ago
  3. 71c76a1 Bluetooth: Introduce new hci_req_add function by Johan Hedberg · 12 years ago
  4. 1ca3a9d Bluetooth: Refactor HCI command skb creation by Johan Hedberg · 12 years ago
  5. 3119ae9 Bluetooth: Add initial skeleton for asynchronous HCI requests by Johan Hedberg · 12 years ago
  6. 2177bab Bluetooth: Split HCI init sequence into three stages by Johan Hedberg · 12 years ago
  7. 53cce22 Bluetooth: Fix __hci_req_sync() handling of empty requests by Johan Hedberg · 12 years ago
  8. 01178cd Bluetooth: Rename hci_request to hci_req_sync by Johan Hedberg · 12 years ago
  9. 24fd642 Bluetooth: Remove redundant RFCOMM BT_CLOSED settings by Dean Jenkins · 12 years ago
  10. 8e888f2 Bluetooth: Remove redundant call to rfcomm_send_disc by Dean Jenkins · 12 years ago
  11. 08c30ac Bluetooth: Remove RFCOMM session refcnt by Dean Jenkins · 12 years ago
  12. 8ff52f7 Bluetooth: Return RFCOMM session ptrs to avoid freed session by Dean Jenkins · 12 years ago
  13. c06f7d5 Bluetooth: Check rfcomm session and DLC exists on socket close by Dean Jenkins · 12 years ago
  14. fea7b02 Bluetooth: Avoid rfcomm_session_timeout using freed session by Dean Jenkins · 12 years ago
  15. be9f97f Bluetooth: change bt_sock_unregister() to return void by David Herrmann · 12 years ago
  16. 5e9d7f8 Bluetooth: discard bt_sock_unregister() errors by David Herrmann · 12 years ago
  17. fd86c9b Bluetooth: Make hidp_get_raw_report abort if the session is terminating by Karl Relton · 12 years ago
  18. bed7174 Bluetooth: Rename hci_acl_disconn by Andre Guedes · 12 years ago
  19. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  20. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  21. 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
  22. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  23. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  24. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  25. 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
  26. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
  27. a3d0935 Bluetooth: Refactor mgmt_pending_foreach by Andre Guedes · 12 years ago
  28. 2b8a9a2 Bluetooth: Remove unneeded locking by Andre Guedes · 12 years ago
  29. 4052808 Bluetooth: Reduce critical section in sco_conn_ready by Andre Guedes · 12 years ago
  30. 3810285 Bluetooth: Increment Management interface revision by Johan Hedberg · 12 years ago
  31. f0ff92f Bluetooth: Fix link security setting when powering on by Johan Hedberg · 12 years ago
  32. c00d575 Bluetooth: Add support for 128-bit UUIDs in EIR data by Johan Hedberg · 12 years ago
  33. cdf1963 Bluetooth: Add support for 32-bit UUIDs in EIR data by Johan Hedberg · 12 years ago
  34. 213202e Bluetooth: Refactor UUID-16 list generation into its own function by Johan Hedberg · 12 years ago
  35. 892bbc5 Bluetooth: Remove useless eir_len variable from EIR creation by Johan Hedberg · 12 years ago
  36. a10f27c Bluetooth: Simplify UUID16 list generation for EIR by Johan Hedberg · 12 years ago
  37. 056341c Bluetooth: Simplify UUID removal code by Johan Hedberg · 12 years ago
  38. 83be8ec Bluetooth: Keep track of UUID type upon addition by Johan Hedberg · 12 years ago
  39. 4821002 Bluetooth: Simplify UUIDs clearing code by Johan Hedberg · 12 years ago
  40. de66aa6 Bluetooth: Store UUIDs in the same order that they were added by Johan Hedberg · 12 years ago
  41. 4c02e2d Bluetooth: Fix hci_conn timeout routine by Andre Guedes · 12 years ago
  42. 8cf9fa1 Bluetooth: Fix handling of unexpected SMP PDUs by Johan Hedberg · 12 years ago
  43. 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
  44. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  45. 9b008c0 Bluetooth: Add support for reading LE supported states by Johan Hedberg · 12 years ago
  46. cf1d081 Bluetooth: Add support for reading LE White List Size by Johan Hedberg · 12 years ago
  47. 60e7732 Bluetooth: Add LE Local Features reading support by Johan Hedberg · 12 years ago
  48. 5d0846d Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblock by Johan Hedberg · 12 years ago
  49. 06a63b1 Bluetooth: Fix returning proper cmd_complete for mgmt_disconnect by Johan Hedberg · 12 years ago
  50. 118da70 Bluetooth: Fix checking for valid disconnect parameters in unpair_device by Johan Hedberg · 12 years ago
  51. 4ee71b2 Bluetooth: Fix checking for valid address type values in mgmt commands by Johan Hedberg · 12 years ago
  52. 44b20d3 Bluetooth: Check for valid key->authenticated value for LTKs by Johan Hedberg · 12 years ago
  53. 3f706b7 Bluetooth: Refactor valid LTK data testing into its own function by Johan Hedberg · 12 years ago
  54. 54ad6d8 Bluetooth: Fix checking for proper key->master value in Load LTKs by Johan Hedberg · 12 years ago
  55. e57e619 Bluetooth: Fix returning proper mgmt status for Load LTKs by Johan Hedberg · 12 years ago
  56. 4ae1430 Bluetooth: Fix checking for correct mgmt_load_link_keys parameters by Johan Hedberg · 12 years ago
  57. f950a30e Bluetooth: Fix pair device command reply if adapter is powered off by Szymon Janc · 12 years ago
  58. fe03888 Bluetooth: Fix Class of Device indication when powering off by Johan Hedberg · 12 years ago
  59. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  60. 46818ed Bluetooth: Fix using system-global workqueue when not necessary by Johan Hedberg · 12 years ago
  61. 1920257 Bluetooth: Use req_workqueue for hci_request operations by Johan Hedberg · 12 years ago
  62. 6ead1bb Bluetooth: Add a new workqueue for hci_request operations by Johan Hedberg · 12 years ago
  63. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  64. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  65. 52e0b01 Bluetooth: Fix uuid output in debugfs by Gustavo Padovan · 12 years ago
  66. a1d7045 Bluetooth: Fix sending incorrect new_settings for mgmt_set_powered by Johan Hedberg · 12 years ago
  67. 0410675 Bluetooth: Fix returning proper command status for start_discovery by Johan Hedberg · 12 years ago
  68. a7e80f2 Bluetooth: Fix checking for exact values of boolean mgmt parameters by Johan Hedberg · 12 years ago
  69. 13ecd8b Bluetooth: Move non-critical sections outside of the dev lock by Johan Hedberg · 12 years ago
  70. ee98f47380 Bluetooth: Fix accepting set_dev_class for non-BR/EDR controllers by Johan Hedberg · 12 years ago
  71. 575b3a0 Bluetooth: Fix checking for valid device class values by Johan Hedberg · 12 years ago
  72. 715a5bf Bluetooth: Fix missing command complete for mgmt_load_long_term_keys by Johan Hedberg · 12 years ago
  73. e384662 Bluetooth: Fix missing command complete event for mgmt_confirm_name by Johan Hedberg · 12 years ago
  74. b7e98b5 Bluetooth: Check if the hci connection exists in SCO shutdown by Gustavo Padovan · 12 years ago
  75. 7b064ed Bluetooth: Fix authentication if acl data comes before remote feature evt by Jaganath Kanakkassery · 12 years ago
  76. 0a9ab9b Bluetooth: Fix incorrect strncpy() in hidp_setup_hid() by Anderson Lizardo · 12 years ago
  77. dbccd79 Bluetooth: Fix sending HCI commands after reset by Szymon Janc · 12 years ago
  78. a6785be Bluetooth: mgmt: Avoid using magic number in status code by Szymon Janc · 12 years ago
  79. 47c3794 Bluetooth: mgmt: Remove not needed restriction on add/remove OOB data by Szymon Janc · 12 years ago
  80. cb6801c6 Bluetooth: AMP: Use set_bit / test_bit for amp_mgr state by Andrei Emeltchenko · 12 years ago
  81. cbf54ad Bluetooth: AMP: Remove dead code by Andrei Emeltchenko · 12 years ago
  82. 7a9898c Bluetooth: AMP: Clean up logical link create / accept by Andrei Emeltchenko · 12 years ago
  83. 8e05e3b Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc write by Andrei Emeltchenko · 12 years ago
  84. d6b67c6 Bluetooth: Remove unnecessary include l2cap.h by Rami Rosen · 12 years ago
  85. d82603c treewide: Replace incomming with incoming in all comments and strings by Jorrit Schippers · 12 years ago
  86. fd62c54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  87. 818b930 Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for-3.8/multitouch', 'for-3.8/roccat', 'for-3.8/sensors' and 'for-3.8/upstream' into for-linus by Jiri Kosina · 12 years ago
  88. 4529eef HID: hidp: fallback to input session properly if hid is blacklisted by Lamarque V. Souza · 12 years ago
  89. 06ef5c4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  90. 0b27a4b Revert "Bluetooth: Fix possible deadlock in SCO code" by Gustavo Padovan · 12 years ago
  91. f2592d3 Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCS by Andrei Emeltchenko · 12 years ago
  92. cbabee7 Bluetooth: Process receiving FCS_NONE in L2CAP Conf Rsp by Andrei Emeltchenko · 12 years ago
  93. 6091891 Bluetooth: Fix missing L2CAP EWS Conf parameter by Andrei Emeltchenko · 12 years ago
  94. 5d05416 Bluetooth: AMP: Check that AMP is present and active by Andrei Emeltchenko · 12 years ago
  95. ced5c33 Bluetooth: AMP: Mark controller radio powered down after HCIDEVDOWN by Andrei Emeltchenko · 12 years ago
  96. 5e4e397 Bluetooth: Refactor l2cap_send_disconn_req by Andrei Emeltchenko · 12 years ago
  97. ffa88e0 Bluetooth: Move double negation to macros by Gustavo Padovan · 12 years ago
  98. 20714bf Bluetooth: Implement deferred sco socket setup by Frédéric Dalleau · 12 years ago
  99. b96e9c6 Bluetooth: Add BT_DEFER_SETUP option to sco socket by Frédéric Dalleau · 12 years ago
  100. b9b5ef1 Bluetooth: cancel power_on work when unregistering the device by Gustavo Padovan · 12 years ago