1. 26954c7 Bluetooth: Fix lockdep warning in L2CAP by Gustavo F. Padovan · 15 years ago
  2. 62f3a2c Bluetooth: Fix another locking unbalance by Gustavo F. Padovan · 15 years ago
  3. 280f294 Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid() by Gustavo F. Padovan · 15 years ago
  4. e1ba1f1 Bluetooth: Fix Out Of Band pairing when mgmt interface is disabled by Szymon Janc · 15 years ago
  5. 9f69bda Bluetooth: Add proper handling of received LE data by Gustavo F. Padovan · 15 years ago
  6. cd69a03 Bluetooth: Fix wrong comparison in listen() by Gustavo F. Padovan · 15 years ago
  7. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  8. c916fbe Bluetooth: Remove unneeded uninitialized_vars() by Gustavo F. Padovan · 15 years ago
  9. 49208c9 Bluetooth: Remove some sk references from l2cap_core.c by Gustavo F. Padovan · 15 years ago
  10. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  11. 2ead70b Bluetooth: Fix lockdep warning with skb list lock by Gustavo F. Padovan · 15 years ago
  12. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  13. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  14. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  15. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  16. 6f61fd47 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  17. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  18. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  19. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  20. 710f9b0 Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 15 years ago
  21. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  22. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  23. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 15 years ago
  24. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 15 years ago
  25. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  26. db940cb Bluetooth: convert net/bluetooth/ to kstrtox by Alexey Dobriyan · 15 years ago
  27. e63a15e Bluetooth: Use GFP_KERNEL in user context by Gustavo F. Padovan · 15 years ago
  28. 1322901 Bluetooth: Don't use spin_lock_bh in user context by Gustavo F. Padovan · 15 years ago
  29. fada4ac Bluetooth: Use kthread API in cmtp by Szymon Janc · 16 years ago
  30. f4d7cd4 Bluetooth: Use kthread API in bnep by Szymon Janc · 16 years ago
  31. aabf6f8 Bluetooth: Use kthread API in hidp by Szymon Janc · 15 years ago
  32. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 15 years ago
  33. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 15 years ago
  34. 1e429f3 Bluetooth: Remove gfp_mask param from hci_reassembly() by Gustavo F. Padovan · 15 years ago
  35. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 15 years ago
  36. 6f5ef99 Bluetooth: Fix warning with hci_cmd_timer by Thomas Gleixner · 16 years ago
  37. 34bd027 Bluetooth: delete hanging L2CAP channel by Andrei Emeltchenko · 16 years ago
  38. 08ba538 Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply by Johan Hedberg · 16 years ago
  39. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 16 years ago
  40. 23e9fde Bluetooth: Increment unacked_frames count only the first transmit by Suraj Sumangala · 16 years ago
  41. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 15 years ago
  42. e90165b Bluetooth: check L2CAP info_rsp ident and state by Andrei Emeltchenko · 15 years ago
  43. d101024 Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_add by Gustavo F. Padovan · 15 years ago
  44. ce85ee1 Bluetooth: Enable support for out of band association model by Szymon Janc · 16 years ago
  45. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 16 years ago
  46. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 16 years ago
  47. 8fce635 Bluetooth: Allow for NULL data in mgmt_pending_add by Szymon Janc · 16 years ago
  48. c68fb7f Bluetooth: Rename cmd to param in pending_cmd by Szymon Janc · 16 years ago
  49. e0e185e Bluetooth: Fix checkpatch error in cmtp.h by Szymon Janc · 16 years ago
  50. ffd1332 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 16 years ago
  51. 58aac46 Bluetooth: Do not use assignments in IF conditions by Szymon Janc · 16 years ago
  52. 17f09a7 Bluetooth: Fix checkpatch errors, code style issues and typos in hidp by Szymon Janc · 16 years ago
  53. 8c20aa9 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 16 years ago
  54. 3aad75a Bluetooth: Fix checkpatch errors and some code style issues in bnep by Szymon Janc · 16 years ago
  55. a3d9bd4 Bluetooth: Opencode macros in bnep/core.c by Szymon Janc · 16 years ago
  56. 2c6d1a2 Bluetooth: Improve error message on wrong link type by Gustavo F. Padovan · 16 years ago
  57. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 16 years ago
  58. dc4fe30 Bluetooth: mgmt: Add local name information to read_info reply by Johan Hedberg · 16 years ago
  59. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 16 years ago
  60. f0681a6 Bluetooth: remove unnecessary function declaration by Gustavo F. Padovan · 16 years ago
  61. 7fd23a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 16 years ago
  62. 65b0619 Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat', 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 16 years ago
  63. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  64. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 16 years ago
  65. a177584 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 16 years ago
  66. b8534e0 Bluetooth: Fix some small code style issues in mgmt.c by Szymon Janc · 16 years ago
  67. 3cf2a4f Bluetooth: Use variable name instead of type in sizeof() by Szymon Janc · 16 years ago
  68. 8ce6284 Bluetooth: Remove unused code from get_connections by Szymon Janc · 16 years ago
  69. 34eb525 Bluetooth: Log all parameters in cmd_status for easier debugging by Szymon Janc · 16 years ago
  70. 8020c16 Bluetooth: Fix possible NULL pointer dereference in cmd_complete by Szymon Janc · 16 years ago
  71. d45dcef Bluetooth: Fix BT_L2CAP and BT_SCO in Kconfig by Gustavo F. Padovan · 16 years ago
  72. 30e7627 Bluetooth: Use ERR_PTR as return error from hci_connect by Ville Tervo · 16 years ago
  73. bdce7ba Bluetooth: Validate data size before accessing mgmt commands by Szymon Janc · 16 years ago
  74. 4e51eae Bluetooth: Move index to common header in management interface by Szymon Janc · 16 years ago
  75. 779cb85 Bluetooth: Use proper command structure in remove_uuid by Szymon Janc · 16 years ago
  76. 50899e8 Bluetooth: Remove duplicated BT_INFO() from L2CAP by Gustavo F. Padovan · 16 years ago
  77. 0ed54da Bluetooth: remove unnecessary call to hci_sock_cleanup by Anand Gadiyar · 16 years ago
  78. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 16 years ago
  79. b7440a14 Bluetooth: fix build break on hci_sock.c by Anand Gadiyar · 16 years ago
  80. 97e1efb HID: bt hidp: send Output reports using SET_REPORT on the Control channel by Antonio Ospite · 16 years ago
  81. 15c4794 Bluetooth: Fix LE conn creation by Anderson Briglia · 16 years ago
  82. a664b5b Bluetooth: Fix unnecessary list traversal in mgmt_pending_remove by Johan Hedberg · 16 years ago
  83. a958355 Bluetooth: Fix inititial value for remote authentication requirements by Johan Hedberg · 16 years ago
  84. 2a61169 Bluetooth: Add mgmt_auth_failed event by Johan Hedberg · 16 years ago
  85. ac56fb1 Bluetooth: Fix mgmt_pin_code_reply return parameters by Johan Hedberg · 16 years ago
  86. 59a24b5 Bluetooth: Fix mgmt_pin_code_reply command status opcode by Johan Hedberg · 16 years ago
  87. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 16 years ago
  88. e9a416b Bluetooth: Add mgmt_pair_device command by Johan Hedberg · 16 years ago
  89. 366a033 Bluetooth: Make pending_add return a pointer to the added entry by Johan Hedberg · 16 years ago
  90. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 16 years ago
  91. 8ffd878 Bluetooth: fix checkpatch errors in af_bluetooth.c by Gustavo F. Padovan · 16 years ago
  92. 602f988 Bluetooth: Fix errors reported by checkpatch.pl by Gustavo F. Padovan · 16 years ago
  93. e2174ca Bluetooth: fix errors reported by checkpatch.pl by Gustavo F. Padovan · 16 years ago
  94. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 16 years ago
  95. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 16 years ago
  96. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 16 years ago
  97. 138d22e Bluetooth: Fix some code style issues in hci_event.c by Szymon Janc · 16 years ago
  98. 01df8c3 Bluetooth: Fix some code style issues in hci_core.c by Szymon Janc · 16 years ago
  99. 0786f8b Bluetooth: Clean up hci_sniff_subrate_evt function by Szymon Janc · 16 years ago
  100. 7235975 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 16 years ago