1. c16900c Bluetooth: Fix hci_conn reference counting for fixed channels by Johan Hedberg · 10 years ago
  2. b3ed6c6 Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_add by Johan Hedberg · 10 years ago
  3. 72c6fb9 Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU by Johan Hedberg · 10 years ago
  4. 13cac15 Bluetooth: Fix ERTM L2CAP resend packet by Lukasz Rymanowski · 10 years ago
  5. 069cb27 Bluetooth: Improve data packing in SAR mode by Lukasz Rymanowski · 10 years ago
  6. 276d807 Bluetooth: Remove unused l2cap_conn->security_timer by Johan Hedberg · 10 years ago
  7. dec5b49 Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection by Johan Hedberg · 10 years ago
  8. 44f1a7a Bluetooth: Use L2CAP resume callback to call smp_distribute_keys by Johan Hedberg · 10 years ago
  9. 5d88cc7 Bluetooth: Convert SMP to use l2cap_chan infrastructure by Johan Hedberg · 10 years ago
  10. 79a0572 Bluetooth: Call l2cap_le_conn_ready after notifying channels by Johan Hedberg · 10 years ago
  11. 72847ce Bluetooth: Call L2CAP teardown callback before clearing chan->conn by Johan Hedberg · 10 years ago
  12. 1482430 Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid by Johan Hedberg · 10 years ago
  13. 06171e0 Bluetooth: Remove special ATT data channel handling by Johan Hedberg · 10 years ago
  14. 54a1b62 Bluetooth: Improve fixed channel lookup based on link type by Johan Hedberg · 10 years ago
  15. e760ec1 Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfm by Johan Hedberg · 10 years ago
  16. dc0f508 Bluetooth: Refactor l2cap_connect_cfm by Johan Hedberg · 10 years ago
  17. 191eb39 Bluetooth: Remove special handling of ATT in l2cap_security_cfm() by Johan Hedberg · 10 years ago
  18. 5ff6f34 Bluetooth: Fix __l2cap_no_conn_pending() usage with all channels by Johan Hedberg · 10 years ago
  19. a24cce1 Bluetooth: Fix reference counting of global L2CAP channels by Johan Hedberg · 10 years ago
  20. 27f70f3 Bluetooth: Prefer sizeof(*ptr) when allocating memory by Johan Hedberg · 10 years ago
  21. beb19e4 Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP by Johan Hedberg · 10 years ago
  22. e7cafc4 Bluetooth: Pass initiator/acceptor information to hci_conn_security() by Johan Hedberg · 10 years ago
  23. e804d25 Bluetooth: Use explicit role instead of a bool in function parameters by Johan Hedberg · 10 years ago
  24. 40bef30 Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable by Johan Hedberg · 10 years ago
  25. 5a54e7c Bluetooth: Convert L2CAP ident spinlock into a mutex by Marcel Holtmann · 10 years ago
  26. a6801ca Bluetooth: Update the list of L2CAP fixed channels by Marcel Holtmann · 10 years ago
  27. 6fea7ad Bluetooth: Don't send ERTM configuration option when disabled by Marcel Holtmann · 10 years ago
  28. dcc36c1 Bluetooth: Unify helpers for bdaddr_list manipulations by Johan Hedberg · 10 years ago
  29. cdd6275 Bluetooth: Pass desired connection role to hci_connect_le() by Johan Hedberg · 10 years ago
  30. d93375a Bluetooth: Remove auth_type parameter from hci_connect_le() by Johan Hedberg · 10 years ago
  31. 09ae260 Bluetooth: Use lower timeout for LE auto-connections by Johan Hedberg · 10 years ago
  32. 9e1d7e1 Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE by Johan Hedberg · 10 years ago
  33. f4869e2 Bluetooth: Pass store hint to mgmt_new_conn_param by Johan Hedberg · 10 years ago
  34. e493150 Bluetooth: Centralize looking up blocked devices to l2cap_recv_frame by Johan Hedberg · 10 years ago
  35. ffb5a827 Bluetooth: Introduce "New Connection Parameter" Event by Andre Guedes · 10 years ago
  36. d4905f2 Bluetooth: Connection parameters check helper by Andre Guedes · 10 years ago
  37. 4dae279 Bluetooth: Convert hci_conn->link_mode into flags by Johan Hedberg · 10 years ago
  38. 80afeb6 Bluetooth: Add support LE slave connection update procedure by Marcel Holtmann · 10 years ago
  39. 6b8d4a6 Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one by Jukka Rissanen · 10 years ago
  40. 0498878 Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec by Jukka Rissanen · 10 years ago
  41. d9fbd02 Bluetooth: Use explicit header and body length for L2CAP SKB allocation by Marcel Holtmann · 10 years ago
  42. 8d46321 Bluetooth: Assign L2CAP socket priority when allocating SKB by Marcel Holtmann · 10 years ago
  43. 7ab56c3 Bluetooth: Fix deadlock in l2cap_conn_del() by Jukka Taimisto · 10 years ago
  44. 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
  45. 6a5e816 Bluetooth: l2cap: Set more channel defaults by Jukka Rissanen · 10 years ago
  46. 40b9397 Bluetooth: Fix L2CAP LE debugfs entries permissions by Samuel Ortiz · 10 years ago
  47. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  48. 6f77d8c Bluetooth: Move address type conversion to outside hci_connect_le by Andre Guedes · 11 years ago
  49. 04a6c58 Bluetooth: Refactor HCI connection code by Andre Guedes · 11 years ago
  50. 4bd6d38 Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys() by Johan Hedberg · 11 years ago
  51. ede81a2 Bluetooth: Fix NULL pointer dereference when sending data by Andrzej Kaczmarek · 11 years ago
  52. 2c96e03 Bluetooth: Print error when dropping L2CAP data by Szymon Janc · 11 years ago
  53. 387a33e Bluetooth: Fix updating Identity Address in L2CAP channels by Johan Hedberg · 11 years ago
  54. 9b7655e Bluetooth: Enable LE L2CAP CoC support by default by Johan Hedberg · 11 years ago
  55. 7b25c9b Bluetooth: Remove unnecessary check for chan->psm by Johan Hedberg · 11 years ago
  56. 61202e4 Bluetooth: Free up l2cap_chan->sport when initiating a connection by Johan Hedberg · 11 years ago
  57. 0f1bfe4 Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs by Johan Hedberg · 11 years ago
  58. dfd9774 Bluetooth: Fix disconnecting L2CAP channel for credits violation by Johan Hedberg · 11 years ago
  59. d1d7941 Bluetooth: Fix respecting le_default_mps value by Johan Hedberg · 11 years ago
  60. 7a8e5a3 Bluetooth: Fix CID initialization for fixed channels by Johan Hedberg · 11 years ago
  61. 21626e6 Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED by Johan Hedberg · 11 years ago
  62. 2338a7e Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED by Johan Hedberg · 11 years ago
  63. 03a0c5d Bluetooth: Remove useless l2cap_seq_list_remove function by Johan Hedberg · 11 years ago
  64. 61a939c Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached by Johan Hedberg · 11 years ago
  65. 162b49e Bluetooth: Reorder L2CAP functions to avoid forward declarations by Johan Hedberg · 11 years ago
  66. 7d513e9 Bluetooth: Handle security level 4 for L2CAP connections by Marcel Holtmann · 11 years ago
  67. 18722c2 Bluetooth: Enable 6LoWPAN support for BT LE devices by Jukka Rissanen · 11 years ago
  68. 71fb419 Bluetooth: Fix handling of L2CAP Command Reject over LE by Johan Hedberg · 11 years ago
  69. c8afe8d Bluetooth: Fix valid LE PSM check by Johan Hedberg · 11 years ago
  70. f1324ea Bluetooth: Use min_t for calculating chan->mps by Johan Hedberg · 11 years ago
  71. 0ce43ce Bluetooth: Simplify l2cap_chan initialization for LE CoC by Johan Hedberg · 11 years ago
  72. f15b8ec Bluetooth: Add debugfs controls for LE CoC MPS and Credits by Johan Hedberg · 11 years ago
  73. 4946096 Bluetooth: Fix validating LE PSM values by Johan Hedberg · 11 years ago
  74. e77af75 Bluetooth: Fix CID ranges for LE CoC CID allocations by Johan Hedberg · 11 years ago
  75. aeddd07 Bluetooth: Fix clearing of chan->omtu for LE CoC channels by Johan Hedberg · 11 years ago
  76. 3916aed Bluetooth: Limit LE MPS to the MTU value by Johan Hedberg · 11 years ago
  77. 029727a Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits by Johan Hedberg · 11 years ago
  78. 595177f Bluetooth: Fix LE L2CAP Connect Request handling together with SMP by Johan Hedberg · 11 years ago
  79. aac23bf Bluetooth: Implement LE L2CAP reassembly by Johan Hedberg · 11 years ago
  80. 177f8f2 Bluetooth: Add LE L2CAP segmentation support for outgoing data by Johan Hedberg · 11 years ago
  81. 3af8ace Bluetooth: Reject LE CoC commands when the feature is not enabled by Johan Hedberg · 11 years ago
  82. fad5fc89 Bluetooth: Add LE flow control discipline by Johan Hedberg · 11 years ago
  83. b1c325c Bluetooth: Implement returning of LE L2CAP credits by Johan Hedberg · 11 years ago
  84. 0cd75f7 Bluetooth: Track LE L2CAP credits in l2cap_chan by Johan Hedberg · 11 years ago
  85. 3831971 Bluetooth: Add LE L2CAP flow control mode by Johan Hedberg · 11 years ago
  86. b5ecba6 Bluetooth: Make l2cap_le_sig_cmd logic consistent by Johan Hedberg · 11 years ago
  87. 3defe01 Bluetooth: Add L2CAP Disconnect suppport for LE by Johan Hedberg · 11 years ago
  88. cea04ce3 Bluetooth: Fix L2CAP channel closing for LE connections by Johan Hedberg · 11 years ago
  89. 27e2d4c Bluetooth: Add basic LE L2CAP connect request receiving support by Johan Hedberg · 11 years ago
  90. 791d60f Bluetooth: Refactor L2CAP connect rejection to its own function by Johan Hedberg · 11 years ago
  91. f1496de Bluetooth: Add initial code for LE L2CAP Connect Request by Johan Hedberg · 11 years ago
  92. 96ac34f Bluetooth: Move LE L2CAP initiator procedure to its own function by Johan Hedberg · 11 years ago
  93. 203e639 Bluetooth: Pass command length to LE signaling channel handlers by Johan Hedberg · 11 years ago
  94. a17de2f Bluetooth: Allow l2cap_chan_check_security() to be used for LE links. by Johan Hedberg · 11 years ago
  95. bf20fd4 Bluetooth: Update l2cap_global_chan_by_psm() to take a link type by Johan Hedberg · 11 years ago
  96. 6d3c15d Bluetooth: Remove unnecessary braces from one-line if-statement by Johan Hedberg · 11 years ago
  97. 32019c7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  98. 31e8ce8 Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del by Seung-Woo Kim · 11 years ago
  99. 7f5396a Bluetooth: Use bt_cb(skb)->chan to send raw data back by Gustavo Padovan · 11 years ago
  100. 8ffb929 Bluetooth: Remove parent socket usage from l2cap_core.c by Gustavo Padovan · 11 years ago