1. 2dc4e51 Bluetooth: Add chan->ops->defer() by Gustavo Padovan · 12 years ago
  2. 644912e Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c by Gustavo Padovan · 12 years ago
  3. 1bbb309 userns: Properly print bluetooth socket uids by Eric W. Biederman · 12 years ago
  4. b699ec0 Bluetooth: Call ops->teardown() without checking for NULL by Gustavo Padovan · 12 years ago
  5. d117773 Bluetooth: Use locked l2cap_state_change() by Gustavo Padovan · 12 years ago
  6. 1d8b1fd Bluetooth: use l2cap_chan_set_err() by Gustavo Padovan · 12 years ago
  7. 8bcde1f Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c by Gustavo Padovan · 12 years ago
  8. 2d79281 Bluetooth: Fix L2CAP coding style by Gustavo Padovan · 12 years ago
  9. 065a13e Bluetooth: SMP: Fix setting unknown auth_req bits by Johan Hedberg · 12 years ago
  10. 4c89b6a Bluetooth: Factor out common L2CAP connection code by Mat Martineau · 12 years ago
  11. f5a2598 Bluetooth: Process create response and connect response identically by Mat Martineau · 12 years ago
  12. bd1eb66 Bluetooth: AMP: Handle AMP_LINK connection by Andrei Emeltchenko · 12 years ago
  13. 76ef7cf Bluetooth: AMP: Handle number of compl blocks for AMP_LINK by Andrei Emeltchenko · 12 years ago
  14. 42c4e53 Bluetooth: AMP: Add handle to hci_chan structure by Andrei Emeltchenko · 12 years ago
  15. 53502d6 Bluetooth: AMP: Handle AMP_LINK timeout by Andrei Emeltchenko · 12 years ago
  16. 12d5978 Bluetooth: Allow to set flush timeout by Andrei Emeltchenko · 12 years ago
  17. 5bcb809 Bluetooth: Use __constant modifier for RFCOMM PSM by Syam Sidhardhan · 12 years ago
  18. d8aece2 Bluetooth: Use __constant modifier for L2CAP SMP CID by Syam Sidhardhan · 12 years ago
  19. 23d3a86 Bluetooth: don't attempt to free a channel that wasn't created by Sasha Levin · 12 years ago
  20. 8936fa6 Bluetooth: L2CAP: Fix using default Flush Timeout for EFS by Andrei Emeltchenko · 12 years ago
  21. dcc042d Bluetooth: AMP: Use block_mtu for AMP controller by Andrei Emeltchenko · 12 years ago
  22. a0c234f Bluetooth: AMP: Factor out phylink_add by Andrei Emeltchenko · 12 years ago
  23. fa4ebc6 Bluetooth: AMP: Factor out amp_ctrl_add by Andrei Emeltchenko · 12 years ago
  24. 85e3436 Bluetooth: Fix dereference after NULL check by Andrei Emeltchenko · 12 years ago
  25. 079db0c Bluetooth: AMP: Fix possible NULL dereference by Andrei Emeltchenko · 12 years ago
  26. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  27. 3498d13 Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  28. bc8dce4 Bluetooth: A2MP: Fix potential NULL dereference by Andrei Emeltchenko · 12 years ago
  29. a248afd Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  30. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  31. 13465c0 Bluetooth: A2MP: Correct assoc_len size by Andrei Emeltchenko · 12 years ago
  32. 2e430be3 Bluetooth: Use %zu print specifier for size_t type by Andrei Emeltchenko · 12 years ago
  33. c487606 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
  34. 29d8a59 Bluetooth: Factor out Create Configuration Response by Andrei Emeltchenko · 12 years ago
  35. ee22be7 Bluetooth: Factor out hci_queue_acl by Andrei Emeltchenko · 12 years ago
  36. d945df2 bluetooth: Remove unneeded batostr function by Andrei Emeltchenko · 12 years ago
  37. 7028a88 Bluetooth: Use %pMR instead of baswap in seq_show by Andrei Emeltchenko · 12 years ago
  38. fcb7333 Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr by Andrei Emeltchenko · 12 years ago
  39. 6ed93dc Bluetooth: Use %pMR in debug instead of batostr by Andrei Emeltchenko · 12 years ago
  40. 36a75f1 Bluetooth: Force the process of unpair command if disconnect failed by Jefferson Delfes · 12 years ago
  41. 392f44d Bluetooth: Fix two warnings in BT_DBG by Gustavo Padovan · 12 years ago
  42. 0b26ab9 Bluetooth: AMP: Handle Accept phylink command status evt by Andrei Emeltchenko · 12 years ago
  43. dffa387 Bluetooth: AMP: Accept Physical Link by Andrei Emeltchenko · 12 years ago
  44. 9495b2e Bluetooth: AMP: Process Chan Selected event by Andrei Emeltchenko · 12 years ago
  45. 2766be4 Bluetooth: A2MP: Add fallback to normal l2cap init sequence by Andrei Emeltchenko · 12 years ago
  46. 93c284e Bluetooth: AMP: Write remote AMP Assoc by Andrei Emeltchenko · 12 years ago
  47. a02226d Bluetooth: AMP: Create Physical Link by Andrei Emeltchenko · 12 years ago
  48. 5a34918 Bluetooth: AMP: Add AMP key calculation by Andrei Emeltchenko · 12 years ago
  49. ba221bb Bluetooth: Add function to derive AMP key using hmac by Dmitry Kasatkin · 12 years ago
  50. 93c3e8f Bluetooth: Choose connection based on capabilities by Andrei Emeltchenko · 12 years ago
  51. 9a5e94d Bluetooth: A2MP: Process A2MP Get AMP Assoc Rsp by Andrei Emeltchenko · 12 years ago
  52. 0d868de Bluetooth: A2MP: Process A2MP Getinfo Rsp by Andrei Emeltchenko · 12 years ago
  53. cb8488c Bluetooth: AMP: Handle create / disc phylink req by Andrei Emeltchenko · 12 years ago
  54. 52c0d6e Bluetooth: AMP: Remote AMP ctrl definitions by Andrei Emeltchenko · 12 years ago
  55. 3161ae1 Bluetooth: AMP: Physical link struct and helpers by Andrei Emeltchenko · 12 years ago
  56. aa09537 Bluetooth: A2MP: Process Discover Response by Andrei Emeltchenko · 12 years ago
  57. 903e454 Bluetooth: AMP: Use HCI cmd to Read Loc AMP Assoc by Andrei Emeltchenko · 12 years ago
  58. 8e2a0d9 Bluetooth: AMP: Use HCI cmd to Read AMP Info by Andrei Emeltchenko · 12 years ago
  59. f97268f Bluetooth: A2MP: Create amp_mgr global list by Andrei Emeltchenko · 12 years ago
  60. 791ef39 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  61. 1199992 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  62. bf5b30b net: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
  63. 23b3b13 Bluetooth: Update management interface revision by Johan Hedberg · 12 years ago
  64. 92a2525 Bluetooth: mgmt: Implement support for passkey notification by Johan Hedberg · 12 years ago
  65. 78c04c0 Bluetooth: Fix not removing power_off delayed work by Vinicius Costa Gomes · 12 years ago
  66. aad3d0e Bluetooth: Fix freeing uninitialized delayed works by Andrei Emeltchenko · 12 years ago
  67. 562fcc2 Bluetooth: mgmt: Fix enabling LE while powered off by Andrzej Kaczmarek · 12 years ago
  68. 3d1cbdd Bluetooth: mgmt: Fix enabling SSP while powered off by Andrzej Kaczmarek · 12 years ago
  69. 7ac3c93 Merge 3.6-rc6 into tty-next by Greg Kroah-Hartman · 12 years ago
  70. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  71. e71dfab Bluetooth: AMP: Add Read Data Block Size to amp_init by Andrei Emeltchenko · 12 years ago
  72. 93f7194 Bluetooth: trivial: Remove empty line by Andrei Emeltchenko · 12 years ago
  73. 9472007 Bluetooth: trivial: Make hci_chan_del return void by Andrei Emeltchenko · 12 years ago
  74. 6b536b5 Bluetooth: Remove unneeded zero init by Andrei Emeltchenko · 12 years ago
  75. fac805f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  76. 777bf13 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  77. d8343f1 Bluetooth: Fix sending a HCI Authorization Request over LE links by Vinicius Costa Gomes · 12 years ago
  78. cc11092 Bluetooth: Change signature of smp_conn_security() by Vinicius Costa Gomes · 12 years ago
  79. e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  80. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. f91c846 Bluetooth: Fix establishing ESCO links by Vinicius Costa Gomes · 12 years ago
  82. 144ad33 Bluetooth: Use kref for l2cap channel reference counting by Syam Sidhardhan · 12 years ago
  83. ab19516 Bluetooth: debug: Correct the PSM printing by Syam Sidhardhan · 12 years ago
  84. f0d6a0e Bluetooth: mgmt: Add device disconnect reason by Mikel Astiz · 12 years ago
  85. fa1bd91 Bluetooth: Fix minor coding style in hci_event.c by Mikel Astiz · 12 years ago
  86. 31f4707 Bluetooth: trivial: Use preferred method for NULL check by Andrei Emeltchenko · 12 years ago
  87. 792039c Bluetooth: L2CAP - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  88. 9344a97 Bluetooth: RFCOMM - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  89. f9432c5 Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) by Mathias Krause · 12 years ago
  90. 9ad2de4 Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) by Mathias Krause · 12 years ago
  91. 3f68ba0 Bluetooth: HCI - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  92. e15ca9a Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) by Mathias Krause · 12 years ago
  93. 09d5d4a Bluetooth: trivial: Shorten variable scope by Andrei Emeltchenko · 12 years ago
  94. 61a0cfb Bluetooth: Fix use-after-free bug in SMP by Andre Guedes · 12 years ago
  95. e6dd548 Bluetooth: Add type information to the hci_connect() debug statement by Vinicius Costa Gomes · 12 years ago
  96. 4cd2d98 Bluetooth: Simplify a the connection type handling by Vinicius Costa Gomes · 12 years ago
  97. b7d839b Bluetooth: Refactor SCO connection into its own function by Vinicius Costa Gomes · 12 years ago
  98. db47427 Bluetooth: Refactor ACL connection into its own function by Vinicius Costa Gomes · 12 years ago
  99. d04aef4 Bluetooth: Refactor LE connection into its own function by Vinicius Costa Gomes · 12 years ago
  100. 1aef866 Bluetooth: Rename LE and ACL connection functions by Vinicius Costa Gomes · 12 years ago