1. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 14 years ago
  2. 683d949 Bluetooth: Never deallocate a session when some DLC points to it by Lukáš Turek · 14 years ago
  3. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  4. 183f732 Bluetooth: Fix initial RFCOMM DLC security level by Johan Hedberg · 14 years ago
  5. 285b4e9 Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  6. 63ce090 Bluetooth: fix not setting security level when creating a rfcomm session by Luiz Augusto von Dentz · 14 years ago
  7. 534c92f Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  8. 5017d8d Bluetooth: remove extra newline from debug output by Andrei Emeltchenko · 14 years ago
  9. 0860146 Bluetooth: Fix RFCOMM RPN negotiation by Yuri Kululin · 14 years ago
  10. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  11. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  12. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 15 years ago
  13. 101545f Bluetooth: Fix potential bad memory access with sysfs files by Marcel Holtmann · 15 years ago
  14. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  15. 6c2718d Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socket by Nick Pelly · 15 years ago
  16. 485f1ef Bluetooth: Fix sleeping function in RFCOMM within invalid context by Marcel Holtmann · 15 years ago
  17. eae38ee Bluetooth: Add RFCOMM option to use L2CAP ERTM mode by Marcel Holtmann · 15 years ago
  18. 9e726b1 Bluetooth: Fix rejected connection not disconnecting ACL link by Luiz Augusto von Dentz · 15 years ago
  19. 52d1834 Bluetooth: Coding style cleanup from previous rfcomm_init bug fix by Marcel Holtmann · 15 years ago
  20. af0d3b1 bluetooth: rfcomm_init bug fix by Dave Young · 15 years ago
  21. b4324b5 Bluetooth: Remove pointless endian conversion helpers by Marcel Holtmann · 15 years ago
  22. e2139b3 Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUP by Johan Hedberg · 16 years ago
  23. 37e62f5 Bluetooth: Fix RFCOMM usage of in-kernel L2CAP sockets by Marcel Holtmann · 16 years ago
  24. 8bf4794 Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUP by Marcel Holtmann · 16 years ago
  25. 0684e5f Bluetooth: Use general bonding whenever possible by Marcel Holtmann · 16 years ago
  26. 6e1031a Bluetooth: When encryption is dropped, do not send RFCOMM packets by Jaikumar Ganesh · 16 years ago
  27. 5f9018a Bluetooth: Update version numbers by Marcel Holtmann · 16 years ago
  28. 8c84b83 Bluetooth: Pause RFCOMM TX when encryption drops by Marcel Holtmann · 16 years ago
  29. 9f2c8a0 Bluetooth: Replace RFCOMM link mode with security level by Marcel Holtmann · 16 years ago
  30. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 16 years ago
  31. bb23c0a Bluetooth: Add support for deferring RFCOMM connection setup by Marcel Holtmann · 16 years ago
  32. 6332178 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  33. 1b08534 net: Fix module refcount leak in kernel_accept() by Wei Yongjun · 16 years ago
  34. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  35. 63fbd24 [Bluetooth] Consolidate maintainers information by Marcel Holtmann · 16 years ago
  36. 407d819 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  37. a0c22f2 [Bluetooth] Move pending packets from RFCOMM socket to TTY by Marcel Holtmann · 16 years ago
  38. 8b6b3da [Bluetooth] Store remote modem status for RFCOMM TTY by Marcel Holtmann · 16 years ago
  39. 40be492 [Bluetooth] Export details about authentication requirements by Marcel Holtmann · 16 years ago
  40. 9719f8a [Bluetooth] Disconnect when encryption gets disabled by Marcel Holtmann · 16 years ago
  41. 77db198 [Bluetooth] Enforce security for outgoing RFCOMM connections by Marcel Holtmann · 16 years ago
  42. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  43. 4c8411f bluetooth: fix locking bug in the rfcomm socket cleanup handling by Arjan van de Ven · 16 years ago
  44. 1905f6c bluetooth : __rfcomm_dlc_close lock fix by Dave Young · 17 years ago
  45. b5606c2 remove final fastcall users by Harvey Harrison · 17 years ago
  46. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  47. a524ecc [Bluetooth] Convert RFCOMM to use kthread API by Marcel Holtmann · 17 years ago
  48. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  49. 9cf5b0e [Bluetooth] Disconnect L2CAP connection after last RFCOMM DLC by Marcel Holtmann · 18 years ago
  50. 48db9ca [Bluetooth] Use in-kernel sockets API by Marcel Holtmann · 18 years ago
  51. 74da9d8 [BLUETOOTH] rfcomm_worker(): fix wakeup race by Andrew Morton · 18 years ago
  52. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  53. 8e87d14 [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  54. e8db8c9 [BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wire by Al Viro · 18 years ago
  55. 6ba9c75 [BLUETOOTH]: rfcomm endianness annotations by Al Viro · 18 years ago
  56. df5c37e [Bluetooth] Handle return values from driver core functions by Marcel Holtmann · 18 years ago
  57. b4c612a [Bluetooth] Return EINPROGRESS for non-blocking socket calls by Marcel Holtmann · 18 years ago
  58. 98bcd08 [Bluetooth] Correct RFCOMM channel MTU for broken implementations by Marcel Holtmann · 18 years ago
  59. 25ea6db [Bluetooth] Remaining transitions to use kzalloc() by Marcel Holtmann · 18 years ago
  60. 300b939 [Bluetooth] Add RFCOMM role switch support by Marcel Holtmann · 18 years ago
  61. 7c2660b [Bluetooth] Allow disabling of credit based flow control by Marcel Holtmann · 18 years ago
  62. a91f2e3 [Bluetooth] Use real devices for host controllers by Marcel Holtmann · 18 years ago
  63. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  64. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 19 years ago
  65. 56f3a40 [Bluetooth] Reduce L2CAP MTU for RFCOMM connections by Marcel Holtmann · 19 years ago
  66. be9d122 [Bluetooth]: Remove the usage of /proc completely by Marcel Holtmann · 19 years ago
  67. 408c1ce [Bluetooth] Move CRC table into RFCOMM core by Marcel Holtmann · 19 years ago
  68. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  69. 2eb25a6 [Bluetooth]: Fix sparse warnings (__nocast type) by Victor Fusco · 19 years ago
  70. 3a5e903 [Bluetooth]: Implement RFCOMM remote port negotiation by J. Suter · 19 years ago
  71. dcc365d [Bluetooth] Revert session reference counting fix by Marcel Holtmann · 19 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago