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