1. 7b5a924 Bluetooth: Introduce requirements for security level 4 by Marcel Holtmann · 11 years ago
  2. 1f43542 Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options by Johan Hedberg · 11 years ago
  3. c1f3bb6 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
  4. 87bc072 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
  5. 0e790c6 Bluetooth: Add L2CAP channel to skb private data by Gustavo Padovan · 11 years ago
  6. 2edf870 Bluetooth: Provide msg_name callback for L2CAP connectionless channels by Marcel Holtmann · 11 years ago
  7. d976369 Bluetooth: Add support for per socket msg_name callback by Marcel Holtmann · 11 years ago
  8. 5f6cd79 Bluetooth: Remove src and dst fields from bt_sock structure by Marcel Holtmann · 11 years ago
  9. 7009dea Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  10. a59ac2f Bluetooth: Replace BDADDR_LOCAL with BDADDR_NONE by Marcel Holtmann · 11 years ago
  11. e74e58f bluetooth: Remove extern from function prototypes by Joe Perches · 11 years ago
  12. e793dcf Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag by Johan Hedberg · 11 years ago
  13. ad10b1a Bluetooth: Add Bluetooth socket voice option by Frédéric Dalleau · 11 years ago
  14. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  15. f53c20e Bluetooth: allow constant arguments for bacmp()/bacpy() by David Herrmann · 12 years ago
  16. c10c062 bluetooth: kill unused fops field in struct bt_sock_list by Al Viro · 12 years ago
  17. b031661 bluetooth: kill unused 'module' argument of bt_procfs_init() by Al Viro · 12 years ago
  18. 02350a7 Bluetooth: Add support for custom event terminated commands by Johan Hedberg · 12 years ago
  19. 3119ae9 Bluetooth: Add initial skeleton for asynchronous HCI requests by Johan Hedberg · 12 years ago
  20. be9f97f Bluetooth: change bt_sock_unregister() to return void by David Herrmann · 12 years ago
  21. 679efe2 Bluetooth: Add helper functions for testing bdaddr types by Johan Hedberg · 12 years ago
  22. d945df2 bluetooth: Remove unneeded batostr function by Andrei Emeltchenko · 12 years ago
  23. 256a06c Bluetooth: /proc/net/ entries for bluetooth protocols by Masatake YAMATO · 12 years ago
  24. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 13 years ago
  25. c3c7ea6 Bluetooth: Fix coding style in include/net/bluetooth by Gustavo Padovan · 13 years ago
  26. 38351c6 Bluetooth: Fix trailing whitespaces in license text by Gustavo Padovan · 13 years ago
  27. c5daa68 Bluetooth: Create flags for bt_sk() by Gustavo Padovan · 13 years ago
  28. a6a5568 Bluetooth: Lock the L2CAP channel when sending by Mat Martineau · 13 years ago
  29. 08e6d90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 13 years ago
  30. a7d7723 Bluetooth: notify userspace of security level change by Gustavo Padovan · 13 years ago
  31. 3ce3514 Bluetooth: Remove duplicate structure members from bt_skb_cb by Mat Martineau · 13 years ago
  32. 591f47f Bluetooth: Move address type macros to bluetooth.h by Andre Guedes · 13 years ago
  33. e47872209 Bluetooth: Remove strtoba header declared but not defined by Syam Sidhardhan · 13 years ago
  34. 00e3112 Bluetooth: Add a structure to carry ERTM data in skb control blocks by Mat Martineau · 13 years ago
  35. a6fb08d Bluetooth: Remove unneeded bt_cb(skb)->channel variable by Marcel Holtmann · 13 years ago
  36. 20d1803 Bluetooth: Move scope of state_to_string by Andrei Emeltchenko · 13 years ago
  37. 3ed7003 Bluetooth: Add logging functions bt_info and bt_err by Joe Perches · 13 years ago
  38. d22015a Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  39. f1e91e1 Bluetooth: Always compile SCO and L2CAP in Bluetooth Core by Ulisses Furquim · 13 years ago
  40. 5f779bb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  41. d095c1e Bluetooth: Remove magic bluetooth version numbers by Andrei Emeltchenko · 13 years ago
  42. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  43. c14968b Bluetooth: Add BT_CHANNEL_POLICY socket option by Mat Martineau · 13 years ago
  44. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  45. 836be93 Bluetooth: EWS: support extended seq numbers by Andrei Emeltchenko · 13 years ago
  46. 8f36011 Bluetooth: Add support for returning the encryption key size by Vinicius Costa Gomes · 13 years ago
  47. e1447d8 Bluetooth: Add bt_printk by Joe Perches · 13 years ago
  48. e175072 Bluetooth: Rename function bt_err to bt_to_errno by Joe Perches · 13 years ago
  49. 5a9d0a3 Bluetooth: Clean up some code style issues by Waldemar Rymarkiewicz · 14 years ago
  50. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 14 years ago
  51. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 14 years ago
  52. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  53. a40c406 Bluetooth: Make hci_send_to_sock usable for management control sockets by Johan Hedberg · 14 years ago
  54. 796c86e Bluetooth: Add common code for stream-oriented recvmsg() by Mat Martineau · 14 years ago
  55. e454c84 Bluetooth: Fix deadlock in the ERTM logic by Gustavo F. Padovan · 14 years ago
  56. 66c853c Bluetooth: Use __packed annotation by Gustavo F. Padovan · 14 years ago
  57. 33e882a Bluetooth: Implement hci_reassembly helper to reassemble RX packets by Suraj Sumangala · 14 years ago
  58. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 15 years ago
  59. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  60. 8f17154 Bluetooth: Add support for L2CAP SREJ exception by Gustavo F. Padovan · 15 years ago
  61. e90bac0 Bluetooth: Add support for Retransmission and Monitor Timers by Gustavo F. Padovan · 15 years ago
  62. 1c2acff Bluetooth: Add initial support for ERTM packets transfers by Gustavo F. Padovan · 15 years ago
  63. bb40080 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by David S. Miller · 16 years ago
  64. 05f77f8 bluetooth: Kill skb_frags_no(), unused. by David S. Miller · 16 years ago
  65. b4324b5 Bluetooth: Remove pointless endian conversion helpers by Marcel Holtmann · 16 years ago
  66. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 16 years ago
  67. c4f912e Bluetooth: Add global deferred socket parameter by Marcel Holtmann · 16 years ago
  68. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  69. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  70. 3241ad8 [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO by Marcel Holtmann · 16 years ago
  71. 04005dd bluetooth: Make hci_sock_cleanup() return void by Tobias Klauser · 17 years ago
  72. a91f2e3 [Bluetooth] Use real devices for host controllers by Marcel Holtmann · 18 years ago
  73. be9d122 [Bluetooth]: Remove the usage of /proc completely by Marcel Holtmann · 19 years ago
  74. 6516455 [Bluetooth] Make more functions static by Marcel Holtmann · 19 years ago
  75. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  76. 0d48d93 [Bluetooth]: Move packet type into the SKB control buffer by Marcel Holtmann · 19 years ago
  77. 2eb25a6 [Bluetooth]: Fix sparse warnings (__nocast type) by Victor Fusco · 19 years ago
  78. 66e8b6c [Bluetooth] Remove unused functions and cleanup symbol exports by Marcel Holtmann · 19 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago