1. 71fb419 Bluetooth: Fix handling of L2CAP Command Reject over LE by Johan Hedberg · 11 years ago
  2. 53b834d2 Bluetooth: Use macros for connectionless slave broadcast features by Marcel Holtmann · 11 years ago
  3. c6d1649 Bluetooth: Increase minor version of core module by Marcel Holtmann · 11 years ago
  4. c8afe8d Bluetooth: Fix valid LE PSM check by Johan Hedberg · 11 years ago
  5. f1324ea Bluetooth: Use min_t for calculating chan->mps by Johan Hedberg · 11 years ago
  6. 0ce43ce Bluetooth: Simplify l2cap_chan initialization for LE CoC by Johan Hedberg · 11 years ago
  7. f15b8ec Bluetooth: Add debugfs controls for LE CoC MPS and Credits by Johan Hedberg · 11 years ago
  8. 4946096 Bluetooth: Fix validating LE PSM values by Johan Hedberg · 11 years ago
  9. e77af75 Bluetooth: Fix CID ranges for LE CoC CID allocations by Johan Hedberg · 11 years ago
  10. aeddd07 Bluetooth: Fix clearing of chan->omtu for LE CoC channels by Johan Hedberg · 11 years ago
  11. 3916aed Bluetooth: Limit LE MPS to the MTU value by Johan Hedberg · 11 years ago
  12. 029727a Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits by Johan Hedberg · 11 years ago
  13. 595177f Bluetooth: Fix LE L2CAP Connect Request handling together with SMP by Johan Hedberg · 11 years ago
  14. aac23bf Bluetooth: Implement LE L2CAP reassembly by Johan Hedberg · 11 years ago
  15. 177f8f2 Bluetooth: Add LE L2CAP segmentation support for outgoing data by Johan Hedberg · 11 years ago
  16. 837776f Bluetooth: Introduce L2CAP channel callback for suspending by Johan Hedberg · 11 years ago
  17. 3af8ace Bluetooth: Reject LE CoC commands when the feature is not enabled by Johan Hedberg · 11 years ago
  18. fad5fc89 Bluetooth: Add LE flow control discipline by Johan Hedberg · 11 years ago
  19. b1c325c Bluetooth: Implement returning of LE L2CAP credits by Johan Hedberg · 11 years ago
  20. 1f43542 Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options by Johan Hedberg · 11 years ago
  21. 64b4f8d Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE by Johan Hedberg · 11 years ago
  22. 0cd75f7 Bluetooth: Track LE L2CAP credits in l2cap_chan by Johan Hedberg · 11 years ago
  23. 3831971 Bluetooth: Add LE L2CAP flow control mode by Johan Hedberg · 11 years ago
  24. b5ecba6 Bluetooth: Make l2cap_le_sig_cmd logic consistent by Johan Hedberg · 11 years ago
  25. 3defe01 Bluetooth: Add L2CAP Disconnect suppport for LE by Johan Hedberg · 11 years ago
  26. cea04ce3 Bluetooth: Fix L2CAP channel closing for LE connections by Johan Hedberg · 11 years ago
  27. 27e2d4c Bluetooth: Add basic LE L2CAP connect request receiving support by Johan Hedberg · 11 years ago
  28. 791d60f Bluetooth: Refactor L2CAP connect rejection to its own function by Johan Hedberg · 11 years ago
  29. ad32a2f Bluetooth: Add smp_sufficient_security helper function by Johan Hedberg · 11 years ago
  30. f1496de Bluetooth: Add initial code for LE L2CAP Connect Request by Johan Hedberg · 11 years ago
  31. 96ac34f Bluetooth: Move LE L2CAP initiator procedure to its own function by Johan Hedberg · 11 years ago
  32. 203e639 Bluetooth: Pass command length to LE signaling channel handlers by Johan Hedberg · 11 years ago
  33. a17de2f Bluetooth: Allow l2cap_chan_check_security() to be used for LE links. by Johan Hedberg · 11 years ago
  34. bf20fd4 Bluetooth: Update l2cap_global_chan_by_psm() to take a link type by Johan Hedberg · 11 years ago
  35. 9149761 Bluetooth: Add module parameter to enable LE CoC support by Johan Hedberg · 11 years ago
  36. 6d3c15d Bluetooth: Remove unnecessary braces from one-line if-statement by Johan Hedberg · 11 years ago
  37. 201a592 Bluetooth: Remove dead code from SMP encryption function by Johan Hedberg · 11 years ago
  38. e84a6b1 Bluetooth: Remove useless smp_rand function by Johan Hedberg · 11 years ago
  39. 3846220 Bluetooth: Refactor hci_disconn_complete_evt by Andre Guedes · 11 years ago
  40. abf54a5 Bluetooth: Remove unneeded check in hci_disconn_complete_evt() by Andre Guedes · 11 years ago
  41. 84794e1 Bluetooth: Remove unnecessary 'send' parameter from smp_failure() by Johan Hedberg · 11 years ago
  42. 4ebbd53 Bluetooth: Remove link type check in hci_disconn_complete_evt() by Andre Guedes · 11 years ago
  43. 57eb776 Bluetooth: Add an extra check in mgmt_device_disconnected() by Andre Guedes · 11 years ago
  44. 3655bba Bluetooth: Check address in mgmt_disconnect_failed() by Andre Guedes · 11 years ago
  45. 6a070e6 Bluetooth: Store supported commands only during setup procedure by Marcel Holtmann · 11 years ago
  46. d3d5dd3 Bluetooth: Remove debug statement for features complete event by Marcel Holtmann · 11 years ago
  47. bef34c0 Bluetooth: Set default own address type only during controller setup by Marcel Holtmann · 11 years ago
  48. 33337dc Bluetooth: Fix limited discoverable mode for Zeevo modules by Marcel Holtmann · 11 years ago
  49. 7acd718 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  50. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  51. 32019c7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  52. 86ca9ea Bluetooth: Fix rejecting SMP security request in slave role by Johan Hedberg · 11 years ago
  53. 31e8ce8 Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del by Seung-Woo Kim · 11 years ago
  54. 8992da0 Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect by Seung-Woo Kim · 11 years ago
  55. c507f13 Bluetooth: Fix RFCOMM bind fail for L2CAP sock by Seung-Woo Kim · 11 years ago
  56. 60c7a3c9 Bluetooth: Fix issue with RFCOMM getsockopt operation by Marcel Holtmann · 11 years ago
  57. c1f3bb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  58. 87bc072 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  59. d78a32a Bluetooth: Remove sk member from struct l2cap_chan by Gustavo Padovan · 11 years ago
  60. 7f5396a Bluetooth: Use bt_cb(skb)->chan to send raw data back by Gustavo Padovan · 11 years ago
  61. 0e790c6 Bluetooth: Add L2CAP channel to skb private data by Gustavo Padovan · 11 years ago
  62. 8ffb929 Bluetooth: Remove parent socket usage from l2cap_core.c by Gustavo Padovan · 11 years ago
  63. f93fa27 Bluetooth: Remove socket lock from l2cap_state_change() by Gustavo Padovan · 11 years ago
  64. acdcabf Bluetooth: Hold socket in defer callback in L2CAP socket by Gustavo Padovan · 11 years ago
  65. 0f2c615 Bluetooth: Do not access chan->sk directly by Gustavo Padovan · 11 years ago
  66. d42970f Bluetooth: Remove not used struct sock by Gustavo Padovan · 11 years ago
  67. 547003b Bluetooth: Fix enabling fast connectable on LE-only controllers by Johan Hedberg · 11 years ago
  68. 9a43e25 Bluetooth: Update Set Discoverable to support LE by Johan Hedberg · 11 years ago
  69. b456f87 Bluetooth: Move HCI_LIMITED_DISCOVERABLE changes to a general place by Johan Hedberg · 11 years ago
  70. 4b58061 Bluetooth: Fix sending write_scan_enable when BR/EDR is disabled by Johan Hedberg · 11 years ago
  71. eb2a8d2 Bluetooth: Move mgmt_pending_find to avoid forward declarations by Johan Hedberg · 11 years ago
  72. a81070b Bluetooth: Fix updating settings when there are no HCI commands to send by Johan Hedberg · 11 years ago
  73. e8ba3a1 Bluetooth: Refactor set_connectable settings update to separate function by Johan Hedberg · 11 years ago
  74. f87ea1d Bluetooth: Add missing check for BREDR_ENABLED flag in update_class() by Johan Hedberg · 11 years ago
  75. 10994ce Bluetooth: Check for flag instead of features in update_adv_data() by Johan Hedberg · 11 years ago
  76. 7751ef1 Bluetooth: Check for flag instead of features in update_scan_rsp_data() by Johan Hedberg · 11 years ago
  77. 348662a net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes by Joe Perches · 11 years ago
  78. 2be48b6 Bluetooth: Fix minor coding style issue in hci_core.c by Marcel Holtmann · 11 years ago
  79. 58f01aa Bluetooth: Fix UUID values in debugfs file by Marcel Holtmann · 11 years ago
  80. 4b4148e Bluetooth: Add support for setting DUT mode by Marcel Holtmann · 11 years ago
  81. 4e70c7e Bluetooth: Expose debugfs settings for LE connection interval by Marcel Holtmann · 11 years ago
  82. 06f5b77 Bluetooth: Add support for setting SSP debug mode by Marcel Holtmann · 11 years ago
  83. 3497ac8 Bluetooth: Remove interval parameter from HCI connection by Marcel Holtmann · 11 years ago
  84. cfbb2b5 Bluetooth: Add LE features to debugfs if available by Marcel Holtmann · 11 years ago
  85. 12c269d Bluetooth: Expose setting if debug keys are used or not by Marcel Holtmann · 11 years ago
  86. 9220218 Bluetooth: Expose debugfs entry read/write own address type by Marcel Holtmann · 11 years ago
  87. 79830f6 Bluetooth: Select the own address type during initial setup phase by Marcel Holtmann · 11 years ago
  88. 8f8625c Bluetooth: Expose current list of long term keys via debugfs by Marcel Holtmann · 11 years ago
  89. d0f729b Bluetooth: Expose white list size information in debugfs by Marcel Holtmann · 11 years ago
  90. e132f7f Bluetooth: Remove bus attribute in favor of hierarchy by Marcel Holtmann · 11 years ago
  91. 02d08d1 Bluetooth: Expose current list of link keys via debugfs by Marcel Holtmann · 11 years ago
  92. babdbb3 Bluetooth: Move export of class of device information into hci_core.c by Marcel Holtmann · 11 years ago
  93. 0d5551f Bluetooth: Store local version information only during setup phase by Marcel Holtmann · 11 years ago
  94. ceeb3bc Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.c by Marcel Holtmann · 11 years ago
  95. f96bc0a Bluetooth: Remove debug entry for connection features by Marcel Holtmann · 11 years ago
  96. 57af75a Bluetooth: Add workaround for buggy max_page features page value by Marcel Holtmann · 11 years ago
  97. dfb826a Bluetooth: Move HCI device features into hci_core.c by Marcel Holtmann · 11 years ago
  98. cc8dba2 Bluetooth: Block ATT connection on LE when device is blocked by Marcel Holtmann · 11 years ago
  99. 06ae331 Bluetooth: Use hcon directly instead of conn->hcon where possible by Marcel Holtmann · 11 years ago
  100. e71f41b Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interface by Marcel Holtmann · 11 years ago