1. 5b4ceda Bluetooth: Fix double locking in LE and conless chan by Andrei Emeltchenko · 13 years ago
  2. 6be3655 Bluetooth: Change sk lock to chan lock in L2CAP core by Andrei Emeltchenko · 13 years ago
  3. 643162a Bluetooth: Add unlocked __l2cap_chan_add function by Andrei Emeltchenko · 13 years ago
  4. 2e0052e Bluetooth: Add socket error function by Andrei Emeltchenko · 13 years ago
  5. 0e587be Bluetooth: Add locked and unlocked state_change by Andrei Emeltchenko · 13 years ago
  6. c03b355 Bluetooth: Add l2cap_chan_lock by Andrei Emeltchenko · 13 years ago
  7. 3df91ea Bluetooth: Revert to mutexes from RCU list by Andrei Emeltchenko · 13 years ago
  8. 1b009c9 Bluetooth: trivial: Fix long line by Andrei Emeltchenko · 13 years ago
  9. 42d2d87 Bluetooth: Prefix hex numbers with object name by Andrei Emeltchenko · 13 years ago
  10. e05dcc3 Bluetooth: Use symbolic names for state in debug by Andrei Emeltchenko · 13 years ago
  11. 20d1803 Bluetooth: Move scope of state_to_string by Andrei Emeltchenko · 13 years ago
  12. 930fa4a Bluetooth: Fix double acking I-Frames when sending pending I-Frames by Szymon Janc · 13 years ago
  13. 8ed7a0a Bluetooth: Fix possible missing I-Frame acknowledgement by Szymon Janc · 13 years ago
  14. 6d5922b Bluetooth: Remove unneeded sk variable by Andrei Emeltchenko · 13 years ago
  15. 5491120 Bluetooth: Clean up l2cap_chan_add by Andrei Emeltchenko · 13 years ago
  16. cf4cd00 Bluetooth: Change chan_ready param from sk to chan by Andrei Emeltchenko · 13 years ago
  17. 127074b Bluetooth: Fix possible use after free in delete path by Ulisses Furquim · 13 years ago
  18. 17cd3f3 Bluetooth: Remove usage of __cancel_delayed_work() by Ulisses Furquim · 13 years ago
  19. cad8f1d0 Bluetooth: Make l2cap_ertm_data_rcv static by Szymon Janc · 13 years ago
  20. 2f7719c Bluetooth: Add alloc_skb chan operator by Andrei Emeltchenko · 13 years ago
  21. 61e1b4b Bluetooth: trivial: space correction by Andrei Emeltchenko · 13 years ago
  22. 51a8efd Bluetooth: Rename conn->pend to conn->flags by Johan Hedberg · 13 years ago
  23. 0952a57 Bluetooth: Change sk to l2cap_chan by Andrei Emeltchenko · 13 years ago
  24. 5ef8cb9 Bluetooth: Use chan instead of sk by Andrei Emeltchenko · 13 years ago
  25. 09bfb2e Bluetooth: Drop L2CAP chan reference if ERTM ack_timer fired by Szymon Janc · 13 years ago
  26. 77f918b Bluetooth: Don't send RNR immediately when entering local busy by Szymon Janc · 13 years ago
  27. b17e73b Bluetooth: Clear ack_timer when sending ack by Szymon Janc · 13 years ago
  28. 0ef3ef0 Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ack by Szymon Janc · 13 years ago
  29. cbe8fed Bluetooth: Remove bogus inline declaration from l2cap_chan_connect by Johan Hedberg · 13 years ago
  30. b83ddfe Bluetooth: l2cap_set_timer needs jiffies as timeout value by Andrzej Kaczmarek · 13 years ago
  31. 874c60b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  32. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  33. 333055f Bluetooth: Don't use *_bh locks anymore by Gustavo F. Padovan · 13 years ago
  34. 9219b2a Bluetooth: Fix bacpy in l2cap_core.c by Gustavo F. Padovan · 13 years ago
  35. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  36. 2fb9b3d Bluetooth: add debug output to l2cap_ack_timeout() by Gustavo F. Padovan · 13 years ago
  37. 371fd83 Bluetooth: Fix deadlocks with sock lock and L2CAP timers locks by Ulisses Furquim · 13 years ago
  38. 686ebf2 Bluetooth: Make HCI call directly into SCO and L2CAP event functions by Ulisses Furquim · 13 years ago
  39. 030013d Bluetooth: Rename info_work to info_timer by Gustavo F. Padovan · 13 years ago
  40. 6c9d42a Bluetooth: convert security timer to delayed_work by Gustavo F. Padovan · 13 years ago
  41. c2ec9c1 Bluetooth: Move l2cap_{set,clear}_timer to l2cap.h by Gustavo F. Padovan · 13 years ago
  42. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  43. 4b0b2f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by Gustavo F. Padovan · 13 years ago
  44. 36e999a Bluetooth: Prevent uninitialized data access in L2CAP configuration by Mat Martineau · 13 years ago
  45. 590051d Bluetooth: Add ProFUSION's copyright by Gustavo F. Padovan · 13 years ago
  46. 3d57dc6 Bluetooth: Change l2cap chan_list to use RCU by Gustavo F. Padovan · 13 years ago
  47. 03a0019 Bluetooth: invert locking order in connect path by Gustavo F. Padovan · 13 years ago
  48. f878fca Bluetooth: convert info timer to delayed_work by Gustavo F. Padovan · 13 years ago
  49. d01b2ff Bluetooth: convert chan_lock to mutex by Gustavo F. Padovan · 13 years ago
  50. eb403a1 Bluetooth: Remove sk_backlog usage from L2CAP by Gustavo F. Padovan · 13 years ago
  51. aa2ac88 Bluetooth: Don't use spin_lock socket lock anymore by Gustavo F. Padovan · 13 years ago
  52. 721c418 Bluetooth: Move L2CAP timers to workqueue by Gustavo F. Padovan · 13 years ago
  53. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  54. badaaa0 Bluetooth: Add user readable debug for state changes by Gustavo F. Padovan · 13 years ago
  55. 7784d78 Bluetooth: making enable_hs independent from L2CAP by Andrei Emeltchenko · 13 years ago
  56. 1ec918c Bluetooth: Fix some checkpatch.pl errors and warnings by Szymon Janc · 13 years ago
  57. 250938c Bluetooth: Simplify __l2cap_global_chan_by_addr by Szymon Janc · 13 years ago
  58. d1726b6 Bluetooth: Refactor loop in l2cap_retransmit_one_frame by Szymon Janc · 13 years ago
  59. 039d957 Bluetooth: Simplify l2cap_add_to_srej_queue by Szymon Janc · 13 years ago
  60. aef89f2 Bluetooth: Fix possible NULL pointer derefence in l2cap code by Szymon Janc · 13 years ago
  61. 4d611e4 Bluetooth: Only set ack_timer if we didn't send and ack by Gustavo F. Padovan · 13 years ago
  62. d45fc42 Bluetooth: Rename l2cap_check_security() by Gustavo F. Padovan · 13 years ago
  63. 312fef7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  64. 66af7aa Bluetooth: EFS: parse L2CAP config response by Andrei Emeltchenko · 13 years ago
  65. 9f5a0d7 Bluetooth: Define HCI reasons instead of magic number by Andrei Emeltchenko · 13 years ago
  66. abc545b Bluetooth: Add debug print to l2cap_chan_create by Szymon Janc · 13 years ago
  67. 8d5a04a Bluetooth: Add signal handlers for channel moves by Mat Martineau · 13 years ago
  68. 50a147c Bluetooth: Use symbolic values for the fixed channel map by Mat Martineau · 13 years ago
  69. f94ff6f Bluetooth: Add signal handlers for channel creation by Mat Martineau · 13 years ago
  70. 73d80de Bluetooth: prioritizing data over HCI by Luiz Augusto von Dentz · 13 years ago
  71. 5e59b79 Bluetooth: set skbuffer priority based on L2CAP socket priority by Luiz Augusto von Dentz · 13 years ago
  72. 457f485 Bluetooth: correct debug output by Andrei Emeltchenko · 13 years ago
  73. c6337ea Bluetooth: remove magic offset and size by Andrei Emeltchenko · 13 years ago
  74. 3e6b3b9 Bluetooth: small styles clean ups to l2cap_core.c by Gustavo F. Padovan · 13 years ago
  75. 0e8b207 Bluetooth: EFS: implement L2CAP config pending state by Andrei Emeltchenko · 13 years ago
  76. f3f668b Bluetooth: Use miliseconds for L2CAP channel timeouts by Andrzej Kaczmarek · 13 years ago
  77. 42dceae Bluetooth: EFS: parse L2CAP config request by Andrei Emeltchenko · 13 years ago
  78. c8f7916 Bluetooth: EWS: fix max_pdu calculation by Andrei Emeltchenko · 13 years ago
  79. 03a5121 Bluetooth: EWS: remove magic numbers in l2cap by Andrei Emeltchenko · 13 years ago
  80. 836be93 Bluetooth: EWS: support extended seq numbers by Andrei Emeltchenko · 13 years ago
  81. 88843ab Bluetooth: EWS: handling different Control fields by Andrei Emeltchenko · 13 years ago
  82. f89cef0 Bluetooth: EFS: add efs option in L2CAP conf req by Andrei Emeltchenko · 13 years ago
  83. 8f7975b Bluetooth: EFS: assign default values in chan add by Andrei Emeltchenko · 13 years ago
  84. e4ca6d9 Bluetooth: EWS: recalculate L2CAP header size by Andrei Emeltchenko · 13 years ago
  85. e378173 Bluetooth: EWS: rewrite handling POLL (P) bit by Andrei Emeltchenko · 13 years ago
  86. 03f6715 Bluetooth: EWS: rewrite handling FINAL (F) bit by Andrei Emeltchenko · 13 years ago
  87. 793c2f1 Bluetooth: EWS: rewrite check frame type function by Andrei Emeltchenko · 13 years ago
  88. fb45de7 Bluetooth: EWS: rewrite L2CAP ERTM txseq calculation by Andrei Emeltchenko · 13 years ago
  89. 0b209fa Bluetooth: EWS: rewrite reqseq calculation by Andrei Emeltchenko · 13 years ago
  90. 7e0ef6e Bluetooth: EWS: rewrite handling SAR bits by Andrei Emeltchenko · 13 years ago
  91. ab784b7 Bluetooth: EWS: rewrite handling Supervisory (S) bits by Andrei Emeltchenko · 13 years ago
  92. 6327eb9 Bluetooth: EWS: extended window size option support by Andrei Emeltchenko · 13 years ago
  93. 43bd0f3 Bluetooth: convert role_switch variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  94. 15770b1 Bluetooth: convert force_active variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  95. ecf61bd Bluetooth: convert force_reliable variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  96. d57b0e8 Bluetooth: convert flushable variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  97. a5fd6f3 Bluetooth: EFS: add enable_hs kernel param by Andrei Emeltchenko · 13 years ago
  98. 67c9e84 Bluetooth: Mark not declared l2cap_core functions as static by Szymon Janc · 13 years ago
  99. 84084a3 Bluetooth: Perform L2CAP SDU reassembly without copying data by Mat Martineau · 13 years ago
  100. ab0ff76 Bluetooth: mark l2cap_create_iframe_pdu as static by Luiz Augusto von Dentz · 13 years ago