1. 9c903e3 Bluetooth: l2cap: introduce l2cap_conn ref-counting by David Herrmann · 12 years ago
  2. b3916db Bluetooth: hidp: verify l2cap sockets by David Herrmann · 12 years ago
  3. 7952861 Bluetooth: remove an unused variable in a header file by Rami Rosen · 12 years ago
  4. f2592d3 Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCS by Andrei Emeltchenko · 12 years ago
  5. a514b17 Bluetooth: Refactor locking in amp_physical_cfm by Andrei Emeltchenko · 12 years ago
  6. fffadc0 Bluetooth: Rename ctrl_id to remote_amp_id by Andrei Emeltchenko · 12 years ago
  7. cf70ff2 Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evt by Andrei Emeltchenko · 12 years ago
  8. 27695fb Bluetooth: AMP: Process Logical Link complete evt by Andrei Emeltchenko · 12 years ago
  9. 3f7a56c Bluetooth: Start channel move when socket option is changed by Mat Martineau · 12 years ago
  10. 5b155ef Bluetooth: Move channel response by Mat Martineau · 12 years ago
  11. 0833328 Bluetooth: Add new l2cap_chan struct members for high speed channels by Mat Martineau · 12 years ago
  12. 2dc4e51 Bluetooth: Add chan->ops->defer() by Gustavo Padovan · 12 years ago
  13. 8936fa6 Bluetooth: L2CAP: Fix using default Flush Timeout for EFS by Andrei Emeltchenko · 12 years ago
  14. 0b4558e Bluetooth: Adjust L2CAP Max PDU size for AMP packets by Andrei Emeltchenko · 12 years ago
  15. 9495b2e Bluetooth: AMP: Process Chan Selected event by Andrei Emeltchenko · 12 years ago
  16. 2766be4 Bluetooth: A2MP: Add fallback to normal l2cap init sequence by Andrei Emeltchenko · 12 years ago
  17. 93c3e8f Bluetooth: Choose connection based on capabilities by Andrei Emeltchenko · 12 years ago
  18. 144ad33 Bluetooth: Use kref for l2cap channel reference counting by Syam Sidhardhan · 12 years ago
  19. 4af66c6 Bluetooth: Free the l2cap channel list only when refcount is zero by Jaganath Kanakkassery · 12 years ago
  20. 3064837 Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c by Jaganath Kanakkassery · 12 years ago
  21. c20f8e3 Bluetooth: Use tx window from config response for ack timing by Mat Martineau · 12 years ago
  22. 4b10b27 Bluetooth: debug: Print l2cap_chan refcount by Andrei Emeltchenko · 12 years ago
  23. 7e1af8a Bluetooth: Create empty l2cap ops function by Gustavo Padovan · 12 years ago
  24. 8c3a4f0 Bluetooth: Rename L2CAP_LE_DEFAULT_MTU by Andre Guedes · 12 years ago
  25. 416fa75 Bluetooth: A2MP: Handling fixed channels by Andrei Emeltchenko · 12 years ago
  26. 466f800 Bluetooth: A2MP: Create A2MP channel by Andrei Emeltchenko · 12 years ago
  27. 54a59aa Bluetooth: Add l2cap_chan->ops->ready() by Andrei Emeltchenko · 12 years ago
  28. c0df7f6 Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c by Andrei Emeltchenko · 12 years ago
  29. 80b9802 Bluetooth: Use chan as parameters for l2cap chan ops by Gustavo Padovan · 12 years ago
  30. 2983fd6 Bluetooth: Define and use PSM identifiers by Andrei Emeltchenko · 12 years ago
  31. 59e54bd Bluetooth: Define L2CAP conf continuation flag by Andrei Emeltchenko · 12 years ago
  32. 522cc2e Bluetooth: Remove unused ERTM control field macros by Mat Martineau · 12 years ago
  33. 4239d16 Bluetooth: Check rules when setting retransmit or monitor timers by Mat Martineau · 12 years ago
  34. f5dbb07 Bluetooth: Remove receive code that has been superceded by Mat Martineau · 12 years ago
  35. 2827011 Bluetooth: Fix early return from l2cap_chan_del by Mat Martineau · 12 years ago
  36. 94122bb Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation by Mat Martineau · 12 years ago
  37. 5a364bd Bluetooth: Improve ERTM sequence number offset calculation by Mat Martineau · 12 years ago
  38. 8e9f989 Bluetooth: Use address type info from user-space by Andre Guedes · 12 years ago
  39. 43ef0b8 Bluetooth: Add address type to struct sockaddr_l2 by Andre Guedes · 12 years ago
  40. 2bbf296 Bluetooth: trivial: Remove empty line by Andrei Emeltchenko · 12 years ago
  41. 3c58819 Bluetooth: Add the l2cap_seq_list structure for tracking frames by Mat Martineau · 12 years ago
  42. 9033894 Bluetooth: Remove err parameter from alloc_skb() by Gustavo Padovan · 13 years ago
  43. bd4b165 Bluetooth: Adds set_default function in L2CAP setup by Andrei Emeltchenko · 13 years ago
  44. eef1d9b Bluetooth: Remove sk parameter from l2cap_chan_create() by Gustavo Padovan · 13 years ago
  45. d5f7ac3 Bluetooth: Add definitions and struct members for new ERTM state machine by Mat Martineau · 13 years ago
  46. 6f74b6f Bluetooth: Comments and style fixes by Andrei Emeltchenko · 13 years ago
  47. f64b993 Bluetooth: Fix coding style in all .h files by Gustavo F. Padovan · 13 years ago
  48. ba13ccd Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 13 years ago
  49. 978c93b Bluetooth: Save remote L2CAP fixed channel mask by Andrei Emeltchenko · 13 years ago
  50. c03b355 Bluetooth: Add l2cap_chan_lock by Andrei Emeltchenko · 13 years ago
  51. e05dcc3 Bluetooth: Use symbolic names for state in debug by Andrei Emeltchenko · 13 years ago
  52. 17cd3f3 Bluetooth: Remove usage of __cancel_delayed_work() by Ulisses Furquim · 13 years ago
  53. 2f7719c Bluetooth: Add alloc_skb chan operator by Andrei Emeltchenko · 13 years ago
  54. 75b93b5 Bluetooth: Make l2cap_clear_timer return if timer was running or not by Szymon Janc · 13 years ago
  55. cbe8fed Bluetooth: Remove bogus inline declaration from l2cap_chan_connect by Johan Hedberg · 13 years ago
  56. b83ddfe Bluetooth: l2cap_set_timer needs jiffies as timeout value by Andrzej Kaczmarek · 13 years ago
  57. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  58. 371fd83 Bluetooth: Fix deadlocks with sock lock and L2CAP timers locks by Ulisses Furquim · 13 years ago
  59. 030013d Bluetooth: Rename info_work to info_timer by Gustavo F. Padovan · 13 years ago
  60. 6c9d42a Bluetooth: convert security timer to delayed_work by Gustavo F. Padovan · 13 years ago
  61. c2ec9c1 Bluetooth: Move l2cap_{set,clear}_timer to l2cap.h by Gustavo F. Padovan · 13 years ago
  62. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  63. 03a0019 Bluetooth: invert locking order in connect path by Gustavo F. Padovan · 13 years ago
  64. f878fca Bluetooth: convert info timer to delayed_work by Gustavo F. Padovan · 13 years ago
  65. d01b2ff Bluetooth: convert chan_lock to mutex by Gustavo F. Padovan · 13 years ago
  66. 721c418 Bluetooth: Move L2CAP timers to workqueue by Gustavo F. Padovan · 13 years ago
  67. 8830f51 Bluetooth: Move scope of kernel parameter enable_hs by Andrei Emeltchenko · 13 years ago
  68. d45fc42 Bluetooth: Rename l2cap_check_security() by Gustavo F. Padovan · 13 years ago
  69. 312fef7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  70. d835ac0 Bluetooth: Add definitions for L2CAP fixed channels by Mat Martineau · 13 years ago
  71. 38094c7 Bluetooth: Add AMP-related data and structures for channel signals by Mat Martineau · 13 years ago
  72. 2ea6648 Bluetooth: Add channel policy to getsockopt/setsockopt by Mat Martineau · 13 years ago
  73. d7c4d11 Bluetooth: Change scope of the enable_hs module parameter by Mat Martineau · 13 years ago
  74. 73d80de Bluetooth: prioritizing data over HCI by Luiz Augusto von Dentz · 13 years ago
  75. 5e59b79 Bluetooth: set skbuffer priority based on L2CAP socket priority by Luiz Augusto von Dentz · 13 years ago
  76. 0e8b207 Bluetooth: EFS: implement L2CAP config pending state by Andrei Emeltchenko · 13 years ago
  77. f3f668b Bluetooth: Use miliseconds for L2CAP channel timeouts by Andrzej Kaczmarek · 13 years ago
  78. 836be93 Bluetooth: EWS: support extended seq numbers by Andrei Emeltchenko · 13 years ago
  79. 88843ab Bluetooth: EWS: handling different Control fields by Andrei Emeltchenko · 13 years ago
  80. 8f7975b Bluetooth: EFS: assign default values in chan add by Andrei Emeltchenko · 13 years ago
  81. 5a9e705 Bluetooth: EFS: definitions and headers by Andrei Emeltchenko · 13 years ago
  82. d43cb28 Bluetooth: EWS: define L2CAP header sizes by Andrei Emeltchenko · 13 years ago
  83. e378173 Bluetooth: EWS: rewrite handling POLL (P) bit by Andrei Emeltchenko · 13 years ago
  84. 03f6715 Bluetooth: EWS: rewrite handling FINAL (F) bit by Andrei Emeltchenko · 13 years ago
  85. 793c2f1 Bluetooth: EWS: rewrite check frame type function by Andrei Emeltchenko · 13 years ago
  86. fb45de7 Bluetooth: EWS: rewrite L2CAP ERTM txseq calculation by Andrei Emeltchenko · 13 years ago
  87. 0b209fa Bluetooth: EWS: rewrite reqseq calculation by Andrei Emeltchenko · 13 years ago
  88. 7e0ef6e Bluetooth: EWS: rewrite handling SAR bits by Andrei Emeltchenko · 13 years ago
  89. ab784b7 Bluetooth: EWS: rewrite handling Supervisory (S) bits by Andrei Emeltchenko · 13 years ago
  90. 57253fd Bluetooth: EWS: adds ext control field bit mask by Andrei Emeltchenko · 13 years ago
  91. 6327eb9 Bluetooth: EWS: extended window size option support by Andrei Emeltchenko · 13 years ago
  92. 8d6765a Bluetooth: clean up spaces in L2CAP header by Andrei Emeltchenko · 13 years ago
  93. 43bd0f3 Bluetooth: convert role_switch variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  94. 15770b1 Bluetooth: convert force_active variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  95. ecf61bd Bluetooth: convert force_reliable variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  96. d57b0e8 Bluetooth: convert flushable variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  97. a858393 Bluetooth: EFS: l2cap extended feature mask update by Andrei Emeltchenko · 13 years ago
  98. 84084a3 Bluetooth: Perform L2CAP SDU reassembly without copying data by Mat Martineau · 13 years ago
  99. 1c1def0 Bluetooth: Move SMP fields to a separate structure by Vinicius Costa Gomes · 13 years ago
  100. e2fd318 Bluetooth: Fixes l2cap "command reject" reply according to spec by Ilia Kolomisnky · 13 years ago