1. d45fc42 Bluetooth: Rename l2cap_check_security() by Gustavo F. Padovan · 13 years ago
  2. 312fef7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  3. d835ac0f Bluetooth: Add definitions for L2CAP fixed channels by Mat Martineau · 13 years ago
  4. 38094c7 Bluetooth: Add AMP-related data and structures for channel signals by Mat Martineau · 13 years ago
  5. 2ea6648 Bluetooth: Add channel policy to getsockopt/setsockopt by Mat Martineau · 13 years ago
  6. d7c4d11 Bluetooth: Change scope of the enable_hs module parameter by Mat Martineau · 13 years ago
  7. 73d80de Bluetooth: prioritizing data over HCI by Luiz Augusto von Dentz · 13 years ago
  8. 5e59b79 Bluetooth: set skbuffer priority based on L2CAP socket priority by Luiz Augusto von Dentz · 13 years ago
  9. 0e8b207 Bluetooth: EFS: implement L2CAP config pending state by Andrei Emeltchenko · 13 years ago
  10. f3f668b Bluetooth: Use miliseconds for L2CAP channel timeouts by Andrzej Kaczmarek · 13 years ago
  11. 836be93 Bluetooth: EWS: support extended seq numbers by Andrei Emeltchenko · 13 years ago
  12. 88843ab Bluetooth: EWS: handling different Control fields by Andrei Emeltchenko · 13 years ago
  13. 8f7975b Bluetooth: EFS: assign default values in chan add by Andrei Emeltchenko · 13 years ago
  14. 5a9e705 Bluetooth: EFS: definitions and headers by Andrei Emeltchenko · 13 years ago
  15. d43cb28 Bluetooth: EWS: define L2CAP header sizes by Andrei Emeltchenko · 13 years ago
  16. e378173 Bluetooth: EWS: rewrite handling POLL (P) bit by Andrei Emeltchenko · 13 years ago
  17. 03f6715 Bluetooth: EWS: rewrite handling FINAL (F) bit by Andrei Emeltchenko · 13 years ago
  18. 793c2f1 Bluetooth: EWS: rewrite check frame type function by Andrei Emeltchenko · 13 years ago
  19. fb45de7 Bluetooth: EWS: rewrite L2CAP ERTM txseq calculation by Andrei Emeltchenko · 13 years ago
  20. 0b209fa Bluetooth: EWS: rewrite reqseq calculation by Andrei Emeltchenko · 13 years ago
  21. 7e0ef6e Bluetooth: EWS: rewrite handling SAR bits by Andrei Emeltchenko · 13 years ago
  22. ab784b7 Bluetooth: EWS: rewrite handling Supervisory (S) bits by Andrei Emeltchenko · 13 years ago
  23. 57253fd Bluetooth: EWS: adds ext control field bit mask by Andrei Emeltchenko · 13 years ago
  24. 6327eb9 Bluetooth: EWS: extended window size option support by Andrei Emeltchenko · 13 years ago
  25. 8d6765a Bluetooth: clean up spaces in L2CAP header by Andrei Emeltchenko · 13 years ago
  26. 43bd0f3 Bluetooth: convert role_switch variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  27. 15770b1 Bluetooth: convert force_active variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  28. ecf61bd Bluetooth: convert force_reliable variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  29. d57b0e8 Bluetooth: convert flushable variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  30. a858393 Bluetooth: EFS: l2cap extended feature mask update by Andrei Emeltchenko · 13 years ago
  31. 84084a3 Bluetooth: Perform L2CAP SDU reassembly without copying data by Mat Martineau · 14 years ago
  32. 1c1def0 Bluetooth: Move SMP fields to a separate structure by Vinicius Costa Gomes · 13 years ago
  33. e2fd318 Bluetooth: Fixes l2cap "command reject" reply according to spec by Ilia Kolomisnky · 14 years ago
  34. fadd192 Bluetooth: Remove L2CAP busy queue by Mat Martineau · 14 years ago
  35. e328140 Bluetooth: Use event-driven approach for handling ERTM receive buffer by Mat Martineau · 14 years ago
  36. e2ab435 Bluetooth: Use bit operations on conn_state by Gustavo F. Padovan · 14 years ago
  37. c1360a1 Bluetooth: use bit operation on conf_state by Gustavo F. Padovan · 14 years ago
  38. 3158c50 Bluetooth: Add key size checks for SMP by Vinicius Costa Gomes · 14 years ago
  39. 5d3de7d Bluetooth: Add support for SMP timeout by Vinicius Costa Gomes · 14 years ago
  40. 7d24ddc Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 14 years ago
  41. f01ead3 Bluetooth: Add SMP confirmation structs by Anderson Briglia · 14 years ago
  42. 1a09bcb Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 14 years ago
  43. c9b6667 Bluetooth: Make timer functions generic by Gustavo F. Padovan · 14 years ago
  44. 71ba0e5 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  45. 89bc500e Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  46. ba3bd0e Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 14 years ago
  47. 2307049 Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 14 years ago
  48. 80808e4 Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 14 years ago
  49. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 14 years ago
  50. 0f85272 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 14 years ago
  51. 500698d Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 14 years ago
  52. ab07801 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 14 years ago
  53. 715ec00 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 14 years ago
  54. 9a91a04 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 14 years ago
  55. 4519de9 Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 14 years ago
  56. 23691d7 Bluetooth: Remove l2cap_sk_list by Gustavo F. Padovan · 14 years ago
  57. 73b2ec1 Bluetooth: Handle psm == 0 case inside l2cap_add_psm() by Gustavo F. Padovan · 14 years ago
  58. 9e4425f Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() by Gustavo F. Padovan · 14 years ago
  59. cf2f90f Bluetooth: Don't export l2cap_sock_ops by Gustavo F. Padovan · 14 years ago
  60. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 14 years ago
  61. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  62. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  63. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  64. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  65. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  66. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 14 years ago
  67. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  68. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 14 years ago
  69. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  70. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  71. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  72. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  73. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  74. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  75. 6f61fd47 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  76. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  77. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  78. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  79. 710f9b0 Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 14 years ago
  80. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  81. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  82. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 14 years ago
  83. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 14 years ago
  84. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  85. f3dd4f0 Bluetooth: Remove unused struct l2cap_conn item by Gustavo F. Padovan · 14 years ago
  86. b0d2199 Bluetooth: Remove unused struct item by Gustavo F. Padovan · 14 years ago
  87. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 14 years ago
  88. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 14 years ago
  89. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 14 years ago
  90. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 14 years ago
  91. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 14 years ago
  92. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  93. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  94. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  95. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  96. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  97. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  98. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  99. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  100. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago