1. 94956ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 14 years ago
  2. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  3. 22097fd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 14 years ago
  4. c125d5e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by John W. Linville · 14 years ago
  5. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 14 years ago
  6. 1d58996 bluetooth: macroize two small inlines to avoid module.h by Paul Gortmaker · 14 years ago
  7. 88149db Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm by Szymon Janc · 14 years ago
  8. 84084a3 Bluetooth: Perform L2CAP SDU reassembly without copying data by Mat Martineau · 15 years ago
  9. 5e76244 Bluetooth: Add mgmt events for blacklisting by Antti Julku · 15 years ago
  10. 8aab475 Bluetooth: Move SMP crypto functions to a workqueue by Vinicius Costa Gomes · 15 years ago
  11. 1c1def0 Bluetooth: Move SMP fields to a separate structure by Vinicius Costa Gomes · 15 years ago
  12. f6422ec Bluetooth: Add mgmt command for fast connectable mode by Antti Julku · 15 years ago
  13. cfafccf Bluetooth: Add link_type information to the mgmt Connected event by Vinicius Costa Gomes · 15 years ago
  14. 454d48f Bluetooth: Use the same timeouts for both ACL and LE links by Vinicius Costa Gomes · 15 years ago
  15. d26a234 Bluetooth: Add a flag to indicate that SMP is going on by Vinicius Costa Gomes · 15 years ago
  16. 52087a7 Bluetooth: make use of connection number to optimize the scheduler by Luiz Augusto von Dentz · 15 years ago
  17. 95a943c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  18. e2fd318 Bluetooth: Fixes l2cap "command reject" reply according to spec by Ilia Kolomisnky · 15 years ago
  19. 8f36011 Bluetooth: Add support for returning the encryption key size by Vinicius Costa Gomes · 15 years ago
  20. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 15 years ago
  21. 0eb08e3 Bluetooth: Remove unused field in hci_conn by Vinicius Costa Gomes · 15 years ago
  22. 75d262c Bluetooth: Add functions to manipulate the link key list for SMP by Vinicius Costa Gomes · 15 years ago
  23. 34918cd Bluetooth: Add new structures for supporting SM key distribution by Vinicius Costa Gomes · 15 years ago
  24. 7034b91 Bluetooth: Add support for SMP phase 3 (key distribution) by Vinicius Costa Gomes · 15 years ago
  25. fadd192 Bluetooth: Remove L2CAP busy queue by Mat Martineau · 15 years ago
  26. e328140 Bluetooth: Use event-driven approach for handling ERTM receive buffer by Mat Martineau · 15 years ago
  27. eead27d Bluetooth: Add lmp_host_le_capable() macro by Andre Guedes · 15 years ago
  28. e6100a2 Bluetooth: Add enable_le module parameter by Andre Guedes · 15 years ago
  29. f9b4930 Bluetooth: Write LE Host Supported command by Andre Guedes · 15 years ago
  30. 971e3a4 Bluetooth: Add extfeatures to struct hci_dev by Andre Guedes · 15 years ago
  31. f8c1fbd Bluetooth: Clean up unused struct hci_conn items by Gustavo F. Padovan · 15 years ago
  32. e1447d8 Bluetooth: Add bt_printk by Joe Perches · 15 years ago
  33. e175072 Bluetooth: Rename function bt_err to bt_to_errno by Joe Perches · 15 years ago
  34. 3609936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  35. e2ab435 Bluetooth: Use bit operations on conn_state by Gustavo F. Padovan · 15 years ago
  36. c1360a1 Bluetooth: use bit operation on conf_state by Gustavo F. Padovan · 15 years ago
  37. 7fbec22 Bluetooth: Add blacklisting support for mgmt interface by Antti Julku · 15 years ago
  38. b2a66aa Bluetooth: Move blacklisting functions to hci_core by Antti Julku · 15 years ago
  39. 3158c50 Bluetooth: Add key size checks for SMP by Vinicius Costa Gomes · 15 years ago
  40. 5d3de7d Bluetooth: Add support for SMP timeout by Vinicius Costa Gomes · 15 years ago
  41. 88167ae Bluetooth: Update the security level when link is encrypted by Vinicius Costa Gomes · 15 years ago
  42. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 15 years ago
  43. 7d24ddc Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 15 years ago
  44. f01ead3 Bluetooth: Add SMP confirmation structs by Anderson Briglia · 15 years ago
  45. 3a0259b Bluetooth: Add support for using the crypto subsystem by Vinicius Costa Gomes · 15 years ago
  46. 88ba43b Bluetooth: Add simple SMP pairing negotiation by Anderson Briglia · 15 years ago
  47. eb492e0 Bluetooth: Implement the first SMP commands by Anderson Briglia · 15 years ago
  48. 1a09bcb Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 15 years ago
  49. c9b6667 Bluetooth: Make timer functions generic by Gustavo F. Padovan · 15 years ago
  50. 71ba0e5 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  51. 89bc500 Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  52. ba3bd0e Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 15 years ago
  53. 2307049 Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 15 years ago
  54. 80808e4 Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 15 years ago
  55. 5a9d0a3 Bluetooth: Clean up some code style issues by Waldemar Rymarkiewicz · 15 years ago
  56. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 15 years ago
  57. 29b7988 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 15 years ago
  58. 19f8def Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 15 years ago
  59. 3581508 Bluetooth: Advertising entries lifetime by Andre Guedes · 15 years ago
  60. eb9d91f Bluetooth: Clear advertising cache before scanning by Andre Guedes · 15 years ago
  61. 76c8686 Bluetooth: LE advertising cache by Andre Guedes · 15 years ago
  62. 57a56fd Bluetooth: Add advertising report meta event structs by Anderson Briglia · 15 years ago
  63. 0f85272 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 15 years ago
  64. 500698d Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 15 years ago
  65. ab07801 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 15 years ago
  66. 715ec00 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 15 years ago
  67. 9a91a04 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 15 years ago
  68. 4519de9 Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 15 years ago
  69. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 15 years ago
  70. e00cf3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  71. b3b1b06 Bluetooth: Double check sec req for pre 2.1 device by Waldemar Rymarkiewicz · 15 years ago
  72. a70171d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  73. 23691d7 Bluetooth: Remove l2cap_sk_list by Gustavo F. Padovan · 15 years ago
  74. 73b2ec1 Bluetooth: Handle psm == 0 case inside l2cap_add_psm() by Gustavo F. Padovan · 15 years ago
  75. 9e4425f Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() by Gustavo F. Padovan · 15 years ago
  76. 4df378a Bluetooth: Add store_hint parameter to mgmt_new_key by Johan Hedberg · 15 years ago
  77. 4748fed Bluetooth: Remove old_key_type from mgmt_ev_new_key by Johan Hedberg · 15 years ago
  78. d25e28a Bluetooth: Fix link key persistent storage criteria by Johan Hedberg · 15 years ago
  79. 55bc1a3 Bluetooth: Add confirm_hint parameter to user confirmation requests by Johan Hedberg · 15 years ago
  80. 9f61656 Bluetooth: Add variable SSP auto-accept delay support by Johan Hedberg · 15 years ago
  81. a770bb5 Bluetooth: Add secure flag for mgmt_pin_code_req by Waldemar Rymarkiewicz · 15 years ago
  82. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 15 years ago
  83. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 15 years ago
  84. 314b238 Bluetooth: Add discovering event to the Management interface by Johan Hedberg · 15 years ago
  85. 14a5366 Bluetooth: Add basic discovery commands to the management interface by Johan Hedberg · 15 years ago
  86. cf2f90f Bluetooth: Don't export l2cap_sock_ops by Gustavo F. Padovan · 15 years ago
  87. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 15 years ago
  88. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  89. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  90. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  91. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  92. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  93. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 15 years ago
  94. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  95. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 15 years ago
  96. 345578d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  97. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 15 years ago
  98. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  99. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  100. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 15 years ago