1. bdc2578 Bluetooth: Introduce L2CAP channel flag for defer setup by Marcel Holtmann · 11 years ago
  2. 2edf870 Bluetooth: Provide msg_name callback for L2CAP connectionless channels by Marcel Holtmann · 11 years ago
  3. d976369 Bluetooth: Add support for per socket msg_name callback by Marcel Holtmann · 11 years ago
  4. 5f6cd79 Bluetooth: Remove src and dst fields from bt_sock structure by Marcel Holtmann · 11 years ago
  5. 94a86df Bluetooth: Store RFCOMM address information in its own socket structure by Marcel Holtmann · 11 years ago
  6. eea9636 Bluetooth: Store SCO address information in its own socket structure by Marcel Holtmann · 11 years ago
  7. 041987c Bluetooth: Use SCO addresses from HCI connection directly by Marcel Holtmann · 11 years ago
  8. 4f1654e Bluetooth: Return the correct address type for L2CAP sockets by Marcel Holtmann · 11 years ago
  9. 7eafc59 Bluetooth: Store address information in L2CAP channel structure by Marcel Holtmann · 11 years ago
  10. 662e882 Bluetooth: Store source address of HCI connections by Marcel Holtmann · 11 years ago
  11. e7c4096 Bluetooth: Store the source address type of LE connections by Marcel Holtmann · 11 years ago
  12. 79d95a1 Bluetooth: Remove pointless bdaddr_to_le() helper function by Marcel Holtmann · 11 years ago
  13. a4de24d Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointers by Marcel Holtmann · 11 years ago
  14. d40bffb Bluetooth: The L2CAP fixed channel connectionless data is supported by Marcel Holtmann · 11 years ago
  15. 3124b84 Bluetooth: Allow 3D profile to use security mode 4 level 0 by Marcel Holtmann · 11 years ago
  16. 14b49b9 Bluetooth: Add management command for setting LE scan parameters by Marcel Holtmann · 11 years ago
  17. bef6473 Bluetooth: Make LE scan interval and window a controller option by Marcel Holtmann · 11 years ago
  18. 7bd8f09 Bluetooth: Add hdev parameter to hdev->send driver callback by Marcel Holtmann · 11 years ago
  19. e1a2617 Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback by Marcel Holtmann · 11 years ago
  20. ac4b723 Bluetooth: Move smp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  21. 7024728 Bluetooth: Move a2mp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  22. 7ef9fbf Bluetooth: Move amp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  23. 324d36e Bluetooth: Remove hdev->ioctl driver callback by Marcel Holtmann · 11 years ago
  24. 7528ca1 Bluetooth: Read location data on AMP controller init by Marcel Holtmann · 11 years ago
  25. 2f1e063 Bluetooth: Make mgmt_discovering() return void by Marcel Holtmann · 11 years ago
  26. 9cf12ae Bluetooth: Make mgmt_remote_name() return void by Marcel Holtmann · 11 years ago
  27. 901801b Bluetooth: Make mgmt_device_found() return void by Marcel Holtmann · 11 years ago
  28. 9b80ec5 Bluetooth: Make mgmt_device_disconnected() return void by Marcel Holtmann · 11 years ago
  29. ecd90ae Bluetooth: Make mgmt_device_connected() return void by Marcel Holtmann · 11 years ago
  30. 445608d Bluetooth: Make mgmt_connect_failed() return void by Marcel Holtmann · 11 years ago
  31. 7892924 Bluetooth: Make mgmt_disconnect_failed() return void by Marcel Holtmann · 11 years ago
  32. 3eec705 Bluetooth: Make mgmt_set_powered_failed() return void by Marcel Holtmann · 11 years ago
  33. bf6b56d Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void by Marcel Holtmann · 11 years ago
  34. 1514b89 Bluetooth: Remove mgmt_valid_hdev() helper function by Marcel Holtmann · 11 years ago
  35. a6d811e Bluetooth: Remove no longer needed mgmt_new_settings() function by Marcel Holtmann · 11 years ago
  36. 5976e60 Bluetooth: Use helper function for re-enabling advertising by Marcel Holtmann · 11 years ago
  37. c2f5ebd Bluetooth: Add constants for LE advertising types by Marcel Holtmann · 11 years ago
  38. 1e19189 Bluetooth: Add HCI structure for LE advertising parameters command by Marcel Holtmann · 11 years ago
  39. 80d58d0 Bluetooth: Move hci_amp_capable() function into L2CAP core by Marcel Holtmann · 11 years ago
  40. 536619e Bluetooth: Rename AMP status constants and use them by Marcel Holtmann · 11 years ago
  41. 6ed971c Bluetooth: Use explicit AMP controller id value for BR/EDR by Marcel Holtmann · 11 years ago
  42. ece6912 Bluetooth: Separate AMP controller type from HCI device type by Marcel Holtmann · 11 years ago
  43. 7c13823 Bluetooth: Add constants for AMP controller type by Marcel Holtmann · 11 years ago
  44. f822c41 Bluetooth: Remove useless external function to count controllers by Marcel Holtmann · 11 years ago
  45. d2f5a19 Bluetooth: Add public mgmt function to send New Settings event by Johan Hedberg · 11 years ago
  46. f3d3444a Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING by Johan Hedberg · 11 years ago
  47. 2ed0180 Bluetooth: Add the definition for Slave Page Response Timeout by DoHyun Pyun · 11 years ago
  48. 2b35944 Bluetooth: Add the definition and stcuture for Sync Train Complete by DoHyun Pyun · 11 years ago
  49. cefded9 Bluetooth: Add the definition for Start Synchronization Train by DoHyun Pyun · 11 years ago
  50. 8c9a041 Bluetooth: Add the definition and structure for Set CSB by DoHyun Pyun · 11 years ago
  51. a9b07a6 Bluetooth: Add the structure for Write Sync Train Parameters by DoHyun Pyun · 11 years ago
  52. 7d1dab4 Bluetooth: Add the definition and structure for Set CSB Data by DoHyun Pyun · 11 years ago
  53. 6a20eaf Bluetooth: Add the definition and structure for Delete Reserved LT_ADDR by DoHyun Pyun · 11 years ago
  54. d0bf75a Bluetooth: Add the definition and structure for Set Reserved LT_ADDR by DoHyun Pyun · 11 years ago
  55. d13eafc Bluetooth: Add management command for setting static address by Marcel Holtmann · 11 years ago
  56. 0663ca2 Bluetooth: Add a new mgmt_set_bredr command by Johan Hedberg · 11 years ago
  57. 56f8790 Bluetooth: Introduce a new HCI_BREDR_ENABLED flag by Johan Hedberg · 11 years ago
  58. 848566b Bluetooth: Provide high speed configuration option by Marcel Holtmann · 11 years ago
  59. a59ac2f Bluetooth: Replace BDADDR_LOCAL with BDADDR_NONE by Marcel Holtmann · 11 years ago
  60. 1025c04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 11 years ago
  61. 4375f10 Bluetooth: Add new mgmt_set_advertising command by Johan Hedberg · 11 years ago
  62. eeca6f8 Bluetooth: Add new mgmt setting for LE advertising by Johan Hedberg · 11 years ago
  63. 416a4ae Bluetooth: Use async request for LE enable/disable by Johan Hedberg · 11 years ago
  64. d62e6d6 Bluetooth: Add event mask page 2 setting support by Johan Hedberg · 12 years ago
  65. 5d4e7e8 Bluetooth: Add synchronization train parameters reading support by Johan Hedberg · 12 years ago
  66. e793dcf Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag by Johan Hedberg · 12 years ago
  67. 0af784d Bluetooth: Remove unused event mask struct by Johan Hedberg · 12 years ago
  68. 5e13036 Bluetooth: Introduce a new HCI_RFKILLED flag by Johan Hedberg · 12 years ago
  69. 2350018 Bluetooth: Introduce new HCI socket channel for user operation by Marcel Holtmann · 12 years ago
  70. 0736cfa Bluetooth: Introduce user channel flag for HCI devices by Marcel Holtmann · 12 years ago
  71. e7d33bb lockref: add ability to mark lockrefs "dead" by Linus Torvalds · 12 years ago
  72. dc0755c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  73. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  74. 11c7b03 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  75. 6be48f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  76. 0ffb01d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  77. 27c7651 Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
  78. 8b8a7df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  79. b04c99e Revert "Input: introduce BTN/ABS bits for drums and guitars" by Linus Torvalds · 12 years ago
  80. 07176b9 Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  81. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 12 years ago
  82. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 12 years ago
  83. 44598f9 Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  84. b4b50fd Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  85. dccfd1e4 Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  86. 8e73e36 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  87. 0042d0c net: add documentation for BQL helpers by Florian Fainelli · 12 years ago
  88. 4de9ad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  89. 576c25eb Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  90. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  91. 22e04f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  92. ec0ad73 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  93. eb97a78 Merge tag 'for-f2fs-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 12 years ago
  94. 63faf15 Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linus by Jiri Kosina · 12 years ago
  95. 2e03285 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  96. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  97. f0d3b3d constify dcache.c inlined helpers where possible by Al Viro · 12 years ago
  98. 848ac114 vfs: check submounts and drop atomically by Miklos Szeredi · 12 years ago
  99. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  100. 27c053a Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago