1. a7567b2 bluetooth l2cap: fix locking in l2cap_global_chan_by_psm by Johannes Berg · 13 years ago
  2. 6dcae1e bluetooth: Fix warnings in l2cap_core.c by David S. Miller · 13 years ago
  3. e00cf3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  4. 55183d0 Bluetooth: Remove leftover debug messages by Gustavo F. Padovan · 13 years ago
  5. a70171d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  6. 23691d7 Bluetooth: Remove l2cap_sk_list by Gustavo F. Padovan · 14 years ago
  7. 73b2ec1 Bluetooth: Handle psm == 0 case inside l2cap_add_psm() by Gustavo F. Padovan · 14 years ago
  8. 9e4425f Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() by Gustavo F. Padovan · 14 years ago
  9. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 14 years ago
  10. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  11. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  12. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  13. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  14. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  15. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 14 years ago
  16. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  17. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 14 years ago
  18. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  19. bf73484 bluetooth: Fix use-before-initiailized var. by David S. Miller · 14 years ago
  20. 828d7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 14 years ago
  21. a429b51 Bluetooth: Only keeping SAR bits when retransmitting one frame. by Ruiyi Zhang · 14 years ago
  22. 26954c7 Bluetooth: Fix lockdep warning in L2CAP by Gustavo F. Padovan · 14 years ago
  23. 62f3a2c Bluetooth: Fix another locking unbalance by Gustavo F. Padovan · 14 years ago
  24. 280f294 Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid() by Gustavo F. Padovan · 14 years ago
  25. 9f69bda Bluetooth: Add proper handling of received LE data by Gustavo F. Padovan · 14 years ago
  26. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  27. c916fbe Bluetooth: Remove unneeded uninitialized_vars() by Gustavo F. Padovan · 14 years ago
  28. 49208c9 Bluetooth: Remove some sk references from l2cap_core.c by Gustavo F. Padovan · 14 years ago
  29. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  30. 2ead70b Bluetooth: Fix lockdep warning with skb list lock by Gustavo F. Padovan · 14 years ago
  31. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  32. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  33. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  34. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  35. 6f61fd4 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  36. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  37. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  38. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  39. 710f9b0 Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 14 years ago
  40. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  41. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  42. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 14 years ago
  43. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 14 years ago
  44. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  45. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 14 years ago
  46. 23e9fde Bluetooth: Increment unacked_frames count only the first transmit by Suraj Sumangala · 14 years ago
  47. e90165b Bluetooth: check L2CAP info_rsp ident and state by Andrei Emeltchenko · 14 years ago
  48. d101024 Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_add by Gustavo F. Padovan · 14 years ago
  49. 2c6d1a2 Bluetooth: Improve error message on wrong link type by Gustavo F. Padovan · 14 years ago
  50. 52cb1c0 Bluetooth: Increment unacked_frames count only the first transmit by Suraj Sumangala · 14 years ago
  51. 30e7627 Bluetooth: Use ERR_PTR as return error from hci_connect by Ville Tervo · 14 years ago
  52. 50899e8 Bluetooth: Remove duplicated BT_INFO() from L2CAP by Gustavo F. Padovan · 14 years ago
  53. e2174ca Bluetooth: fix errors reported by checkpatch.pl by Gustavo F. Padovan · 14 years ago
  54. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 14 years ago
  55. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 14 years ago
  56. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 14 years ago
  57. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 14 years ago
  58. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 14 years ago
  59. 903d343 Bluetooth: Add L2CAP mode to debugfs output by Gustavo F. Padovan · 14 years ago
  60. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 14 years ago
  61. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 14 years ago
  62. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  63. 05fc157 Bluetooth: move l2cap_sock_kill() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  64. 6ddc048 Bluetooth: move L2CAP sock timers function to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  65. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  66. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  67. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  68. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  69. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  70. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  71. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  72. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  73. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  74. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  75. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  76. bb58f74 Bluetooth: Initial work for L2CAP split. by Gustavo F. Padovan · 14 years ago
  77. 0a708f8 Bluetooth: Rename l2cap.c to l2cap_core.c by Gustavo F. Padovan · 14 years ago[Renamed from net/bluetooth/l2cap.c]
  78. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 14 years ago
  79. 7990681 Bluetooth: Fix setting of MTU for ERTM and Streaming Mode by Gustavo F. Padovan · 14 years ago
  80. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  81. e733fb6 Bluetooth: Set conn state to BT_DISCONN to avoid multiple responses by Bao Liang · 14 years ago
  82. d00ef24 Bluetooth: Fix authentication request for L2CAP raw sockets by Johan Hedberg · 14 years ago
  83. 8556edd3 Bluetooth: Create a unified auth_type evaluation function by Johan Hedberg · 14 years ago
  84. 4571928 Bluetooth: l2cap: fix misuse of logical operation in place of bitop by David Sterba · 14 years ago
  85. df6bd74 Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state by Gustavo F. Padovan · 14 years ago
  86. 894718a Bluetooth: clean up l2cap code by Andrei Emeltchenko · 14 years ago
  87. b78d7b4f Bluetooth: Fix error handling for l2cap_init() by Anderson Lizardo · 14 years ago
  88. e0f0cb5 Bluetooth: Get rid of __l2cap_get_sock_by_psm() by Gustavo F. Padovan · 14 years ago
  89. 940a9ee Bluetooth: timer check sk is not owned before freeing by Andrei Emeltchenko · 14 years ago
  90. a49184c Bluetooth: Check sk is not owned before freeing l2cap_conn by Andrei Emeltchenko · 14 years ago
  91. 4f8b691 Bluetooth: fix endianness conversion in L2CAP by Gustavo F. Padovan · 14 years ago
  92. bfaaeb3 Bluetooth: fix unaligned access to l2cap conf data by steven miao · 14 years ago
  93. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  94. d793fe8 Bluetooth: fix oops in l2cap_connect_req by Nathan Holstein · 14 years ago
  95. ab3e571 Bluetooth: Update conf_state before send config_req out by Haijun Liu · 14 years ago
  96. 0175d62 Bluetooth: Use the proper error value from bt_skb_send_alloc() by Gustavo F. Padovan · 14 years ago
  97. aae7fe2 Bluetooth: check for l2cap header in start fragment by Andrei Emeltchenko · 14 years ago
  98. 8979481 Bluetooth: check L2CAP length in first ACL fragment by Andrei Emeltchenko · 14 years ago
  99. 6fdf482 Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets. by Mat Martineau · 14 years ago
  100. 0fba255 Bluetooth: Validate PSM values in calls to connect() and bind() by Mat Martineau · 14 years ago