1. eb688f6 Bluetooth: Remove unused hci_le_ltk_reply() by Syam Sidhardhan · 14 years ago
  2. bc96ff5 Bluetooth: Fix SSP acceptor just-works confirmation without MITM by Johan Hedberg · 12 years ago
  3. 6ec88fc Bluetooth: Fix invalid length check in l2cap_information_rsp() by Jaganath Kanakkassery · 13 years ago
  4. ade988a Bluetooth: Fix missing length checks for L2CAP signalling PDUs by Johan Hedberg · 13 years ago
  5. dfb81e8 Bluetooth: Fix removing Long Term Key by Claudio Takahasi · 13 years ago
  6. 18719a4 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 13 years ago
  7. aa33f22e Bluetooth: Fix encryption key size for peripheral role by Andre Guedes · 13 years ago
  8. ae63544 Bluetooth: Fix security level for peripheral role by Andre Guedes · 13 years ago
  9. 630493e Bluetooth: Fix crash in l2cap_build_cmd() with small MTU by Anderson Lizardo · 13 years ago
  10. 2147439 Bluetooth: Fix mgmt handling of power on failures by Johan Hedberg · 13 years ago
  11. 2d97f68 Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg() by Mathias Krause · 13 years ago
  12. a776cc3 Bluetooth: fix possible info leak in bt_sock_recvmsg() by Mathias Krause · 13 years ago
  13. caef33a Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state by Vinicius Costa Gomes · 13 years ago
  14. a256a4c Bluetooth: Fix handling of unexpected SMP PDUs by Johan Hedberg · 14 years ago
  15. 5a6d608 Bluetooth: Fix incorrect strncpy() in hidp_setup_hid() by Anderson Lizardo · 14 years ago
  16. dec3b6a Bluetooth: Fix sending HCI commands after reset by Szymon Janc · 14 years ago
  17. 1a0da46 Bluetooth: cancel power_on work when unregistering the device by Gustavo Padovan · 14 years ago
  18. 7e27418 Bluetooth: Add missing lock nesting notation by Gustavo Padovan · 14 years ago
  19. 2214cc8 Bluetooth: Fix using uninitialized option in RFCMode by Szymon Janc · 14 years ago
  20. 0fb0773 Bluetooth: SMP: Fix setting unknown auth_req bits by Johan Hedberg · 14 years ago
  21. c031edc Bluetooth: Fix sending a HCI Authorization Request over LE links by Vinicius Costa Gomes · 14 years ago
  22. 0fcc080 Bluetooth: Change signature of smp_conn_security() by Vinicius Costa Gomes · 14 years ago
  23. 27d5046 Bluetooth: Fix use-after-free bug in SMP by Andre Guedes · 14 years ago
  24. a6be20b Bluetooth: mgmt: Fix enabling LE while powered off by Andrzej Kaczmarek · 14 years ago
  25. ec4d417 Bluetooth: Fix not removing power_off delayed work by Vinicius Costa Gomes · 14 years ago
  26. dcc8dbc Bluetooth: mgmt: Fix enabling SSP while powered off by Andrzej Kaczmarek · 14 years ago
  27. dbcba7a Bluetooth: L2CAP - Fix info leak via getsockname() by Mathias Krause · 14 years ago
  28. 8717cd3 Bluetooth: RFCOMM - Fix info leak via getsockname() by Mathias Krause · 14 years ago
  29. 279d3f5 Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) by Mathias Krause · 14 years ago
  30. 745dcdb Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) by Mathias Krause · 14 years ago
  31. 639edee Bluetooth: HCI - Fix info leak via getsockname() by Mathias Krause · 14 years ago
  32. 87c42a1 Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) by Mathias Krause · 14 years ago
  33. 3cf3cfc Bluetooth: Fix legacy pairing with some devices by Szymon Janc · 14 years ago
  34. 4a20bce Bluetooth: Set name_state to unknown when entry name is empty by Ram Malovany · 14 years ago
  35. a8b8ad6 Bluetooth: Fix using a NULL inquiry cache entry by Ram Malovany · 14 years ago
  36. a431bd5 Bluetooth: Fix using NULL inquiry entry by Ram Malovany · 14 years ago
  37. 671267b Bluetooth: mgmt: Fix device_connected sending order by Johan Hedberg · 14 years ago
  38. a7d7723 Bluetooth: notify userspace of security level change by Gustavo Padovan · 14 years ago
  39. 4dcc063 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 14 years ago
  40. 16cde99 Bluetooth: Fix missing break in hci_cmd_complete_evt by Szymon Janc · 14 years ago
  41. 6ec5bca Bluetooth: Temporary keys should be retained during connection by Vishal Agarwal · 14 years ago
  42. 745c0ce Bluetooth: hci_persistent_key should return bool by Vishal Agarwal · 14 years ago
  43. 41833af Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 14 years ago
  44. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  45. 76ec9de Bluetooth: mgmt: Add missing endian conversion by Andrei Emeltchenko · 14 years ago
  46. 5315638 Bluetooth: mgmt: Fix corruption of device_connected pkt by Brian Gix · 14 years ago
  47. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 14 years ago
  48. 8d7e1c7 Bluetooth: Fix memory leaks due to chan refcnt by Andrei Emeltchenko · 14 years ago
  49. 9432496 Bluetooth: hci_core: fix NULL-pointer dereference at unregister by Johan Hovold · 14 years ago
  50. 6e4aff1 Bluetooth: Fix Endian Bug. by Santosh Nayak · 15 years ago
  51. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 14 years ago
  52. 843ec55 Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 14 years ago
  53. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 14 years ago
  54. fdde0a2 Bluetooth: Set security level on incoming pairing request by Ido Yariv · 14 years ago
  55. b3ff53f Bluetooth: Fix access to the STK generation methods matrix by Ido Yariv · 14 years ago
  56. e57d758 Bluetooth: Fix using uninitialized variable by Luiz Augusto von Dentz · 14 years ago
  57. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 14 years ago
  58. 74fe619 Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flush by Andre Guedes · 15 years ago
  59. 2b4bf39 Bluetooth: mgmt: Fix updating local name when powering on by Johan Hedberg · 14 years ago
  60. 4f87da80 Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets by Johan Hedberg · 14 years ago
  61. 5f15903 Bluetooth: mgmt: Add new error code for invalid index by Johan Hedberg · 15 years ago
  62. d4f6852 Bluetooth: mgmt: Fix command status error code values by Johan Hedberg · 15 years ago
  63. 9f8ce96 Bluetooth: Fix clearing of HCI_PENDING_CLASS flag by Johan Hedberg · 15 years ago
  64. 17b02e6 Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 15 years ago
  65. ba13ccd Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 15 years ago
  66. be22b54 Bluetooth: mgmt: Centralize message length checks by Johan Hedberg · 15 years ago
  67. 0f4e68c Bluetooth: mgmt: Move command handlers into a table by Johan Hedberg · 15 years ago
  68. 6a91908 Bluetooth: mgmt: Initialize HCI_MGMT flag for any command by Johan Hedberg · 15 years ago
  69. bdb6d97 Bluetooth: mgmt: Refactor hci_dev lookup for commands by Johan Hedberg · 15 years ago
  70. 75fb0e3 Bluetooth: Fix init sequence for some CSR based controllers by Johan Hedberg · 15 years ago
  71. 8b90129 Bluetooth: Check capabilities in BR/EDR and LE-Only discovery by Andre Guedes · 15 years ago
  72. 1de028c Bluetooth: mgmt: Add missing hci_dev locking to set_le() by Johan Hedberg · 15 years ago
  73. 00abfe4 Bluetooth: Fix coding style with breaking lines by Gustavo F. Padovan · 15 years ago
  74. 53bf242 Bluetooth: Fix Kconfig help description by Andre Guedes · 15 years ago
  75. 95b2358 Bluetooth: Use NULL instead of integer for mgmt_device_connected param by Szymon Janc · 15 years ago
  76. 426c189 Bluetooth: Change interleaved discovery behavior by Andre Guedes · 15 years ago
  77. 978c93b Bluetooth: Save remote L2CAP fixed channel mask by Andrei Emeltchenko · 15 years ago
  78. 89bb46d Bluetooth: change min_t() cast in hci_reassembly() by Dan Carpenter · 15 years ago
  79. 3379013 Bluetooth: use kfree_skb() instead of kfree() by Dan Carpenter · 15 years ago
  80. 02b7cc6 Bluetooth: Use LMP_HOST_SSP define instead of magic values by Johan Hedberg · 15 years ago
  81. 8f984df Bluetooth: Remove redundant read_host_features commands by Johan Hedberg · 15 years ago
  82. 0b60eba Bluetooth: Don't send unnecessary write_le_enable command by Johan Hedberg · 15 years ago
  83. 816a11d Bluetooth: Use kernel int types instead of ones from stdint.h by Johan Hedberg · 15 years ago
  84. 9b27f35 Bluetooth: Remove duplicated code in l2cap conn req by Andrei Emeltchenko · 15 years ago
  85. 5b4ceda Bluetooth: Fix double locking in LE and conless chan by Andrei Emeltchenko · 15 years ago
  86. 28b8df7 Bluetooth: Fix init request completion with AMP controllers by Andrei Emeltchenko · 15 years ago
  87. 3159d38 Bluetooth: Fix init request completion with old controllers by Johan Hedberg · 15 years ago
  88. 24b78d0 Bluetooth: mgmt: Fix clear_uuids response by Johan Hedberg · 15 years ago
  89. 90e7045 Bluetooth: mgmt: Fix dev_class related command response timing by Johan Hedberg · 15 years ago
  90. c95f0ba Bluetooth: mgmt: Track pending class changes by Johan Hedberg · 15 years ago
  91. 08c79b6 Bluetooth: mgmt: Add flags parameter to device_connected by Johan Hedberg · 15 years ago
  92. 9246a86 Bluetooth: mgmt: Fix clear UUIDs response by Johan Hedberg · 15 years ago
  93. 4004b6d Bluetooth: mgmt: Move service cache setting to a more sensible place by Johan Hedberg · 15 years ago
  94. 9997a53 Bluetooth: mgmt: Fix return value of add/remove_uuid by Johan Hedberg · 15 years ago
  95. 504c8dc Bluetooth: mgmt: Fix update_eir/class with HCI_AUTO_OFF flag set by Johan Hedberg · 15 years ago
  96. 69775ff Bluetooth: Set DISCOVERY_STOPPED if controller resets by Andre Guedes · 15 years ago
  97. 60fc5fb Bluetooth: mgmt: Fix count parameter in get_connections reply by Johan Hedberg · 15 years ago
  98. b3fb611 Bluetooth: Remove socket lock check by Andrei Emeltchenko · 15 years ago
  99. 6be3655 Bluetooth: Change sk lock to chan lock in L2CAP core by Andrei Emeltchenko · 15 years ago
  100. 643162a Bluetooth: Add unlocked __l2cap_chan_add function by Andrei Emeltchenko · 15 years ago