1. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  2. bad93e9 net: add __pskb_copy_fclone and pskb_copy_for_clone by Octavian Purdila · 10 years ago
  3. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  4. 67be1e4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  5. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  6. 8a96f3c Bluetooth: Fix L2CAP deadlock by Jukka Taimisto · 10 years ago
  7. f3fb0b5 Bluetooth: Fix missing check for FIPS security level by Johan Hedberg · 10 years ago
  8. 79897d2 Bluetooth: Fix requiring SMP MITM for outgoing connections by Johan Hedberg · 10 years ago
  9. 6a5e816 Bluetooth: l2cap: Set more channel defaults by Jukka Rissanen · 10 years ago
  10. 62bbd5b Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handling by Jukka Rissanen · 10 years ago
  11. 7e3691e Bluetooth: Fix authentication check for FIPS security level by Johan Hedberg · 10 years ago
  12. 61b4335 Bluetooth: Fix properly ignoring LTKs of unknown types by Johan Hedberg · 10 years ago
  13. a5eb1ae Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  14. 03c4444 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  15. d7b2545 Bluetooth: Clearly distinguish mgmt LTK type from authenticated property by Johan Hedberg · 10 years ago
  16. 1cc6114 Bluetooth: Update smp_confirm to return a response code by Johan Hedberg · 10 years ago
  17. 861580a Bluetooth: Update smp_random to return a response code by Johan Hedberg · 10 years ago
  18. 4a74d65 Bluetooth: Rename smp->smp_flags to smp->flags by Johan Hedberg · 10 years ago
  19. 9dd4dd2 Bluetooth: Remove unnecessary work structs from SMP code by Johan Hedberg · 10 years ago
  20. 1ef3582 Bluetooth: Fix setting initial local auth_req value by Johan Hedberg · 10 years ago
  21. 4bc58f5 Bluetooth: Make SMP context private to smp.c by Johan Hedberg · 10 years ago
  22. f4e2dd5 Bluetooth: Add missing msecs to jiffies conversion by Andrzej Kaczmarek · 10 years ago
  23. eed5daf Bluetooth: Add support for max_tx_power in Get Conn Info by Andrzej Kaczmarek · 10 years ago
  24. d0455ed Bluetooth: Store max TX power level for connection by Andrzej Kaczmarek · 10 years ago
  25. f7faab0 Bluetooth: Avoid polling TX power for LE links by Andrzej Kaczmarek · 10 years ago
  26. dd98380 Bluetooth: Add support to get connection information by Andrzej Kaczmarek · 10 years ago
  27. 31ad169 Bluetooth: Add conn info lifetime parameters to debugfs by Andrzej Kaczmarek · 10 years ago
  28. 40b9397 Bluetooth: Fix L2CAP LE debugfs entries permissions by Samuel Ortiz · 10 years ago
  29. 3231d65 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  30. 5a134fa Bluetooth: Store TX power level for connection by Andrzej Kaczmarek · 10 years ago
  31. b75cf9c Bluetooth: Increment management interface revision by Marcel Holtmann · 10 years ago
  32. 5ae76a9 Bluetooth: Store RSSI for connection by Andrzej Kaczmarek · 10 years ago
  33. 38e4a91 Bluetooth: Add support for SMP Invalid Parameters error code by Johan Hedberg · 10 years ago
  34. 86aae6c Bluetooth: Convert RFCOMM spinlocks into mutexes by Libor Pechacek · 10 years ago
  35. 0006433 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  36. 09da1f3 Bluetooth: Fix redundant encryption request for reauthentication by Johan Hedberg · 10 years ago
  37. 9eb1fbf Bluetooth: Fix triggering BR/EDR L2CAP Connect too early by Johan Hedberg · 10 years ago
  38. db59668 Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl command by Marcel Holtmann · 10 years ago
  39. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  40. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  41. b16c660 Bluetooth: Request MITM Protection when initiator by Mikel Astiz · 10 years ago
  42. 7e74170 Bluetooth: Use MITM Protection when IO caps allow it by Timo Mueller · 10 years ago
  43. 6fd6b91 Bluetooth: Refactor code for outgoing dedicated bonding by Mikel Astiz · 10 years ago
  44. b7f94c8 Bluetooth: Refactor hci_get_auth_req() by Mikel Astiz · 10 years ago
  45. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  46. 0f1b1e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  47. ad295b6d Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus by Jiri Kosina · 10 years ago
  48. ee5f68e Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linus by Jiri Kosina · 10 years ago
  49. 96da266 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 10 years ago
  50. 5c5b93e Bluetooth: Fix address in unmergeable device found events by Johan Hedberg · 10 years ago
  51. 3d5a76f Bluetooth: Keep msec in DISCOV_LE_TIMEOUT by Lukasz Rymanowski · 10 years ago
  52. b9a7a61 Bluetooth: Add new debugfs parameter by Lukasz Rymanowski · 10 years ago
  53. ae55f59 Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT by Lukasz Rymanowski · 10 years ago
  54. 8002d77 Bluetooth: Remove unnecessary NULL check in hci_inquiry_cache_update by Johan Hedberg · 10 years ago
  55. ab0aa43 Bluetooth: Fix RSSI value in device found event from disabling scan by Johan Hedberg · 10 years ago
  56. ff5cd29 Bluetooth: Store also RSSI for pending advertising reports by Johan Hedberg · 10 years ago
  57. 474ee06 Bluetooth: Don't send device found events for duplicate reports by Johan Hedberg · 10 years ago
  58. 73cf71d Bluetooth: Fix line splitting of mgmt_device_found parameters by Johan Hedberg · 10 years ago
  59. 01735bb Bluetooth: Remove redundant NULL check by Johan Hedberg · 10 years ago
  60. b9a6328 Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP together by Johan Hedberg · 10 years ago
  61. 3c85775 Bluetooth: Add directed advertising support through connect() by Johan Hedberg · 10 years ago
  62. 5d2e9fa Bluetooth: Add scan_rsp parameter to mgmt_device_found() by Johan Hedberg · 10 years ago
  63. ca5c4be Bluetooth: Don't send device found events during passive scanning by Johan Hedberg · 10 years ago
  64. 43bb560 Bluetooth: Add error mapping for Directed Advertising Timeout by Johan Hedberg · 10 years ago
  65. 80c24ab Bluetooth: Fix LE responder/initiator address setting by Johan Hedberg · 10 years ago
  66. 9c84d1d Bluetooth: Move local identity address setting to a central place by Johan Hedberg · 10 years ago
  67. 4408dd1 Bluetooth: Use memdup_user in le_auto_conn_write() by Andre Guedes · 10 years ago
  68. 4af605d Bluetooth: Refactor advertising report processing into its own function by Johan Hedberg · 10 years ago
  69. e8b1ab9 Bluetooth: Fix returning peer address in pending connect state by Johan Hedberg · 10 years ago
  70. 8396215 Bluetooth: Remove unnecessary assignment in SMP by Johan Hedberg · 10 years ago
  71. 61b3b2b Bluetooth: Fix potential NULL pointer dereference in smp_conn_security by Johan Hedberg · 10 years ago
  72. 1d98bf4 Bluetooth: Remove LTK re-encryption procedure by Johan Hedberg · 10 years ago
  73. a82505c Bluetooth: Don't try to confirm locally initiated SMP pairing by Johan Hedberg · 10 years ago
  74. edca792 Bluetooth: Add SMP flag to track which side is the initiator by Johan Hedberg · 10 years ago
  75. 4eb65e6 Bluetooth: Fix SMP confirmation callback handling by Johan Hedberg · 10 years ago
  76. 81d0c8a Bluetooth: Add missing cmd_status handler for LE_Start_Encryption by Johan Hedberg · 10 years ago
  77. 0a66cf2 Bluetooth: Fix potential NULL pointer dereference in SMP by Johan Hedberg · 10 years ago
  78. 533553f Bluetooth: Track current configured LE scan type parameter by Marcel Holtmann · 10 years ago
  79. 49c0ca1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 10 years ago
  80. 61b1a7f Bluetooth: Fix address value for early disconnection events by Johan Hedberg · 10 years ago
  81. 39adbff Bluetooth: Fix passkey endianess in user_confirm and notify_passkey by Johan Hedberg · 10 years ago
  82. 40b552a Bluetooth: Enforce strict Secure Connections Only mode security by Marcel Holtmann · 10 years ago
  83. 4e7b203 Bluetooth: Fix Pair Device response parameters for pairing failure by Johan Hedberg · 10 years ago
  84. 01ad34d Bluetooth: Fix SMP user passkey notification mgmt event by Johan Hedberg · 10 years ago
  85. 5ed884d Bluetooth: Increase SMP re-encryption delay to 500ms by Johan Hedberg · 10 years ago
  86. 18e4aeb Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALID by Johan Hedberg · 10 years ago
  87. 2e23364 Bluetooth: Fix MITM flag when initiating SMP pairing by Johan Hedberg · 10 years ago
  88. 943a732 Bluetooth: Fix smp_e byte order to be consistent with SMP specification by Johan Hedberg · 10 years ago
  89. 66bed1a Bluetooth: Fix const declaration for swap function src parameter by Johan Hedberg · 10 years ago
  90. fdcc4be Bluetooth: Fix updating SMP remote key distribution information by Johan Hedberg · 10 years ago
  91. 6fd1820 HID: remove hid_output_raw_report transport implementations by Benjamin Tissoires · 10 years ago
  92. 42775a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 10 years ago
  93. 52d3ef5 Bluetooth: make sure 6LOWPAN_IPHC is built-in if needed by Arnd Bergmann · 10 years ago
  94. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  95. 4340a12 Bluetooth: Enable duplicates filter in background scan by Andre Guedes · 10 years ago
  96. 27539bc Bluetooth: Fix aborting eSCO connection in case of error 0x20 by Andrew Earl · 10 years ago
  97. 9755088 Bluetooth: make bluetooth 6lowpan as an option by Alexander Aring · 10 years ago
  98. 53ac6ab Bluetooth: Make LTK and CSRK only persisent when bonding by Marcel Holtmann · 10 years ago
  99. 7ee4ea3 Bluetooth: Add support for handling signature resolving keys by Marcel Holtmann · 10 years ago
  100. 0753c18 Bluetooth: Fix skb allocation check for A2MP by Gustavo Padovan · 12 years ago