1. 534c92f Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  2. 796c86e Bluetooth: Add common code for stream-oriented recvmsg() by Mat Martineau · 14 years ago
  3. 8f1e174 Bluetooth: HCI devices are either BR/EDR or AMP radios by David Vrabel · 14 years ago
  4. d122179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. e454c84 Bluetooth: Fix deadlock in the ERTM logic by Gustavo F. Padovan · 14 years ago
  6. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  7. db12d64 Bluetooth: Use 3-DH5 payload size for default ERTM max PDU size by Mat Martineau · 14 years ago
  8. fa23556 Bluetooth: Change default L2CAP ERTM retransmit timeout by Mat Martineau · 14 years ago
  9. ea4bd8b Bluetooth: Use list_head for HCI blacklist head by David Miller · 14 years ago
  10. e73439d Bluetooth: Defer SCO setup if mode change is pending by Marcel Holtmann · 14 years ago
  11. 66c853c Bluetooth: Use __packed annotation by Gustavo F. Padovan · 14 years ago
  12. 5d8868f Bluetooth: Add Google's copyright to L2CAP by Gustavo F. Padovan · 14 years ago
  13. 9981151 Bluetooth: Implemented HCI frame reassembly for RX from stream by Suraj Sumangala · 14 years ago
  14. 33e882a Bluetooth: Implement hci_reassembly helper to reassemble RX packets by Suraj Sumangala · 14 years ago
  15. cd4c539 Bluetooth: Add one more buffer for HCI stream reassembly by Suraj Sumangala · 14 years ago
  16. ce5706b Bluetooth: Add Copyright notice to L2CAP by Gustavo F. Padovan · 14 years ago
  17. e0f6621 Bluetooth: Remove the send_lock spinlock from ERTM by Gustavo F. Padovan · 14 years ago
  18. cf6c2c0 Bluetooth: Disconnect early if mode is not supported by Gustavo F. Padovan · 14 years ago
  19. 2d0a034 Bluetooth: Reassigned copyright to Code Aurora Forum by Ron Shaffer · 14 years ago
  20. 04fafe4 Bluetooth: Remove extraneous white space by Ron Shaffer · 14 years ago
  21. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  22. f48fd9c Bluetooth: Create per controller workqueue by Marcel Holtmann · 14 years ago
  23. dfc909b Bluetooth: Fix race condition on l2cap_ertm_send() by Gustavo F. Padovan · 14 years ago
  24. 1890d36 Bluetooth: Implement Local Busy Condition handling by Gustavo F. Padovan · 14 years ago
  25. 9a9c6a3 Bluetooth: Make hci_send_acl() void by Gustavo F. Padovan · 14 years ago
  26. 68d7f0c Bluetooth: Enable option to configure Max Transmission value via sockopt by Gustavo F. Padovan · 14 years ago
  27. 803020c Bluetooth: Change acknowledgement to use the value of txWindow by Gustavo F. Padovan · 14 years ago
  28. 14b5aa7 Bluetooth: Add sockopt configuration for txWindow on L2CAP by Gustavo F. Padovan · 14 years ago
  29. 1c76215 Bluetooth: Fix configuration of the MPS value by Gustavo F. Padovan · 14 years ago
  30. c1b4f43 Bluetooth: Add timer to Acknowledge I-frames by Gustavo F. Padovan · 14 years ago
  31. d5392c8 Bluetooth: Implement 'Send IorRRorRNR' event by Gustavo F. Padovan · 14 years ago
  32. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 14 years ago
  33. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 14 years ago
  34. 943da25 Bluetooth: Add controller types for BR/EDR and 802.11 AMP by Marcel Holtmann · 14 years ago
  35. ca325f6 Bluetooth: Convert inquiry cache to use debugfs instead of sysfs by Marcel Holtmann · 14 years ago
  36. c13854ce Bluetooth: Convert controller hdev->type to hdev->bus by Marcel Holtmann · 14 years ago
  37. 4ec10d9 Bluetooth: Implement RejActioned flag by Gustavo F. Padovan · 15 years ago
  38. 9f121a5 Bluetooth: Fix sending ReqSeq on I-frames by Gustavo F. Padovan · 15 years ago
  39. c78ae28 Bluetooth: Unobfuscate tasklet_schedule usage by Marcel Holtmann · 15 years ago
  40. 76bca88 Bluetooth: Turn hci_recv_frame into an exported function by Marcel Holtmann · 15 years ago
  41. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  42. 2246b2f Bluetooth: Handle L2CAP case when the remote receiver is busy by Gustavo F. Padovan · 15 years ago
  43. 9e726b1 Bluetooth: Fix rejected connection not disconnecting ACL link by Luiz Augusto von Dentz · 15 years ago
  44. ef54fd9 Bluetooth: Full support for receiving L2CAP SREJ frames by Gustavo F. Padovan · 15 years ago
  45. 8f17154 Bluetooth: Add support for L2CAP SREJ exception by Gustavo F. Padovan · 15 years ago
  46. fcc203c Bluetooth: Add support for FCS option to L2CAP by Gustavo F. Padovan · 15 years ago
  47. e90bac0 Bluetooth: Add support for Retransmission and Monitor Timers by Gustavo F. Padovan · 15 years ago
  48. 30afb5b Bluetooth: Initial support for retransmission of packets with REJ frames by Gustavo F. Padovan · 15 years ago
  49. c74e560 Bluetooth: Add support for Segmentation and Reassembly of SDUs by Gustavo F. Padovan · 15 years ago
  50. 1c2acff Bluetooth: Add initial support for ERTM packets transfers by Gustavo F. Padovan · 15 years ago
  51. f2fcfcd Bluetooth: Add configuration support for ERTM and Streaming mode by Gustavo F. Padovan · 15 years ago
  52. c6b03cf Bluetooth: Allow setting of L2CAP ERTM via socket option by Marcel Holtmann · 15 years ago
  53. a6a67ef Bluetooth: Convert hdev->req_lock to a mutex by Thomas Gleixner · 15 years ago
  54. 9eba32b Bluetooth: Add extra device reference counting for connections by Marcel Holtmann · 15 years ago
  55. af0d3b1 bluetooth: rfcomm_init bug fix by Dave Young · 15 years ago
  56. bb40080 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by David S. Miller · 15 years ago
  57. 05f77f8 bluetooth: Kill skb_frags_no(), unused. by David S. Miller · 15 years ago
  58. 611b30f Bluetooth: Add native RFKILL soft-switch support for all devices by Marcel Holtmann · 15 years ago
  59. b4324b5 Bluetooth: Remove pointless endian conversion helpers by Marcel Holtmann · 15 years ago
  60. 47ec1dcd Bluetooth: Add basic constants for L2CAP ERTM support and use them by Marcel Holtmann · 15 years ago
  61. 589d274 Bluetooth: Use macro for L2CAP hint mask on receiving config request by Gustavo F. Padovan · 15 years ago
  62. 8db4dc4 Bluetooth: Use macros for L2CAP channel identifiers by Gustavo F. Padovan · 15 years ago
  63. a67e899 Bluetooth: Fix issue with sysfs handling for connections by Marcel Holtmann · 15 years ago
  64. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 15 years ago
  65. f3784d8 Bluetooth: Ensure that HCI sysfs add/del is preempt safe by Roger Quadros · 15 years ago
  66. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 15 years ago
  67. f29972d Bluetooth: Add CID field to L2CAP socket address structure by Marcel Holtmann · 15 years ago
  68. e1027a7 Bluetooth: Request L2CAP fixed channel list if available by Marcel Holtmann · 15 years ago
  69. 435fef2 Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3 by Marcel Holtmann · 15 years ago
  70. 6a8d301 Bluetooth: Fix double L2CAP connection request by Marcel Holtmann · 15 years ago
  71. 984947d Bluetooth: Fix race condition with L2CAP information request by Marcel Holtmann · 15 years ago
  72. 0684e5f Bluetooth: Use general bonding whenever possible by Marcel Holtmann · 15 years ago
  73. efc7688 Bluetooth: Add SCO fallback for eSCO connection attempts by Marcel Holtmann · 15 years ago
  74. 8c84b83 Bluetooth: Pause RFCOMM TX when encryption drops by Marcel Holtmann · 15 years ago
  75. 9f2c8a0 Bluetooth: Replace RFCOMM link mode with security level by Marcel Holtmann · 15 years ago
  76. 2af6b9d Bluetooth: Replace L2CAP link mode with security level by Marcel Holtmann · 15 years ago
  77. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 15 years ago
  78. bb23c0a Bluetooth: Add support for deferring RFCOMM connection setup by Marcel Holtmann · 15 years ago
  79. c4f912e Bluetooth: Add global deferred socket parameter by Marcel Holtmann · 15 years ago
  80. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  81. 7a9d402 Bluetooth: Send HCI Reset command by default on device initialization by Marcel Holtmann · 16 years ago
  82. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  83. e7c29cb [Bluetooth] Reject L2CAP connections on an insecure ACL link by Marcel Holtmann · 16 years ago
  84. 09ab6f4 [Bluetooth] Enforce correct authentication requirements by Marcel Holtmann · 16 years ago
  85. 8b6b3da [Bluetooth] Store remote modem status for RFCOMM TTY by Marcel Holtmann · 16 years ago
  86. 3241ad8 [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO by Marcel Holtmann · 16 years ago
  87. 40be492 [Bluetooth] Export details about authentication requirements by Marcel Holtmann · 16 years ago
  88. 769be97 [Bluetooth] Use ACL config stage to retrieve remote features by Marcel Holtmann · 16 years ago
  89. 41a9621 [Bluetooth] Track status of remote Simple Pairing mode by Marcel Holtmann · 16 years ago
  90. 333140b [Bluetooth] Track status of Simple Pairing mode by Marcel Holtmann · 16 years ago
  91. 0493684 [Bluetooth] Disable disconnect timer during Simple Pairing by Marcel Holtmann · 16 years ago
  92. e4e8e37 [Bluetooth] Make use of the default link policy settings by Marcel Holtmann · 16 years ago
  93. a874641 [Bluetooth] Track connection packet type changes by Marcel Holtmann · 16 years ago
  94. 9719f8a [Bluetooth] Disconnect when encryption gets disabled by Marcel Holtmann · 16 years ago
  95. 77db198 [Bluetooth] Enforce security for outgoing RFCOMM connections by Marcel Holtmann · 16 years ago
  96. 04005dd bluetooth: Make hci_sock_cleanup() return void by Tobias Klauser · 16 years ago
  97. 4138093 [NET]: Remove FASTCALL macro by Harvey Harrison · 17 years ago
  98. b6a0dc8 [Bluetooth] Add support for handling simple eSCO links by Marcel Holtmann · 17 years ago
  99. 6464f35 [Bluetooth] Fall back to L2CAP in basic mode by Marcel Holtmann · 17 years ago
  100. 4e8402a [Bluetooth] Retrieve L2CAP features mask on connection setup by Marcel Holtmann · 17 years ago