1. 67be1e4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  2. 6a5e816 Bluetooth: l2cap: Set more channel defaults by Jukka Rissanen · 10 years ago
  3. 40b9397 Bluetooth: Fix L2CAP LE debugfs entries permissions by Samuel Ortiz · 10 years ago
  4. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  5. 6f77d8c Bluetooth: Move address type conversion to outside hci_connect_le by Andre Guedes · 10 years ago
  6. 04a6c58 Bluetooth: Refactor HCI connection code by Andre Guedes · 10 years ago
  7. 4bd6d38 Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys() by Johan Hedberg · 10 years ago
  8. ede81a2 Bluetooth: Fix NULL pointer dereference when sending data by Andrzej Kaczmarek · 10 years ago
  9. 2c96e03 Bluetooth: Print error when dropping L2CAP data by Szymon Janc · 10 years ago
  10. 387a33e Bluetooth: Fix updating Identity Address in L2CAP channels by Johan Hedberg · 10 years ago
  11. 9b7655e Bluetooth: Enable LE L2CAP CoC support by default by Johan Hedberg · 10 years ago
  12. 7b25c9b Bluetooth: Remove unnecessary check for chan->psm by Johan Hedberg · 10 years ago
  13. 61202e4 Bluetooth: Free up l2cap_chan->sport when initiating a connection by Johan Hedberg · 10 years ago
  14. 0f1bfe4 Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs by Johan Hedberg · 10 years ago
  15. dfd9774 Bluetooth: Fix disconnecting L2CAP channel for credits violation by Johan Hedberg · 10 years ago
  16. d1d7941 Bluetooth: Fix respecting le_default_mps value by Johan Hedberg · 10 years ago
  17. 7a8e5a3 Bluetooth: Fix CID initialization for fixed channels by Johan Hedberg · 10 years ago
  18. 21626e6 Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED by Johan Hedberg · 10 years ago
  19. 2338a7e Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED by Johan Hedberg · 10 years ago
  20. 03a0c5d Bluetooth: Remove useless l2cap_seq_list_remove function by Johan Hedberg · 10 years ago
  21. 61a939c Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached by Johan Hedberg · 10 years ago
  22. 162b49e Bluetooth: Reorder L2CAP functions to avoid forward declarations by Johan Hedberg · 10 years ago
  23. 7d513e9 Bluetooth: Handle security level 4 for L2CAP connections by Marcel Holtmann · 10 years ago
  24. 18722c2 Bluetooth: Enable 6LoWPAN support for BT LE devices by Jukka Rissanen · 11 years ago
  25. 71fb419 Bluetooth: Fix handling of L2CAP Command Reject over LE by Johan Hedberg · 11 years ago
  26. c8afe8d Bluetooth: Fix valid LE PSM check by Johan Hedberg · 11 years ago
  27. f1324ea Bluetooth: Use min_t for calculating chan->mps by Johan Hedberg · 11 years ago
  28. 0ce43ce Bluetooth: Simplify l2cap_chan initialization for LE CoC by Johan Hedberg · 11 years ago
  29. f15b8ec Bluetooth: Add debugfs controls for LE CoC MPS and Credits by Johan Hedberg · 11 years ago
  30. 4946096 Bluetooth: Fix validating LE PSM values by Johan Hedberg · 11 years ago
  31. e77af75 Bluetooth: Fix CID ranges for LE CoC CID allocations by Johan Hedberg · 11 years ago
  32. aeddd07 Bluetooth: Fix clearing of chan->omtu for LE CoC channels by Johan Hedberg · 11 years ago
  33. 3916aed Bluetooth: Limit LE MPS to the MTU value by Johan Hedberg · 11 years ago
  34. 029727a Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits by Johan Hedberg · 11 years ago
  35. 595177f Bluetooth: Fix LE L2CAP Connect Request handling together with SMP by Johan Hedberg · 11 years ago
  36. aac23bf Bluetooth: Implement LE L2CAP reassembly by Johan Hedberg · 11 years ago
  37. 177f8f2 Bluetooth: Add LE L2CAP segmentation support for outgoing data by Johan Hedberg · 11 years ago
  38. 3af8ace Bluetooth: Reject LE CoC commands when the feature is not enabled by Johan Hedberg · 11 years ago
  39. fad5fc89 Bluetooth: Add LE flow control discipline by Johan Hedberg · 11 years ago
  40. b1c325c Bluetooth: Implement returning of LE L2CAP credits by Johan Hedberg · 11 years ago
  41. 0cd75f7 Bluetooth: Track LE L2CAP credits in l2cap_chan by Johan Hedberg · 11 years ago
  42. 3831971 Bluetooth: Add LE L2CAP flow control mode by Johan Hedberg · 11 years ago
  43. b5ecba6 Bluetooth: Make l2cap_le_sig_cmd logic consistent by Johan Hedberg · 11 years ago
  44. 3defe01 Bluetooth: Add L2CAP Disconnect suppport for LE by Johan Hedberg · 11 years ago
  45. cea04ce3 Bluetooth: Fix L2CAP channel closing for LE connections by Johan Hedberg · 11 years ago
  46. 27e2d4c Bluetooth: Add basic LE L2CAP connect request receiving support by Johan Hedberg · 11 years ago
  47. 791d60f Bluetooth: Refactor L2CAP connect rejection to its own function by Johan Hedberg · 11 years ago
  48. f1496de Bluetooth: Add initial code for LE L2CAP Connect Request by Johan Hedberg · 11 years ago
  49. 96ac34f Bluetooth: Move LE L2CAP initiator procedure to its own function by Johan Hedberg · 11 years ago
  50. 203e639 Bluetooth: Pass command length to LE signaling channel handlers by Johan Hedberg · 11 years ago
  51. a17de2f Bluetooth: Allow l2cap_chan_check_security() to be used for LE links. by Johan Hedberg · 11 years ago
  52. bf20fd4 Bluetooth: Update l2cap_global_chan_by_psm() to take a link type by Johan Hedberg · 11 years ago
  53. 6d3c15d Bluetooth: Remove unnecessary braces from one-line if-statement by Johan Hedberg · 11 years ago
  54. 32019c7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  55. 31e8ce8 Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del by Seung-Woo Kim · 11 years ago
  56. 7f5396a Bluetooth: Use bt_cb(skb)->chan to send raw data back by Gustavo Padovan · 11 years ago
  57. 8ffb929 Bluetooth: Remove parent socket usage from l2cap_core.c by Gustavo Padovan · 11 years ago
  58. f93fa27 Bluetooth: Remove socket lock from l2cap_state_change() by Gustavo Padovan · 11 years ago
  59. acdcabf Bluetooth: Hold socket in defer callback in L2CAP socket by Gustavo Padovan · 11 years ago
  60. d42970f Bluetooth: Remove not used struct sock by Gustavo Padovan · 11 years ago
  61. cc8dba2 Bluetooth: Block ATT connection on LE when device is blocked by Marcel Holtmann · 11 years ago
  62. 06ae331 Bluetooth: Use hcon directly instead of conn->hcon where possible by Marcel Holtmann · 11 years ago
  63. 1120e4b Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs by Marcel Holtmann · 11 years ago
  64. a521149 Bluetooth: Remove useless l2cap_err_to_reason function by Johan Hedberg · 11 years ago
  65. 33a2145 Bluetooth: Remove unused command reject mapping for EMSGSIZE by Johan Hedberg · 11 years ago
  66. 662d652 Bluetooth: Fix L2CAP "Command Reject: Invalid CID" response by Johan Hedberg · 11 years ago
  67. 74e7574 Bluetooth: use l2cap_chan_ready() instead of duplicate code by Gustavo Padovan · 11 years ago
  68. dc25306 Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c by Gustavo Padovan · 11 years ago
  69. 5ec1bbe Bluetooth: Add chan->ops->set_shutdown() by Gustavo Padovan · 11 years ago
  70. 8d836d7 Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c by Gustavo Padovan · 11 years ago
  71. f8e7301 Bluetooth: Add l2cap_state_change_and_error() by Gustavo Padovan · 11 years ago
  72. 53f5212 Bluetooth: Extend state_change() call to report errors too by Gustavo Padovan · 11 years ago
  73. d97c899 Bluetooth: Introduce L2CAP channel callback for resuming by Marcel Holtmann · 11 years ago
  74. bdc2578 Bluetooth: Introduce L2CAP channel flag for defer setup by Marcel Holtmann · 11 years ago
  75. 2edf870 Bluetooth: Provide msg_name callback for L2CAP connectionless channels by Marcel Holtmann · 11 years ago
  76. 4f1654e Bluetooth: Return the correct address type for L2CAP sockets by Marcel Holtmann · 11 years ago
  77. 7eafc59 Bluetooth: Store address information in L2CAP channel structure by Marcel Holtmann · 11 years ago
  78. 4637f7c Bluetooth: Update L2CAP socket source address from HCI connection by Marcel Holtmann · 11 years ago
  79. 6f59b90 Bluetooth: Use hci_conn->src address for L2CAP functions by Marcel Holtmann · 11 years ago
  80. 98e0f7e Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAP by Marcel Holtmann · 11 years ago
  81. 547d103 Bluetooth: Unicast connectionless data reception is supported by Marcel Holtmann · 11 years ago
  82. d40bffb Bluetooth: The L2CAP fixed channel connectionless data is supported by Marcel Holtmann · 11 years ago
  83. 3124b84 Bluetooth: Allow 3D profile to use security mode 4 level 0 by Marcel Holtmann · 11 years ago
  84. 6a974b5 Bluetooth: Limit security mode 4 level 0 to connection oriented channels by Marcel Holtmann · 11 years ago
  85. 43b1b8d Bluetooth: Fix PSM value for L2CAP connectionless data packets by Marcel Holtmann · 11 years ago
  86. ac4b723 Bluetooth: Move smp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  87. 7024728 Bluetooth: Move a2mp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  88. 7ef9fbf Bluetooth: Move amp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  89. c4e5baf Bluetooth: Fix potential double-frees of L2CAP skbs by Johan Hedberg · 11 years ago
  90. 1df7b17 Bluetooth: Simplify check if L2CAP connection is AMP capable by Marcel Holtmann · 11 years ago
  91. 80d58d0 Bluetooth: Move hci_amp_capable() function into L2CAP core by Marcel Holtmann · 11 years ago
  92. 6ed971c Bluetooth: Use explicit AMP controller id value for BR/EDR by Marcel Holtmann · 11 years ago
  93. 4f3e219 Bluetooth: Only one command per L2CAP LE signalling is supported by Marcel Holtmann · 11 years ago
  94. b99707d Bluetooth: Drop packets on ATT fixed channel on BR/EDR by Marcel Holtmann · 11 years ago
  95. ae4fd2d Bluetooth: L2CAP connectionless channels are only valid for BR/EDR by Marcel Holtmann · 11 years ago
  96. 94b6a09 Bluetooth: Don't copy L2CAP LE signalling to raw sockets by Marcel Holtmann · 11 years ago
  97. a287762 Bluetooth: Fix switch statement order for L2CAP fixed channels by Marcel Holtmann · 11 years ago
  98. 3b16629 Bluetooth: Fix memory leak with L2CAP signal channels by Marcel Holtmann · 11 years ago
  99. 848566b Bluetooth: Provide high speed configuration option by Marcel Holtmann · 11 years ago
  100. 1025c04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 11 years ago