1. 211c17a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  2. 1c2e004 Bluetooth: Add support for encryption key refresh by Johan Hedberg · 13 years ago
  3. 7e1af8a Bluetooth: Create empty l2cap ops function by Gustavo Padovan · 13 years ago
  4. 8c3a4f0 Bluetooth: Rename L2CAP_LE_DEFAULT_MTU by Andre Guedes · 13 years ago
  5. 1afd5be Bluetooth: Remove unused HCI timeouts definitions by Szymon Janc · 13 years ago
  6. 97e8e89 Bluetooth: A2MP: Manage incoming connections by Andrei Emeltchenko · 13 years ago
  7. 416fa75 Bluetooth: A2MP: Handling fixed channels by Andrei Emeltchenko · 13 years ago
  8. 8598d06 Bluetooth: A2MP: Process A2MP Discover Request by Andrei Emeltchenko · 13 years ago
  9. e7af522e Bluetooth: A2MP: Define A2MP status codes by Andrei Emeltchenko · 13 years ago
  10. b9058fb Bluetooth: A2MP: Definitions for A2MP commands by Andrei Emeltchenko · 13 years ago
  11. f6d3c6e Bluetooth: A2MP: Build and Send msg helpers by Andrei Emeltchenko · 13 years ago
  12. 9740e49 Bluetooth: A2MP: AMP Manager basic functions by Andrei Emeltchenko · 13 years ago
  13. 466f800 Bluetooth: A2MP: Create A2MP channel by Andrei Emeltchenko · 13 years ago
  14. 54a59aa Bluetooth: Add l2cap_chan->ops->ready() by Andrei Emeltchenko · 13 years ago
  15. c0df7f6 Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c by Andrei Emeltchenko · 13 years ago
  16. 80b9802 Bluetooth: Use chan as parameters for l2cap chan ops by Gustavo Padovan · 13 years ago
  17. 523e93c Bluetooth: Define HCI AMP cmd struct by Andrei Emeltchenko · 13 years ago
  18. 2983fd6 Bluetooth: Define and use PSM identifiers by Andrei Emeltchenko · 13 years ago
  19. 59e54bd Bluetooth: Define L2CAP conf continuation flag by Andrei Emeltchenko · 13 years ago
  20. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 13 years ago
  21. c3c7ea6 Bluetooth: Fix coding style in include/net/bluetooth by Gustavo Padovan · 13 years ago
  22. 9b3b446 Bluetooth: Use defined link key size by Andrei Emeltchenko · 13 years ago
  23. a6c511c Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE by Szymon Janc · 13 years ago
  24. 38351c6 Bluetooth: Fix trailing whitespaces in license text by Gustavo Padovan · 13 years ago
  25. 522cc2e Bluetooth: Remove unused ERTM control field macros by Mat Martineau · 13 years ago
  26. 4239d16 Bluetooth: Check rules when setting retransmit or monitor timers by Mat Martineau · 13 years ago
  27. f5dbb07 Bluetooth: Remove receive code that has been superceded by Mat Martineau · 13 years ago
  28. 2827011 Bluetooth: Fix early return from l2cap_chan_del by Mat Martineau · 13 years ago
  29. c5daa68 Bluetooth: Create flags for bt_sk() by Gustavo Padovan · 13 years ago
  30. a6a5568 Bluetooth: Lock the L2CAP channel when sending by Mat Martineau · 13 years ago
  31. 9d939d9 Bluetooth: Fix EIR data generation for mgmt_device_found by Vishal Agarwal · 13 years ago
  32. 08e6d90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 13 years ago
  33. a7d7723 Bluetooth: notify userspace of security level change by Gustavo Padovan · 13 years ago
  34. 94122bb Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation by Mat Martineau · 13 years ago
  35. 9d42820 Bluetooth: Enable Low Energy support by default by Marcel Holtmann · 13 years ago
  36. 2ee8ce3 Bluetooth: Remove unused hci_le_ltk_neg_reply() by Syam Sidhardhan · 13 years ago
  37. e10b996 Bluetooth: Remove unused hci_le_ltk_reply() by Syam Sidhardhan · 13 years ago
  38. 3ce3514 Bluetooth: Remove duplicate structure members from bt_skb_cb by Mat Martineau · 13 years ago
  39. 5a364bd Bluetooth: Improve ERTM sequence number offset calculation by Mat Martineau · 13 years ago
  40. 479453d Bluetooth: Remove advertising cache by Andre Guedes · 13 years ago
  41. 8e9f989 Bluetooth: Use address type info from user-space by Andre Guedes · 13 years ago
  42. b12f62c Bluetooth: Add dst_type parameter to hci_connect by Andre Guedes · 13 years ago
  43. 31f7956 Bluetooth: Move bdaddr_to_le to hci_core by Andre Guedes · 13 years ago
  44. 43ef0b8 Bluetooth: Add address type to struct sockaddr_l2 by Andre Guedes · 13 years ago
  45. 591f47f Bluetooth: Move address type macros to bluetooth.h by Andre Guedes · 13 years ago
  46. 2bbf296 Bluetooth: trivial: Remove empty line by Andrei Emeltchenko · 13 years ago
  47. e47872209 Bluetooth: Remove strtoba header declared but not defined by Syam Sidhardhan · 13 years ago
  48. 270ca16 Bluetooth: remove header declared but not defined by Syam Sidhardhan · 13 years ago
  49. 3c58819 Bluetooth: Add the l2cap_seq_list structure for tracking frames by Mat Martineau · 13 years ago
  50. 9033894 Bluetooth: Remove err parameter from alloc_skb() by Gustavo Padovan · 13 years ago
  51. bd4b165 Bluetooth: Adds set_default function in L2CAP setup by Andrei Emeltchenko · 13 years ago
  52. 0ed0914 Bluetooth: Remove MGMT_ADDR_INVALID macro by Andre Guedes · 13 years ago
  53. eef1d9b Bluetooth: Remove sk parameter from l2cap_chan_create() by Gustavo Padovan · 13 years ago
  54. 00e3112 Bluetooth: Add a structure to carry ERTM data in skb control blocks by Mat Martineau · 13 years ago
  55. d5f7ac3 Bluetooth: Add definitions and struct members for new ERTM state machine by Mat Martineau · 13 years ago
  56. 6f74b6f Bluetooth: Comments and style fixes by Andrei Emeltchenko · 13 years ago
  57. 21693c1 Bluetooth: Add HCI_PERIODIC_INQ to dev_flags by Andre Guedes · 13 years ago
  58. 79d6e06 Bluetooth: Add Periodic Inquiry command complete handler by Andre Guedes · 13 years ago
  59. 7dbfac1 Bluetooth: Add hci_cancel_le_scan() to hci_core by Andre Guedes · 13 years ago
  60. 5811537 Bluetooth: Correct ediv in SMP by Andrei Emeltchenko · 13 years ago
  61. cdbaccc Bluetooth: Add management command for setting Device ID by Marcel Holtmann · 13 years ago
  62. 2b9be13 Bluetooth: Handle EIR tags for Device ID by Marcel Holtmann · 13 years ago
  63. 91c4e9b Bluetooth: Add TX power tag to EIR data by Marcel Holtmann · 13 years ago
  64. 6935e0f Bluetooth: Remove redundant hdev->parent field by David Herrmann · 13 years ago
  65. 9a00665 Bluetooth: Correct type for ediv to __le16 by Andrei Emeltchenko · 13 years ago
  66. 7d69230 Bluetooth: Correct type for hdev lmp_subver by Andrei Emeltchenko · 13 years ago
  67. 6ec5bca Bluetooth: Temporary keys should be retained during connection by Vishal Agarwal · 13 years ago
  68. 745c0ce Bluetooth: hci_persistent_key should return bool by Vishal Agarwal · 13 years ago
  69. 66f3b91 Bluetooth: Fix userspace compatibility issue with mgmt interface by Gustavo Padovan · 13 years ago
  70. c732a2a Bluetooth: mgmt: Fix timeout type by Andrei Emeltchenko · 13 years ago
  71. 6c0c331 Bluetooth: Check for minimum data length in eir_has_data_type() by Johan Hedberg · 13 years ago
  72. 84d9d07 Bluetooth: Don't increment twice in eir_has_data_type() by Johan Hedberg · 13 years ago
  73. 9432496 Bluetooth: hci_core: fix NULL-pointer dereference at unregister by Johan Hovold · 13 years ago
  74. 3f17790 Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bit by Hemant Gupta · 13 years ago
  75. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 13 years ago
  76. f64b993 Bluetooth: Fix coding style in all .h files by Gustavo F. Padovan · 13 years ago
  77. 044e124 Bluetooth: Use correct type for userspace exported structs by Gustavo F. Padovan · 13 years ago
  78. c476250 Bluetooth: Fix coding style in mgmt.h by Gustavo F. Padovan · 13 years ago
  79. 4f87da8 Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets by Johan Hedberg · 13 years ago
  80. 5f15903 Bluetooth: mgmt: Add new error code for invalid index by Johan Hedberg · 13 years ago
  81. ba13ccd Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 13 years ago
  82. 9d1acbf Bluetooth: mgmt: Add defines for command sizes by Johan Hedberg · 13 years ago
  83. 978c93b Bluetooth: Save remote L2CAP fixed channel mask by Andrei Emeltchenko · 13 years ago
  84. cc2c04e Bluetooth: Add missing host features definitions by Johan Hedberg · 13 years ago
  85. 816a11d Bluetooth: Use kernel int types instead of ones from stdint.h by Johan Hedberg · 13 years ago
  86. c95f0ba Bluetooth: mgmt: Track pending class changes by Johan Hedberg · 13 years ago
  87. 08c79b6 Bluetooth: mgmt: Add flags parameter to device_connected by Johan Hedberg · 13 years ago
  88. 388fc8f Bluetooth: mgmt: Add legacy pairing info to dev_found events by Johan Hedberg · 13 years ago
  89. 9a395a8 Bluetooth: mgmt: Fix device_found parameters by Johan Hedberg · 13 years ago
  90. 490c5ba Bluetooth: Add hdev->short_name for EIR generation by Johan Hedberg · 13 years ago
  91. 7f9a903 Bluetooth: Send management event for class of device changes by Marcel Holtmann · 13 years ago
  92. 06199cf Bluetooth: mgmt: Implement Set LE command by Johan Hedberg · 13 years ago
  93. c0ecddc Bluetooth: mgmt: Make Set SSP command callable while powered off by Johan Hedberg · 13 years ago
  94. 47990ea Bluetooth: mgmt: Make Set Link Security callable while powered off by Johan Hedberg · 13 years ago
  95. c03b355 Bluetooth: Add l2cap_chan_lock by Andrei Emeltchenko · 13 years ago
  96. 5e5282b Bluetooth: mgmt: Allow connectable/discoverable changes in off state by Johan Hedberg · 13 years ago
  97. c059e05 Bluetooth: Fix parameter list for setting local name by Marcel Holtmann · 13 years ago
  98. 6d80dfd Bluetooth: mgmt: Add basic support for Set High Speed command by Johan Hedberg · 13 years ago
  99. f963e8e Bluetooth: mgmt: Add address type parameter to Discovering event by Johan Hedberg · 13 years ago
  100. d930650 Bluetooth: mgmt: Add address type parameter to Stop Discovery command by Johan Hedberg · 13 years ago