1. 5a9d0a3 Bluetooth: Clean up some code style issues by Waldemar Rymarkiewicz · 15 years ago
  2. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 15 years ago
  3. 29b7988 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 15 years ago
  4. 19f8def Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 15 years ago
  5. 3581508 Bluetooth: Advertising entries lifetime by Andre Guedes · 15 years ago
  6. eb9d91f Bluetooth: Clear advertising cache before scanning by Andre Guedes · 15 years ago
  7. 76c8686 Bluetooth: LE advertising cache by Andre Guedes · 15 years ago
  8. 57a56fd Bluetooth: Add advertising report meta event structs by Anderson Briglia · 15 years ago
  9. 0f85272 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 15 years ago
  10. 500698d Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 15 years ago
  11. ab07801 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 15 years ago
  12. 715ec00 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 15 years ago
  13. 9a91a04 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 15 years ago
  14. 4519de9 Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 15 years ago
  15. 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 · 15 years ago
  16. b3b1b06 Bluetooth: Double check sec req for pre 2.1 device by Waldemar Rymarkiewicz · 15 years ago
  17. 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 · 15 years ago
  18. 23691d7 Bluetooth: Remove l2cap_sk_list by Gustavo F. Padovan · 15 years ago
  19. 73b2ec1 Bluetooth: Handle psm == 0 case inside l2cap_add_psm() by Gustavo F. Padovan · 15 years ago
  20. 9e4425f Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() by Gustavo F. Padovan · 15 years ago
  21. 4df378a Bluetooth: Add store_hint parameter to mgmt_new_key by Johan Hedberg · 15 years ago
  22. 4748fed Bluetooth: Remove old_key_type from mgmt_ev_new_key by Johan Hedberg · 15 years ago
  23. d25e28a Bluetooth: Fix link key persistent storage criteria by Johan Hedberg · 15 years ago
  24. 55bc1a3 Bluetooth: Add confirm_hint parameter to user confirmation requests by Johan Hedberg · 15 years ago
  25. 9f61656 Bluetooth: Add variable SSP auto-accept delay support by Johan Hedberg · 15 years ago
  26. a770bb5 Bluetooth: Add secure flag for mgmt_pin_code_req by Waldemar Rymarkiewicz · 15 years ago
  27. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 15 years ago
  28. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 15 years ago
  29. 314b238 Bluetooth: Add discovering event to the Management interface by Johan Hedberg · 15 years ago
  30. 14a5366 Bluetooth: Add basic discovery commands to the management interface by Johan Hedberg · 15 years ago
  31. cf2f90f Bluetooth: Don't export l2cap_sock_ops by Gustavo F. Padovan · 15 years ago
  32. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 15 years ago
  33. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  34. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  35. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  36. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  37. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  38. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 15 years ago
  39. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  40. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 15 years ago
  41. 345578d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  42. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 15 years ago
  43. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  44. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  45. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  46. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  47. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  48. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  49. 6f61fd4 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  50. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  51. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  52. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  53. 710f9b0 Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 15 years ago
  54. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  55. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  56. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 15 years ago
  57. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 15 years ago
  58. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  59. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 15 years ago
  60. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 15 years ago
  61. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 15 years ago
  62. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 15 years ago
  63. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 15 years ago
  64. f3dd4f0 Bluetooth: Remove unused struct l2cap_conn item by Gustavo F. Padovan · 15 years ago
  65. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 15 years ago
  66. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 15 years ago
  67. b0d2199 Bluetooth: Remove unused struct item by Gustavo F. Padovan · 15 years ago
  68. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 15 years ago
  69. dc4fe30 Bluetooth: mgmt: Add local name information to read_info reply by Johan Hedberg · 15 years ago
  70. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 15 years ago
  71. 4e51eae Bluetooth: Move index to common header in management interface by Szymon Janc · 15 years ago
  72. 2a61169 Bluetooth: Add mgmt_auth_failed event by Johan Hedberg · 15 years ago
  73. ac56fb1 Bluetooth: Fix mgmt_pin_code_reply return parameters by Johan Hedberg · 15 years ago
  74. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 15 years ago
  75. e9a416b Bluetooth: Add mgmt_pair_device command by Johan Hedberg · 15 years ago
  76. adc4266 Bluetooth: Fix some code style issues in hci_core.h by Szymon Janc · 15 years ago
  77. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 15 years ago
  78. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 15 years ago
  79. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 15 years ago
  80. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 15 years ago
  81. aff2cae Bluetooth: Add SMP command structures by Ville Tervo · 15 years ago
  82. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 15 years ago
  83. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 15 years ago
  84. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 15 years ago
  85. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 15 years ago
  86. 63185f6 Bluetooth: Add low energy commands and events by Ville Tervo · 15 years ago
  87. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 15 years ago
  88. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 15 years ago
  89. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  90. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  91. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  92. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  93. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  94. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  95. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  96. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  97. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  98. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  99. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  100. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 15 years ago