1. cd69a03 Bluetooth: Fix wrong comparison in listen() by Gustavo F. Padovan · 14 years ago
  2. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  3. c916fbe Bluetooth: Remove unneeded uninitialized_vars() by Gustavo F. Padovan · 14 years ago
  4. 49208c9 Bluetooth: Remove some sk references from l2cap_core.c by Gustavo F. Padovan · 14 years ago
  5. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  6. 2ead70b Bluetooth: Fix lockdep warning with skb list lock by Gustavo F. Padovan · 14 years ago
  7. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  8. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  9. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  10. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  11. 6f61fd47 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  12. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  13. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  14. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  15. 710f9b0a Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 14 years ago
  16. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  17. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  18. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 14 years ago
  19. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 14 years ago
  20. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  21. db940cb Bluetooth: convert net/bluetooth/ to kstrtox by Alexey Dobriyan · 14 years ago
  22. e63a15e Bluetooth: Use GFP_KERNEL in user context by Gustavo F. Padovan · 14 years ago
  23. 1322901 Bluetooth: Don't use spin_lock_bh in user context by Gustavo F. Padovan · 14 years ago
  24. fada4ac Bluetooth: Use kthread API in cmtp by Szymon Janc · 14 years ago
  25. f4d7cd4 Bluetooth: Use kthread API in bnep by Szymon Janc · 14 years ago
  26. aabf6f8 Bluetooth: Use kthread API in hidp by Szymon Janc · 14 years ago
  27. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 14 years ago
  28. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 14 years ago
  29. 1e429f3 Bluetooth: Remove gfp_mask param from hci_reassembly() by Gustavo F. Padovan · 14 years ago
  30. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 14 years ago
  31. 6f5ef99 Bluetooth: Fix warning with hci_cmd_timer by Thomas Gleixner · 14 years ago
  32. 34bd027 Bluetooth: delete hanging L2CAP channel by Andrei Emeltchenko · 14 years ago
  33. 08ba538 Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply by Johan Hedberg · 14 years ago
  34. 8693ac9 Bluetooth: Fix sending LE data over USB by Vinicius Costa Gomes · 14 years ago
  35. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 14 years ago
  36. 23e9fde Bluetooth: Increment unacked_frames count only the first transmit by Suraj Sumangala · 14 years ago
  37. 88d377b Bluetooth: add support for Apple MacBook Pro 8,2 by Marc-Antoine Perennou · 14 years ago
  38. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 14 years ago
  39. e90165b Bluetooth: check L2CAP info_rsp ident and state by Andrei Emeltchenko · 14 years ago
  40. d101024 Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_add by Gustavo F. Padovan · 14 years ago
  41. f3dd4f0 Bluetooth: Remove unused struct l2cap_conn item by Gustavo F. Padovan · 14 years ago
  42. ce85ee1 Bluetooth: Enable support for out of band association model by Szymon Janc · 14 years ago
  43. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 14 years ago
  44. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 14 years ago
  45. 8fce635 Bluetooth: Allow for NULL data in mgmt_pending_add by Szymon Janc · 14 years ago
  46. c68fb7f Bluetooth: Rename cmd to param in pending_cmd by Szymon Janc · 14 years ago
  47. e0e185e Bluetooth: Fix checkpatch error in cmtp.h by Szymon Janc · 14 years ago
  48. ffd1332 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 14 years ago
  49. 58aac46 Bluetooth: Do not use assignments in IF conditions by Szymon Janc · 14 years ago
  50. 17f09a7 Bluetooth: Fix checkpatch errors, code style issues and typos in hidp by Szymon Janc · 14 years ago
  51. 8c20aa9 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 14 years ago
  52. 3aad75a Bluetooth: Fix checkpatch errors and some code style issues in bnep by Szymon Janc · 14 years ago
  53. a3d9bd4 Bluetooth: Opencode macros in bnep/core.c by Szymon Janc · 14 years ago
  54. 2c6d1a2 Bluetooth: Improve error message on wrong link type by Gustavo F. Padovan · 14 years ago
  55. b0d2199 Bluetooth: Remove unused struct item by Gustavo F. Padovan · 14 years ago
  56. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 14 years ago
  57. dc4fe30 Bluetooth: mgmt: Add local name information to read_info reply by Johan Hedberg · 14 years ago
  58. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 14 years ago
  59. f0681a6 Bluetooth: remove unnecessary function declaration by Gustavo F. Padovan · 14 years ago
  60. 0ce790e Linux 2.6.39-rc1 by Linus Torvalds · 14 years ago
  61. 6b2a4f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  62. eefbab5 Merge branch 'frv' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv by Linus Torvalds · 14 years ago
  63. 90f1e74 Merge branch 'stable/bug-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  64. d6ae0c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  65. 8c82840 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  66. c86defc Merge branch 'irq-final-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  67. 1309d7a char/tpm: Fix unitialized usage of data buffer by Peter Huewe · 14 years ago
  68. a9f0fbe amd64_edac: Fix potential memleak by Borislav Petkov · 14 years ago
  69. 0444d76 fs: don't use igrab() while holding i_lock by Dave Chinner · 14 years ago
  70. cb1817b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  71. e240ae4 xen: Use new irq_move functions by Thomas Gleixner · 14 years ago
  72. 3b3af76 xen: Convert genirq namespace by Thomas Gleixner · 14 years ago
  73. b83c6e5 xen: fix p2m section mismatches by Randy Dunlap · 14 years ago
  74. 3062aa5 FRV: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  75. 60af3ab FRV: Convert genirq namespace by Thomas Gleixner · 14 years ago
  76. a9554c3 frv: Select GENERIC_HARDIRQS_NO_DEPRECATED by Thomas Gleixner · 14 years ago
  77. 1251646 frv: Convert cpu irq_chip to new functions by Thomas Gleixner · 14 years ago
  78. a4b48a4 frv: Convert mb93493 irq_chip to new functions by Thomas Gleixner · 14 years ago
  79. 9148d88 frv: Convert mb93093 irq_chip to new function by Thomas Gleixner · 14 years ago
  80. 193e7a5 frv: Convert mb93091 irq_chip to new functions by Thomas Gleixner · 14 years ago
  81. 303fef9 frv: Fix typo from __do_IRQ overhaul by Thomas Gleixner · 14 years ago
  82. c4b1598 frv: Remove stale irq_chip.end by Thomas Gleixner · 14 years ago
  83. 5ca7202 FRV: Do some cleanups by Amerigo Wang · 14 years ago
  84. 5ef9bdd FRV: Missing node arg in alloc_thread_info_node() macro by David Howells · 14 years ago
  85. f55f199 NOMMU: implement access_remote_vm by Mike Frysinger · 14 years ago
  86. 9ad198c gpio: ab8500: Mark broken by Thomas Gleixner · 14 years ago
  87. 851d7cf genirq: Remove move_*irq leftovers by Thomas Gleixner · 14 years ago
  88. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 14 years ago
  89. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 14 years ago
  90. 2a8f55b mn10300: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  91. 232f1d8 mn10300: Cleanup irq_desc access by Thomas Gleixner · 14 years ago
  92. f4c547e mn10300: Convert genirq namespace by Thomas Gleixner · 14 years ago
  93. a120017 frv: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  94. de2e95a frv: Convert genirq namespace by Thomas Gleixner · 14 years ago
  95. 808339b frv: Select GENERIC_HARDIRQS_NO_DEPRECATED by Thomas Gleixner · 14 years ago
  96. 380e311 frv: Convert cpu irq_chip to new functions by Thomas Gleixner · 14 years ago
  97. a55174f frv: Convert mb93493 irq_chip to new functions by Thomas Gleixner · 14 years ago
  98. 9741f28 frv: Convert mb93093 irq_chip to new function by Thomas Gleixner · 14 years ago
  99. ac34605 frv: Convert mb93091 irq_chip to new functions by Thomas Gleixner · 14 years ago
  100. 0f421c9 frv: Fix typo from __do_IRQ overhaul by Thomas Gleixner · 14 years ago