1. a330916 Bluetooth: Make mgmt_connectable() return void by Marcel Holtmann · 11 years ago
  2. 86a7564 Bluetooth: Make mgmt_discoverable() return void by Marcel Holtmann · 11 years ago
  3. 6acd7db Bluetooth: Introduce flag for limited discoverable mode by Marcel Holtmann · 11 years ago
  4. 441ad2d Bluetooth: Update advertising data based on management commands by Marcel Holtmann · 11 years ago
  5. b1e7312 Bluetooth: Use hci_request for discoverable timeout handling by Marcel Holtmann · 11 years ago
  6. 8d6083f Bluetooth: Fix minor coding style issue in set_connectable() by Marcel Holtmann · 11 years ago
  7. 4b836f3 Bluetooth: Read current IAC LAP on controller setup by Marcel Holtmann · 11 years ago
  8. b4cb9fb Bluetooth: Read number of supported IAC on controller setup by Marcel Holtmann · 11 years ago
  9. 899e107 Bluetooth: Check that scan window is smaller or equal than scan interval by Marcel Holtmann · 11 years ago
  10. 1f20938 Bluetooth: Check that bind() bdaddr type matches connect() by Johan Hedberg · 11 years ago
  11. 80c1a2e Bluetooth: Reject invalid bdaddr types for sockets by Johan Hedberg · 11 years ago
  12. bfaf8c9 Bluetooth: Convert Set Discoverable to use an asynchronous request by Johan Hedberg · 11 years ago
  13. aa8af46 Bluetooth: Fix updating scan mode in set_bredr() by Johan Hedberg · 11 years ago
  14. 67e5a7a Bluetooth: Move set_bredr_scan() to avoid forward declaration by Johan Hedberg · 11 years ago
  15. 1987fdc Bluetooth: Make Set Connectable also update the LE advertising type by Johan Hedberg · 11 years ago
  16. c6d887a Bluetooth: Fix updating advertising data needlessly by Johan Hedberg · 11 years ago
  17. 95c66e7 Bluetooth: Move static advertising functions to avoid forward declarations by Johan Hedberg · 11 years ago
  18. 37438c1 Bluetooth: Add missing error handling for Set Connectable by Johan Hedberg · 11 years ago
  19. d7b856f Bluetooth: Move more logic into set_connectable complete callback by Johan Hedberg · 11 years ago
  20. 9b74246 Bluetooth: Reorganize set_connectable HCI command sending by Johan Hedberg · 11 years ago
  21. d97c899 Bluetooth: Introduce L2CAP channel callback for resuming by Marcel Holtmann · 11 years ago
  22. bdc2578 Bluetooth: Introduce L2CAP channel flag for defer setup by Marcel Holtmann · 11 years ago
  23. c560575 Bluetooth: Adjust header for proc socket information by Marcel Holtmann · 11 years ago
  24. dcbc729 Bluetooth: Increase minor version of core module by Marcel Holtmann · 11 years ago
  25. 2edf870 Bluetooth: Provide msg_name callback for L2CAP connectionless channels by Marcel Holtmann · 11 years ago
  26. d976369 Bluetooth: Add support for per socket msg_name callback by Marcel Holtmann · 11 years ago
  27. 84b34d9 Bluetooth: Use l2cap_pi(sk) directly where possible by Marcel Holtmann · 11 years ago
  28. 5f6cd79 Bluetooth: Remove src and dst fields from bt_sock structure by Marcel Holtmann · 11 years ago
  29. 94a86df Bluetooth: Store RFCOMM address information in its own socket structure by Marcel Holtmann · 11 years ago
  30. eea9636 Bluetooth: Store SCO address information in its own socket structure by Marcel Holtmann · 11 years ago
  31. 041987c Bluetooth: Use SCO addresses from HCI connection directly by Marcel Holtmann · 11 years ago
  32. 65f53e9 Bluetooth: Access BNEP session addresses through L2CAP channel by Marcel Holtmann · 11 years ago
  33. 755b82a Bluetooth: Access HIDP session addresses through L2CAP channel by Marcel Holtmann · 11 years ago
  34. 88f1fd2 Bluetooth: Access CMTP session addresses through L2CAP channel by Marcel Holtmann · 11 years ago
  35. 24bc10c Bluetooth: Access RFCOMM session addresses through L2CAP channel by Marcel Holtmann · 11 years ago
  36. 4f1654e Bluetooth: Return the correct address type for L2CAP sockets by Marcel Holtmann · 11 years ago
  37. 7eafc59 Bluetooth: Store address information in L2CAP channel structure by Marcel Holtmann · 11 years ago
  38. 4637f7c Bluetooth: Update L2CAP socket source address from HCI connection by Marcel Holtmann · 11 years ago
  39. f156046 Bluetooth: Fix coding style violations in SMP handling by Marcel Holtmann · 11 years ago
  40. c8462ca Bluetooth: Fix input address type for SMP C1 function by Marcel Holtmann · 11 years ago
  41. 6f59b90 Bluetooth: Use hci_conn->src address for L2CAP functions by Marcel Holtmann · 11 years ago
  42. 2b36a56 Bluetooth: Use hci_conn->src address for SMP functions by Marcel Holtmann · 11 years ago
  43. 880be4e Bluetooth: Update source address and type for incoming LE connections by Marcel Holtmann · 11 years ago
  44. 662e882 Bluetooth: Store source address of HCI connections by Marcel Holtmann · 11 years ago
  45. e7c4096 Bluetooth: Store the source address type of LE connections by Marcel Holtmann · 11 years ago
  46. 79d95a1 Bluetooth: Remove pointless bdaddr_to_le() helper function by Marcel Holtmann · 11 years ago
  47. a4de24d Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointers by Marcel Holtmann · 11 years ago
  48. 98e0f7e Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAP by Marcel Holtmann · 11 years ago
  49. ce39fb4 Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMP by Marcel Holtmann · 11 years ago
  50. bdc8ead2 Bluetooth: Remove l2cap_conn->dst usage from AMP manager by Marcel Holtmann · 11 years ago
  51. 547d103 Bluetooth: Unicast connectionless data reception is supported by Marcel Holtmann · 11 years ago
  52. d40bffb Bluetooth: The L2CAP fixed channel connectionless data is supported by Marcel Holtmann · 11 years ago
  53. 3124b84 Bluetooth: Allow 3D profile to use security mode 4 level 0 by Marcel Holtmann · 11 years ago
  54. 6a974b5 Bluetooth: Limit security mode 4 level 0 to connection oriented channels by Marcel Holtmann · 11 years ago
  55. 43b1b8d Bluetooth: Fix PSM value for L2CAP connectionless data packets by Marcel Holtmann · 11 years ago
  56. 4ca048e Bluetooth: Fix HCI init for 1st generation BlueFRITZ! devices by Marcel Holtmann · 11 years ago
  57. 7f72134e Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands list by Marcel Holtmann · 11 years ago
  58. a82974c Bluetooth: Don't advertise high speed support without SSP by Marcel Holtmann · 11 years ago
  59. 3a6afbd Bluetooth: Fix endless loop with HCI_QUIRK_RESET_ON_CLOSE by Marcel Holtmann · 11 years ago
  60. 14b49b9 Bluetooth: Add management command for setting LE scan parameters by Marcel Holtmann · 11 years ago
  61. bef6473 Bluetooth: Make LE scan interval and window a controller option by Marcel Holtmann · 11 years ago
  62. 3932eb3 Bluetooth: Declare ath3k_table[] and ath3k_blist_tbl[] as const by Marcel Holtmann · 11 years ago
  63. e854938 Bluetooth: Declare bpa10x_table[] as const by Marcel Holtmann · 11 years ago
  64. 9712d59 Bluetooth: Declare bfusb_table[] as const by Marcel Holtmann · 11 years ago
  65. 5426520 Bluetooth: Declare btusb_table[] and blacklist_table[] as const by Marcel Holtmann · 11 years ago
  66. 6029877 Bluetooth: Remove pointless parameter check in vhci_send_frame() by Marcel Holtmann · 11 years ago
  67. 52bc423 Bluetooth: Remove pointless parameter check in hci_uart_send_frame() by Marcel Holtmann · 11 years ago
  68. 03b3186 Bluetooth: Remove pointless parameter check in dtl1_hci_send_frame() by Marcel Holtmann · 11 years ago
  69. 6b5924b Bluetooth: Remove pointless parameter check in btuart_hci_send_frame() by Marcel Holtmann · 11 years ago
  70. 7648d28 Bluetooth: Remove pointless parameter check in btmrvl_send_frame() by Marcel Holtmann · 11 years ago
  71. 2e17455 Bluetooth: Remove pointless parameter check in bt3c_hci_send_frame() by Marcel Holtmann · 11 years ago
  72. 3c69454 Bluetooth: Remove pointless parameter check in bluecard_hci_send_frame() by Marcel Holtmann · 11 years ago
  73. aae2627 Bluetooth: Remove pointless parameter check in bfusb_send_frame() by Marcel Holtmann · 11 years ago
  74. 7bd8f09 Bluetooth: Add hdev parameter to hdev->send driver callback by Marcel Holtmann · 11 years ago
  75. e1a2617 Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback by Marcel Holtmann · 11 years ago
  76. 8909f6d Bluetooth: Remove unused h4_check_data_len() function by Marcel Holtmann · 11 years ago
  77. 5108699 Bluetooth: Remove return value from hci_send_frame() function by Marcel Holtmann · 11 years ago
  78. 3d386ac Bluetooth: Remove pointless check of hci_send_frame parameter by Marcel Holtmann · 11 years ago
  79. 57d17d7 Bluetooth: Move skb->dev assignment for hdev->send into central place by Marcel Holtmann · 11 years ago
  80. ac4b723 Bluetooth: Move smp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  81. 7024728 Bluetooth: Move a2mp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  82. 7ef9fbf Bluetooth: Move amp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  83. 324d36e Bluetooth: Remove hdev->ioctl driver callback by Marcel Holtmann · 11 years ago
  84. e93ac9c Bluetooth: Remove unused btmrvl_ioctl() callback by Marcel Holtmann · 11 years ago
  85. 3c72884 Bluetooth: Remove unused dtl1_hci_ioctl() callback by Marcel Holtmann · 11 years ago
  86. 71f3903 Bluetooth: Remove unused btuart_hci_ioctl() callback by Marcel Holtmann · 11 years ago
  87. 69b7e17 Bluetooth: Remove unused bt3c_hci_ioctl() callback by Marcel Holtmann · 11 years ago
  88. 87d82ee Bluetooth: Remove unused bluecard_hci_ioctl() callback by Marcel Holtmann · 11 years ago
  89. 19cf55a Bluetooth: Remove unused bfusb_ioctl() callback by Marcel Holtmann · 11 years ago
  90. 5b69bef5 Bluetooth: AMP contollers do not support the legacy ioctls by Marcel Holtmann · 11 years ago
  91. 014f7bc Bluetooth: Use hci_conn_num() instead of direct connection hash access by Marcel Holtmann · 11 years ago
  92. b145edc Bluetooth: Use hci_conn_num() for checking number of LE connections by Marcel Holtmann · 11 years ago
  93. 21b5187 Bluetooth: Fix too long line with set_advertising() function by Marcel Holtmann · 11 years ago
  94. cebf4cf Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commands by Johan Hedberg · 11 years ago
  95. c4e5baf Bluetooth: Fix potential double-frees of L2CAP skbs by Johan Hedberg · 11 years ago
  96. 9ecb3e2 Bluetooth: Restrict high speed support to SSP enabled controllers by Marcel Holtmann · 11 years ago
  97. 72ef0c1 Bluetooth: Remove unneeded val variable when setting SSP by Marcel Holtmann · 11 years ago
  98. 620ad52 Bluetooth: Refactor hci_connect_le by Andre Guedes · 11 years ago
  99. 1d399ae Bluetooth: Use HCI request for LE connection by Andre Guedes · 11 years ago
  100. f74ca9b Bluetooth: Fix changing advertising setting while LE is connected by Johan Hedberg · 11 years ago