1. 735038c Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 14 years ago
  2. 21b8a2b Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 14 years ago
  3. c8e856e Bluetooth: Add SMP confirmation structs by Anderson Briglia · 14 years ago
  4. 8e7a3c5 Bluetooth: Add LE SMP Cryptoolbox functions by Anderson Briglia · 14 years ago
  5. 09fabbc Bluetooth: Add support for using the crypto subsystem by Vinicius Costa Gomes · 14 years ago
  6. 13b4839 Bluetooth: Add simple SMP pairing negotiation by Anderson Briglia · 14 years ago
  7. ea37012 Bluetooth: Start SMP procedure by Anderson Briglia · 14 years ago
  8. 133e14c Bluetooth: Implement the first SMP commands by Anderson Briglia · 14 years ago
  9. d7649a5 Bluetooth: Don't forget to check for LE_LINK by Gustavo F. Padovan · 14 years ago
  10. 446b49b Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 14 years ago
  11. bd69b5a Bluetooth: Make timer functions generic by Gustavo F. Padovan · 14 years ago
  12. 4a6aa52 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  13. f1b394a Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  14. c4cf743 Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 14 years ago
  15. 162025c Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 14 years ago
  16. b090c4b Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 14 years ago
  17. b87bf5b Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() by Gustavo F. Padovan · 14 years ago
  18. 941df95 Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg() by David Miller · 14 years ago
  19. 8f1e790 Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 14 years ago
  20. f78088a Bluetooth: Fix check for the ERTM local busy state by Mat Martineau · 14 years ago
  21. 5125e9e Bluetooth: Restore accidentally-deleted line by Mat Martineau · 14 years ago
  22. 8b00cf0 Bluetooth: Simplify hci_conn_accept_secure check by Waldemar Rymarkiewicz · 14 years ago
  23. 514abe6 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 14 years ago
  24. 9f449e0 Bluetooth: Verify a pin code in pin_code_reply by Waldemar Rymarkiewicz · 14 years ago
  25. 6fbf3ee Bluetooth: Remove a magic number by Waldemar Rymarkiewicz · 14 years ago
  26. ef69a01 Bluetooth: fix sparse & gcc warnings by Johannes Berg · 14 years ago
  27. c7f0d99 Bluetooth: Set 'peer_addr_type' in hci_le_connect() by Andre Guedes · 14 years ago
  28. 5e89ece Bluetooth: Check advertising cache in hci_connect() by Andre Guedes · 14 years ago
  29. 92398c8 Bluetooth: Remove useless check in hci_connect() by Andre Guedes · 14 years ago
  30. 149c097 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 14 years ago
  31. 5444429 Bluetooth: Refactor hci_auth_complete_evt function by Waldemar Rymarkiewicz · 14 years ago
  32. 62c5f52 Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 14 years ago
  33. 45e600f Bluetooth: Advertising entries lifetime by Andre Guedes · 14 years ago
  34. 726e133 Bluetooth: Clear advertising cache before scanning by Andre Guedes · 14 years ago
  35. 5df108f Bluetooth: Add Advertising Report Meta Event handler by Andre Guedes · 14 years ago
  36. 6c77c8c Bluetooth: LE advertising cache by Andre Guedes · 14 years ago
  37. 762a990 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 14 years ago
  38. 1eb5ad7 Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 14 years ago
  39. 13003e0 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 14 years ago
  40. 8974c54 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 14 years ago
  41. dcb1cc3 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 14 years ago
  42. 6e9e43f Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 14 years ago
  43. ceb723b Bluetooth: Remove unnecessary use of hci_dev_list_lock by Johan Hedberg · 14 years ago
  44. 5234259 Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockopt_old() by David Miller · 14 years ago
  45. af2a7f4 Bluetooth: fix set but not used warning by Gustavo F. Padovan · 14 years ago
  46. 54f6151 Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure by Ruiyi Zhang · 14 years ago
  47. 814cdea Merge commit 'v3.0-rc6' into android-3.0 by Dima Zavin · 13 years ago
  48. e55d4fa Merge commit 'v3.0-rc5' into android-3.0 by Colin Cross · 13 years ago
  49. 3306054 Bluetooth: Fix L2CAP connection establishment by Ilia Kolomisnky · 14 years ago
  50. df3c393 Bluetooth: Fix accepting connect requests for defer_setup by Johan Hedberg · 14 years ago
  51. bbcda3b Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections. by Nick Pelly · 15 years ago
  52. f86e4b0 Bluetooth: Hack: Don't dereference null pointer. by Nick Pelly · 15 years ago
  53. c172849 Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info. by Nick Pelly · 15 years ago
  54. 5c9b4de Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout). by Nick Pelly · 15 years ago
  55. 1349d4a Bluetooth: Do not attempt to send dlci disconnect when in BT_CONFIG. by Nick Pelly · 15 years ago
  56. 8affb4e Paranoid network. by Robert Love · 16 years ago
  57. 6fdf658 Bluetooth: Fix L2CAP security check by Luiz Augusto von Dentz · 14 years ago
  58. 7f4f057 Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices by Ville Tervo · 14 years ago
  59. 0da67be Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 14 years ago
  60. 8d03e97 Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. by Filip Palian · 14 years ago
  61. a7567b2 bluetooth l2cap: fix locking in l2cap_global_chan_by_psm by Johannes Berg · 14 years ago
  62. ee9ec4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
  63. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  64. 6b7b8e4 Merge branch 'master' into upstream. by Jiri Kosina · 14 years ago
  65. 6dcae1e bluetooth: Fix warnings in l2cap_core.c by David S. Miller · 14 years ago
  66. 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 · 14 years ago
  67. 15cb309 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
  68. 55183d0 Bluetooth: Remove leftover debug messages by Gustavo F. Padovan · 14 years ago
  69. ce84537 Revert "Bluetooth: fix shutdown on SCO sockets" by Linus Torvalds · 14 years ago
  70. 365227e Bluetooth: Add support for disconnecting LE links via mgmt by Vinicius Costa Gomes · 14 years ago
  71. 83bc71b Bluetooth: Add support for sending connection events for LE links by Vinicius Costa Gomes · 14 years ago
  72. b3b1b06 Bluetooth: Double check sec req for pre 2.1 device by Waldemar Rymarkiewicz · 14 years ago
  73. 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
  74. 23691d7 Bluetooth: Remove l2cap_sk_list by Gustavo F. Padovan · 14 years ago
  75. 73b2ec1 Bluetooth: Handle psm == 0 case inside l2cap_add_psm() by Gustavo F. Padovan · 14 years ago
  76. 9e4425f Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() by Gustavo F. Padovan · 14 years ago
  77. dee04ca Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
  78. 7cbc9bd Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evt by Johan Hedberg · 14 years ago
  79. 4df378a Bluetooth: Add store_hint parameter to mgmt_new_key by Johan Hedberg · 14 years ago
  80. 4748fed Bluetooth: Remove old_key_type from mgmt_ev_new_key by Johan Hedberg · 14 years ago
  81. 655fe6e Bluetooth: Fix connection key type updating for buggy controllers by Johan Hedberg · 14 years ago
  82. 12adcf3 Bluetooth: Fix old_key_type logic for non-persistent keys by Johan Hedberg · 14 years ago
  83. d25e28a Bluetooth: Fix link key persistent storage criteria by Johan Hedberg · 14 years ago
  84. 582fbe9 Bluetooth: Fix logic in hci_pin_code_request_evt by Johan Hedberg · 14 years ago
  85. be77159 Bluetooth: Fix reason code for pairing rejection by Johan Hedberg · 14 years ago
  86. 55bc1a3 Bluetooth: Add confirm_hint parameter to user confirmation requests by Johan Hedberg · 14 years ago
  87. 79c6c70 Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requests by Johan Hedberg · 14 years ago
  88. 9f61656 Bluetooth: Add variable SSP auto-accept delay support by Johan Hedberg · 14 years ago
  89. 7a82890 Bluetooth: Add automated SSP user confirmation responses by Johan Hedberg · 14 years ago
  90. a770bb5 Bluetooth: Add secure flag for mgmt_pin_code_req by Waldemar Rymarkiewicz · 14 years ago
  91. 58797bf Bluetooth: Respect local MITM req in io_cap reply by Waldemar Rymarkiewicz · 14 years ago
  92. 60b83f5 Bluetooth: Ignore key unauthenticated for high security by Waldemar Rymarkiewicz · 14 years ago
  93. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 14 years ago
  94. 9003c4e Bluetooth: Don't modify sec_level if auth failed by Waldemar Rymarkiewicz · 14 years ago
  95. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 14 years ago
  96. 314b238 Bluetooth: Add discovering event to the Management interface by Johan Hedberg · 14 years ago
  97. 14a5366 Bluetooth: Add basic discovery commands to the management interface by Johan Hedberg · 14 years ago
  98. cf2f90f Bluetooth: Don't export l2cap_sock_ops by Gustavo F. Padovan · 14 years ago
  99. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 14 years ago
  100. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 14 years ago