1. c5daa68 Bluetooth: Create flags for bt_sk() by Gustavo Padovan · 13 years ago
  2. ef191ad Bluetooth: Restore locking semantics when looking up L2CAP channels by Mat Martineau · 13 years ago
  3. 35c84d7 Bluetooth: Fix a redundant and problematic incoming MTU check by Mat Martineau · 13 years ago
  4. f522ae3 Bluetooth: improve readability of l2cap_seq_list code by Gustavo Padovan · 13 years ago
  5. 2d0ed3d Bluetooth: Fix skb length calculation by Gustavo Padovan · 13 years ago
  6. fbe0070 Bluetooth: Fix wrong set of skb fragments by Gustavo Padovan · 13 years ago
  7. 08e6d90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 13 years ago
  8. d34c34f Bluetooth: Initialize the transmit queue for L2CAP streaming mode by Mat Martineau · 13 years ago
  9. 577cfae Bluetooth: Update tx_send_head when sending ERTM data by Mat Martineau · 13 years ago
  10. a7d7723 Bluetooth: notify userspace of security level change by Gustavo Padovan · 13 years ago
  11. 94122bb Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation by Mat Martineau · 13 years ago
  12. daf6a78c Bluetooth: Remove unneeded calculation and magic number by Andrei Emeltchenko · 13 years ago
  13. f2ba7fa Bluetooth: Remove hlen variable by Gustavo Padovan · 13 years ago
  14. 6ff9b5e Bluetooth: Remove unneeded elements from size calculation by Gustavo Padovan · 13 years ago
  15. 422e925 Bluetooth: Add Code Aurora Forum copyright by Mat Martineau · 13 years ago
  16. 61d6ef3 Bluetooth: Make better use of l2cap_chan reference counting by Mat Martineau · 13 years ago
  17. dbd89fd Bluetooth: Remove unused function by Mat Martineau · 13 years ago
  18. 105bdf9 Bluetooth: Initialize new l2cap_chan structure members by Mat Martineau · 13 years ago
  19. b5c6aae Bluetooth: Move recently-added ERTM header packing functions by Mat Martineau · 13 years ago
  20. 3ce3514 Bluetooth: Remove duplicate structure members from bt_skb_cb by Mat Martineau · 13 years ago
  21. 8e9f989 Bluetooth: Use address type info from user-space by Andre Guedes · 13 years ago
  22. b12f62c Bluetooth: Add dst_type parameter to hci_connect by Andre Guedes · 13 years ago
  23. 9f0caeb Bluetooth: Add support for reusing the same hci_conn for LE links by Vinicius Costa Gomes · 13 years ago
  24. c228768 Bluetooth: Search global l2cap channels by src/dst addresses by Ido Yariv · 13 years ago
  25. 35d4adcc Bluetooth: Don't distribute keys in case of Encryption Failure by Hemant Gupta · 13 years ago
  26. b76bbd6 Bluetooth: Functions for handling ERTM control fields by Mat Martineau · 13 years ago
  27. 3c58819 Bluetooth: Add the l2cap_seq_list structure for tracking frames by Mat Martineau · 13 years ago
  28. 9033894 Bluetooth: Remove err parameter from alloc_skb() by Gustavo Padovan · 13 years ago
  29. bd4b165 Bluetooth: Adds set_default function in L2CAP setup by Andrei Emeltchenko · 13 years ago
  30. eef1d9b Bluetooth: Remove sk parameter from l2cap_chan_create() by Gustavo Padovan · 13 years ago
  31. 14a2849 Bluetooth: Make L2CAP chan_add functions static by Andrei Emeltchenko · 13 years ago
  32. bcd11ff Bluetooth: Remove unneeded timer clear by Andrei Emeltchenko · 13 years ago
  33. 4fd21a8 Bluetooth: trivial: Fix endian conversion mode by Andrei Emeltchenko · 13 years ago
  34. 8ce0c49 Bluetooth: Convert error codes to le16 by Andrei Emeltchenko · 13 years ago
  35. d9b8870 Bluetooth: Correct CID endian notation by Andrei Emeltchenko · 13 years ago
  36. 61386cb Bluetooth: Correct length calc in L2CAP conf rsp by Andrei Emeltchenko · 13 years ago
  37. 097db76 Bluetooth: Correct chan->psm endian conversions by Andrei Emeltchenko · 13 years ago
  38. 41833af Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 13 years ago
  39. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  40. 8d7e1c7 Bluetooth: Fix memory leaks due to chan refcnt by Andrei Emeltchenko · 13 years ago
  41. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 13 years ago
  42. ba13ccd Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 13 years ago
  43. 978c93b Bluetooth: Save remote L2CAP fixed channel mask by Andrei Emeltchenko · 13 years ago
  44. 3379013 Bluetooth: use kfree_skb() instead of kfree() by Dan Carpenter · 13 years ago
  45. 9b27f35 Bluetooth: Remove duplicated code in l2cap conn req by Andrei Emeltchenko · 13 years ago
  46. 5b4ceda Bluetooth: Fix double locking in LE and conless chan by Andrei Emeltchenko · 13 years ago
  47. 6be3655 Bluetooth: Change sk lock to chan lock in L2CAP core by Andrei Emeltchenko · 13 years ago
  48. 643162a Bluetooth: Add unlocked __l2cap_chan_add function by Andrei Emeltchenko · 13 years ago
  49. 2e0052e Bluetooth: Add socket error function by Andrei Emeltchenko · 13 years ago
  50. 0e587be Bluetooth: Add locked and unlocked state_change by Andrei Emeltchenko · 13 years ago
  51. c03b355 Bluetooth: Add l2cap_chan_lock by Andrei Emeltchenko · 13 years ago
  52. 3df91ea Bluetooth: Revert to mutexes from RCU list by Andrei Emeltchenko · 13 years ago
  53. 1b009c9 Bluetooth: trivial: Fix long line by Andrei Emeltchenko · 13 years ago
  54. 42d2d87 Bluetooth: Prefix hex numbers with object name by Andrei Emeltchenko · 13 years ago
  55. e05dcc3 Bluetooth: Use symbolic names for state in debug by Andrei Emeltchenko · 13 years ago
  56. 20d1803 Bluetooth: Move scope of state_to_string by Andrei Emeltchenko · 13 years ago
  57. 930fa4a Bluetooth: Fix double acking I-Frames when sending pending I-Frames by Szymon Janc · 14 years ago
  58. 8ed7a0a Bluetooth: Fix possible missing I-Frame acknowledgement by Szymon Janc · 14 years ago
  59. 6d5922b Bluetooth: Remove unneeded sk variable by Andrei Emeltchenko · 14 years ago
  60. 5491120 Bluetooth: Clean up l2cap_chan_add by Andrei Emeltchenko · 14 years ago
  61. cf4cd00 Bluetooth: Change chan_ready param from sk to chan by Andrei Emeltchenko · 14 years ago
  62. 127074b Bluetooth: Fix possible use after free in delete path by Ulisses Furquim · 14 years ago
  63. 17cd3f3 Bluetooth: Remove usage of __cancel_delayed_work() by Ulisses Furquim · 14 years ago
  64. cad8f1d0 Bluetooth: Make l2cap_ertm_data_rcv static by Szymon Janc · 14 years ago
  65. 2f7719c Bluetooth: Add alloc_skb chan operator by Andrei Emeltchenko · 14 years ago
  66. 61e1b4b Bluetooth: trivial: space correction by Andrei Emeltchenko · 14 years ago
  67. 51a8efd Bluetooth: Rename conn->pend to conn->flags by Johan Hedberg · 14 years ago
  68. 0952a57 Bluetooth: Change sk to l2cap_chan by Andrei Emeltchenko · 14 years ago
  69. 5ef8cb9 Bluetooth: Use chan instead of sk by Andrei Emeltchenko · 14 years ago
  70. 09bfb2e Bluetooth: Drop L2CAP chan reference if ERTM ack_timer fired by Szymon Janc · 14 years ago
  71. 77f918b Bluetooth: Don't send RNR immediately when entering local busy by Szymon Janc · 14 years ago
  72. b17e73b Bluetooth: Clear ack_timer when sending ack by Szymon Janc · 14 years ago
  73. 0ef3ef0 Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ack by Szymon Janc · 14 years ago
  74. cbe8fed Bluetooth: Remove bogus inline declaration from l2cap_chan_connect by Johan Hedberg · 14 years ago
  75. b83ddfe Bluetooth: l2cap_set_timer needs jiffies as timeout value by Andrzej Kaczmarek · 14 years ago
  76. 874c60b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 14 years ago
  77. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 14 years ago
  78. 333055f Bluetooth: Don't use *_bh locks anymore by Gustavo F. Padovan · 14 years ago
  79. 9219b2a Bluetooth: Fix bacpy in l2cap_core.c by Gustavo F. Padovan · 14 years ago
  80. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  81. 2fb9b3d Bluetooth: add debug output to l2cap_ack_timeout() by Gustavo F. Padovan · 14 years ago
  82. 371fd83 Bluetooth: Fix deadlocks with sock lock and L2CAP timers locks by Ulisses Furquim · 14 years ago
  83. 686ebf2 Bluetooth: Make HCI call directly into SCO and L2CAP event functions by Ulisses Furquim · 14 years ago
  84. 030013d Bluetooth: Rename info_work to info_timer by Gustavo F. Padovan · 14 years ago
  85. 6c9d42a Bluetooth: convert security timer to delayed_work by Gustavo F. Padovan · 14 years ago
  86. c2ec9c1 Bluetooth: Move l2cap_{set,clear}_timer to l2cap.h by Gustavo F. Padovan · 14 years ago
  87. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 14 years ago
  88. 4b0b2f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by Gustavo F. Padovan · 14 years ago
  89. 36e999a Bluetooth: Prevent uninitialized data access in L2CAP configuration by Mat Martineau · 14 years ago
  90. 590051d Bluetooth: Add ProFUSION's copyright by Gustavo F. Padovan · 14 years ago
  91. 3d57dc6 Bluetooth: Change l2cap chan_list to use RCU by Gustavo F. Padovan · 14 years ago
  92. 03a0019 Bluetooth: invert locking order in connect path by Gustavo F. Padovan · 14 years ago
  93. f878fca Bluetooth: convert info timer to delayed_work by Gustavo F. Padovan · 14 years ago
  94. d01b2ff Bluetooth: convert chan_lock to mutex by Gustavo F. Padovan · 14 years ago
  95. eb403a1 Bluetooth: Remove sk_backlog usage from L2CAP by Gustavo F. Padovan · 14 years ago
  96. aa2ac88 Bluetooth: Don't use spin_lock socket lock anymore by Gustavo F. Padovan · 14 years ago
  97. 721c418 Bluetooth: Move L2CAP timers to workqueue by Gustavo F. Padovan · 14 years ago
  98. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 14 years ago
  99. badaaa0 Bluetooth: Add user readable debug for state changes by Gustavo F. Padovan · 14 years ago
  100. 7784d78 Bluetooth: making enable_hs independent from L2CAP by Andrei Emeltchenko · 14 years ago