1. f799996 Bluetooth: Block SCO disconnect operation on BT_CLOSED state. by Srinivas Krovvidi · 12 years ago
  2. 2e02b861 Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 13 years ago
  3. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 12 years ago
  4. 07021e2 Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections. by Nick Pelly · 15 years ago
  5. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  6. 3b9239a Bluetooth: Lock sockets when closing HCI device by Mat Martineau · 13 years ago
  7. 8b51dd4 Bluetooth: Return empty mask for wrong link type in connect_ind by Mat Martineau · 13 years ago
  8. 874c60b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  9. 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
  10. ee65d19 Bluetooth: Remove *_bh locks from SCO by Gustavo F. Padovan · 13 years ago
  11. 686ebf2 Bluetooth: Make HCI call directly into SCO and L2CAP event functions by Ulisses Furquim · 13 years ago
  12. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  13. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  14. 6230c9b bluetooth: Properly clone LSM attributes to newly created child connections by Paul Moore · 13 years ago
  15. 15b911f Bluetooth: Added support for HFP 1.6 Wide Band Speech by Kun Han Kim · 13 years ago
  16. 3f2bc4d Initial Contribution by Bryan Huntsman · 13 years ago
  17. 552b0d3 Bluetooth: sco: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  18. d758107 Bluetooth: sco: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  19. d8e4f87 Bluetooth: Rename function bt_err to bt_to_errno by Joe Perches · 13 years ago
  20. e175072 Bluetooth: Rename function bt_err to bt_to_errno by Joe Perches · 13 years ago
  21. e55d4fa Merge commit 'v3.0-rc5' into android-3.0 by Colin Cross · 13 years ago
  22. bbcda3b Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections. by Nick Pelly · 15 years ago
  23. 0da67be Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 13 years ago
  24. 4a77708 Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 13 years ago
  25. ce84537 Revert "Bluetooth: fix shutdown on SCO sockets" by Linus Torvalds · 13 years ago
  26. f21ca5f Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 14 years ago
  27. 30e7627 Bluetooth: Use ERR_PTR as return error from hci_connect by Ville Tervo · 14 years ago
  28. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 14 years ago
  29. c4c896e Bluetooth: sco: fix information leak to userspace by Vasiliy Kulikov · 14 years ago
  30. 735cbc4 Bluetooth: clean up sco code by Andrei Emeltchenko · 14 years ago
  31. c89ad73 Bluetooth: Fix not returning proper error in SCO by Gustavo F. Padovan · 14 years ago
  32. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  33. b9dbdbc Bluetooth: Trivial clean ups to SCO by Gustavo F. Padovan · 15 years ago
  34. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 15 years ago
  35. aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
  36. 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 15 years ago
  37. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 15 years ago
  38. 101545f Bluetooth: Fix potential bad memory access with sysfs files by Marcel Holtmann · 15 years ago
  39. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  40. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  41. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  42. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  43. fd0b3ff Bluetooth: Add proper shutdown support to SCO sockets by Marcel Holtmann · 15 years ago
  44. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 16 years ago
  45. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 16 years ago
  46. 71aeeaa Bluetooth: Reject incoming SCO connections without listeners by Marcel Holtmann · 16 years ago
  47. d58daf4 Bluetooth: Preparation for usage of SOL_BLUETOOTH by Marcel Holtmann · 16 years ago
  48. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  49. 09ab6f4 [Bluetooth] Enforce correct authentication requirements by Marcel Holtmann · 16 years ago
  50. 63fbd24 [Bluetooth] Consolidate maintainers information by Marcel Holtmann · 16 years ago
  51. 7cb127d [Bluetooth] Add option to disable eSCO connection creation by Marcel Holtmann · 16 years ago
  52. 3241ad8 [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO by Marcel Holtmann · 16 years ago
  53. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  54. d5fb296 bluetooth: replace deprecated RW_LOCK_UNLOCKED macros by Robert P. J. Day · 17 years ago
  55. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  56. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  57. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  58. b6a0dc8 [Bluetooth] Add support for handling simple eSCO links by Marcel Holtmann · 17 years ago
  59. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  60. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 18 years ago
  61. 8e87d14 [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  62. 74da626 [Bluetooth] Add locking for bt_proto array manipulation by Marcel Holtmann · 18 years ago
  63. df5c37e [Bluetooth] Handle return values from driver core functions by Marcel Holtmann · 18 years ago
  64. 25ea6db [Bluetooth] Remaining transitions to use kzalloc() by Marcel Holtmann · 18 years ago
  65. a91f2e3 [Bluetooth] Use real devices for host controllers by Marcel Holtmann · 18 years ago
  66. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  67. cdee575 [BLUETOOTH] sco: Possible double free. by Eric Sesterhenn · 19 years ago
  68. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  69. c1cbe4b [NET]: Avoid atomic xchg() for non-error case by Benjamin LaHaise · 19 years ago
  70. be9d122 [Bluetooth]: Remove the usage of /proc completely by Marcel Holtmann · 19 years ago
  71. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  72. 2eb25a6 [Bluetooth]: Fix sparse warnings (__nocast type) by Victor Fusco · 19 years ago
  73. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 20 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago