1. 951b6a0 Bluetooth: Fix potential NULL dereference in RFCOMM bind callback by Jaganath Kanakkassery · 9 years ago
  2. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  3. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  4. dfb2fae Bluetooth: Fix nested sleeps by Peter Hurley · 9 years ago
  5. 74b3fb8 Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rc by Marcel Holtmann · 9 years ago
  6. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  7. 093facf Bluetooth: never linger on process exit by Vladimir Davydov · 10 years ago
  8. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  9. e8b1ab9 Bluetooth: Fix returning peer address in pending connect state by Johan Hedberg · 10 years ago
  10. b1765e7 Bluetooth: Fix channel check when binding RFCOMM sock by Andrzej Kaczmarek · 10 years ago
  11. 35364c9 Bluetooth: Refuse peer RFCOMM address reading when not connected by Johan Hedberg · 10 years ago
  12. 2c068e0 Bluetooth: Handle security level 4 for RFCOMM connections by Marcel Holtmann · 10 years ago
  13. 7acd718 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  14. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  15. 32019c7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  16. 60c7a3c9 Bluetooth: Fix issue with RFCOMM getsockopt operation by Marcel Holtmann · 11 years ago
  17. 1120e4b Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs by Marcel Holtmann · 11 years ago
  18. 94a86df Bluetooth: Store RFCOMM address information in its own socket structure by Marcel Holtmann · 11 years ago
  19. e793dcf Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag by Johan Hedberg · 11 years ago
  20. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  21. d364140 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  22. b031661 bluetooth: kill unused 'module' argument of bt_procfs_init() by Al Viro · 11 years ago
  23. e11e045 Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg() by Mathias Krause · 11 years ago
  24. 5e9d7f8 Bluetooth: discard bt_sock_unregister() errors by David Herrmann · 11 years ago
  25. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  26. dc2a0e2 Bluetooth: Add missing lock nesting notation by Gustavo Padovan · 12 years ago
  27. bc27d5f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  28. fcb7333 Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr by Andrei Emeltchenko · 12 years ago
  29. 6ed93dc Bluetooth: Use %pMR in debug instead of batostr by Andrei Emeltchenko · 12 years ago
  30. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  31. 9344a97 Bluetooth: RFCOMM - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  32. 9ad2de4 Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) by Mathias Krause · 12 years ago
  33. c6f5df16 Bluetooth: Added /proc/net/rfcomm via bt_procfs_init() by Masatake YAMATO · 12 years ago
  34. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  35. c5daa68 Bluetooth: Create flags for bt_sk() by Gustavo Padovan · 12 years ago
  36. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  37. b5a30dd Bluetooth: silence lockdep warning by Octavian Purdila · 12 years ago
  38. 95ca83f Bluetooth: Fix context in rfcomm_sock_lock by Gustavo F. Padovan · 13 years ago
  39. 312fef7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  40. 262038f Bluetooth: make use sk_priority to priritize RFCOMM packets by Luiz Augusto von Dentz · 13 years ago
  41. 6230c9b bluetooth: Properly clone LSM attributes to newly created child connections by Paul Moore · 13 years ago
  42. 950e2d5 Bluetooth: rfcomm: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  43. 448f262 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  44. d0fad89 Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 13 years ago
  45. 8d03e97 Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. by Filip Palian · 13 years ago
  46. 75fde9e Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockopt_old() by David Miller · 13 years ago
  47. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  48. 285b4e9 Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  49. eeb3665 Bluetooth: Get rid of __rfcomm_get_sock_by_channel() by Gustavo F. Padovan · 14 years ago
  50. 3d7d01d Bluetooth: Use common SOCK_STREAM receive code in RFCOMM by Mat Martineau · 14 years ago
  51. fad003b Bluetooth: Fix inconsistent lock state with RFCOMM by Gustavo F. Padovan · 14 years ago
  52. 2f8362a Bluetooth: Add __init and __exit marks to RFCOMM by Gustavo F. Padovan · 14 years ago
  53. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  54. 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 14 years ago
  55. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 14 years ago
  56. 101545f Bluetooth: Fix potential bad memory access with sysfs files by Marcel Holtmann · 14 years ago
  57. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  58. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  59. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  60. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  61. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  62. af0d3b1 bluetooth: rfcomm_init bug fix by Dave Young · 15 years ago
  63. 0588d94 Bluetooth: Restrict application of socket options by Marcel Holtmann · 15 years ago
  64. 9f2c8a0 Bluetooth: Replace RFCOMM link mode with security level by Marcel Holtmann · 15 years ago
  65. bb23c0a Bluetooth: Add support for deferring RFCOMM connection setup by Marcel Holtmann · 15 years ago
  66. d58daf4 Bluetooth: Preparation for usage of SOL_BLUETOOTH by Marcel Holtmann · 15 years ago
  67. 91aa35a Bluetooth: Fix issue with return value of rfcomm_sock_sendmsg() by Victor Shcherbatyuk · 15 years ago
  68. e19caae bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl(). by David S. Miller · 16 years ago
  69. 6cf1a0f bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled. by David S. Miller · 16 years ago
  70. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  71. 45555c0 bluetooth: fix warning in net/bluetooth/rfcomm/sock.c by Ingo Molnar · 16 years ago
  72. 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
  73. 3241ad8 [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO by Marcel Holtmann · 16 years ago
  74. 77db198 [Bluetooth] Enforce security for outgoing RFCOMM connections by Marcel Holtmann · 16 years ago
  75. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  76. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  77. d5fb296 bluetooth: replace deprecated RW_LOCK_UNLOCKED macros by Robert P. J. Day · 16 years ago
  78. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  79. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  80. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  81. 8e87d14 [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  82. 4d6a218 [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg() by Marcel Holtmann · 18 years ago
  83. 74da626 [Bluetooth] Add locking for bt_proto array manipulation by Marcel Holtmann · 18 years ago
  84. df5c37e [Bluetooth] Handle return values from driver core functions by Marcel Holtmann · 18 years ago
  85. a91f2e3 [Bluetooth] Use real devices for host controllers by Marcel Holtmann · 18 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  87. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  88. be9d122 [Bluetooth]: Remove the usage of /proc completely by Marcel Holtmann · 19 years ago
  89. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  90. 354d28d [Bluetooth] Prevent RFCOMM connections through the RAW socket by Marcel Holtmann · 19 years ago
  91. 2eb25a6 [Bluetooth]: Fix sparse warnings (__nocast type) by Victor Fusco · 19 years ago
  92. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  93. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  94. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago