1. 9c238ca Bluetooth: 6lowpan: Check transmit errors for multicast packets by Jukka Rissanen · 10 years ago
  2. d7b6b0a Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets by Jukka Rissanen · 10 years ago
  3. a7807d73 Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails by Jukka Rissanen · 10 years ago
  4. fc12518 Bluetooth: 6lowpan: Memory leak as the skb is not freed by Jukka Rissanen · 10 years ago
  5. 02e246a Bluetooth: Fix lockdep warning with l2cap_chan_connect by Johan Hedberg · 10 years ago
  6. 156395c Bluetooth: 6lowpan: Enable multicast support by Jukka Rissanen · 10 years ago
  7. 36b3dd2 Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 header by Jukka Rissanen · 10 years ago
  8. 59790aa Bluetooth: 6lowpan: Make sure skb exists before accessing it by Jukka Rissanen · 10 years ago
  9. 565766b Bluetooth: Rename sco_param_wideband table to esco_param_msbc by Johan Hedberg · 10 years ago
  10. c7da579 Bluetooth: Add retransmission effort into SCO parameter table by Johan Hedberg · 10 years ago
  11. d41c15c Bluetooth: Fix reason code used for rejecting SCO connections by Johan Hedberg · 10 years ago
  12. 2b0bf6c Bluetooth: Convert bt_<level> logging functions to return void by Joe Perches · 10 years ago
  13. 48e68ff Bluetooth: Check for SCO type before setting retransmission effort by Bernhard Thaler · 10 years ago
  14. 5eb596f Bluetooth: Fix setting correct security level when initiating SMP by Johan Hedberg · 10 years ago
  15. 0097db0 Bluetooth: Remove exported hci_recv_fragment function by Marcel Holtmann · 10 years ago
  16. 43e73e4 Bluetooth: Provide HCI command opcode information to driver by Marcel Holtmann · 10 years ago
  17. 7cb9d20 Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size by Marcel Holtmann · 10 years ago
  18. 9a783a1 Bluetooth: Fix re-setting RPA as expired when deferring update by Johan Hedberg · 10 years ago
  19. 7ed3fa2 Bluetooth: Expire RPA if encryption fails by Johan Hedberg · 10 years ago
  20. 5be5e27 Bluetooth: Avoid hard-coded IO capability values in SMP by Johan Hedberg · 10 years ago
  21. aeaeb4b Bluetooth: Fix L2CAP information request handling for fixed channels by Johan Hedberg · 10 years ago
  22. a6f7833 Bluetooth: Add smp_ltk_sec_level() helper function by Johan Hedberg · 10 years ago
  23. 1afc2a1 Bluetooth: Fix SMP security level when we have no IO capabilities by Johan Hedberg · 10 years ago
  24. 24bd0bd Bluetooth: Centralize disallowing SMP commands to a single place by Johan Hedberg · 10 years ago
  25. c05b933 Bluetooth: Fix ignoring unknown SMP authentication requirement bits by Johan Hedberg · 10 years ago
  26. 3a7dbfb Bluetooth: Remove unnecessary early initialization of variable by Johan Hedberg · 10 years ago
  27. 196332f Bluetooth: Fix allowing SMP Signing info PDU by Johan Hedberg · 10 years ago
  28. 39e90c7 Bluetooth: 6lowpan: Route packets that are not meant to peer via correct device by Jukka Rissanen · 10 years ago
  29. b2799ce Bluetooth: 6lowpan: Set the peer IPv6 address correctly by Jukka Rissanen · 10 years ago
  30. 2ae50d8 Bluetooth: 6lowpan: Increase the connection timeout value by Jukka Rissanen · 10 years ago
  31. e1e930f Bluetooth: Fix mgmt pairing failure when authentication fails by Johan Hedberg · 10 years ago
  32. c68b7f1 Bluetooth: Fix dereferencing conn variable before NULL check by Johan Hedberg · 10 years ago
  33. 9f06a8d Bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.c by Behan Webster · 10 years ago
  34. b28b494 Bluetooth: Add strict checks for allowed SMP PDUs by Johan Hedberg · 10 years ago
  35. c6e81e9 Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys by Johan Hedberg · 10 years ago
  36. 88d3a8a Bluetooth: Add define for key distribution mask by Johan Hedberg · 10 years ago
  37. fc75cc8 Bluetooth: Fix locking of the SMP context by Johan Hedberg · 10 years ago
  38. d6268e8 Bluetooth: Remove unnecessary deferred work for SMP key distribution by Johan Hedberg · 10 years ago
  39. f3d82d0 Bluetooth: Move identity address update behind a workqueue by Johan Hedberg · 10 years ago
  40. 84bc0db Bluetooth: Don't take any action in smp_resume_cb if not encrypted by Johan Hedberg · 10 years ago
  41. 1b0921d Bluetooth: Remove unnecessary checks after canceling SMP security timer by Johan Hedberg · 10 years ago
  42. 434714d Bluetooth: Add clarifying comment for LE CoC result value by Johan Hedberg · 10 years ago
  43. 839035a Bluetooth: Move clock offset reading into hci_disconnect() by Johan Hedberg · 10 years ago
  44. e3f2f92 Bluetooth: Use hci_disconnect() for mgmt_disconnect_device() by Johan Hedberg · 10 years ago
  45. e3b679d Bluetooth: Update hci_disconnect() to return an error value by Johan Hedberg · 10 years ago
  46. 9b7b18e Bluetooth: Fix SMP error and response to be mutually exclusive by Johan Hedberg · 10 years ago
  47. b04afa0 Bluetooth: Remove unused l2cap_conn_shutdown API by Johan Hedberg · 10 years ago
  48. 1e91c29 Bluetooth: Use hci_disconnect for immediate disconnection from SMP by Johan Hedberg · 10 years ago
  49. e31fb86 Bluetooth: Set discon_timeout to 0 in l2cap_conn_del by Johan Hedberg · 10 years ago
  50. bcbb655 Bluetooth: Remove hci_conn_hold/drop from hci_chan by Johan Hedberg · 10 years ago
  51. f94b665 Bluetooth: Ignore incoming data after initiating disconnection by Johan Hedberg · 10 years ago
  52. b3ff670 Bluetooth: Set disc_timeout to 0 when calling hci_chan_del by Johan Hedberg · 10 years ago
  53. 6c388d3 Bluetooth: Fix hci_conn reference counting with hci_chan by Johan Hedberg · 10 years ago
  54. f6c6324 Bluetooth: Refactor connection parameter freeing into its own function by Johan Hedberg · 10 years ago
  55. f8aaf9b Bluetooth: Fix using hci_conn_get() for hci_conn pointers by Johan Hedberg · 10 years ago
  56. 51bb8457 Bluetooth: Improve *_get() functions to return the object type by Johan Hedberg · 10 years ago
  57. 5477610 Bluetooth: Optimize connection parameter lookup for LE connections by Johan Hedberg · 10 years ago
  58. 08853f1 Bluetooth: Set addr_type only when it's needed by Johan Hedberg · 10 years ago
  59. c16900c Bluetooth: Fix hci_conn reference counting for fixed channels by Johan Hedberg · 10 years ago
  60. b3ed6c6 Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_add by Johan Hedberg · 10 years ago
  61. 72c6fb9 Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU by Johan Hedberg · 10 years ago
  62. 61a3d4f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  63. f161dd4 Bluetooth: Fix hci_conn reference counting for auto-connections by Johan Hedberg · 10 years ago
  64. 13cac15 Bluetooth: Fix ERTM L2CAP resend packet by Lukasz Rymanowski · 10 years ago
  65. 069cb27 Bluetooth: Improve data packing in SAR mode by Lukasz Rymanowski · 10 years ago
  66. 6f48e26 Bluetooth: Make smp_chan_destroy() private to smp.c by Johan Hedberg · 10 years ago
  67. 86d1407 Bluetooth: Always call smp_distribute_keys() from a workqueue by Johan Hedberg · 10 years ago
  68. 109ec23 Bluetooth: Move canceling security_timer into smp_chan_destroy() by Johan Hedberg · 10 years ago
  69. 276d807 Bluetooth: Remove unused l2cap_conn->security_timer by Johan Hedberg · 10 years ago
  70. b68fda6 Bluetooth: Add SMP-internal timeout callback by Johan Hedberg · 10 years ago
  71. 8ae9b98 Bluetooth: Fix double free of SMP data skb by Johan Hedberg · 10 years ago
  72. 4befb86 Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails by Johan Hedberg · 10 years ago
  73. dec5b49 Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection by Johan Hedberg · 10 years ago
  74. 44f1a7a Bluetooth: Use L2CAP resume callback to call smp_distribute_keys by Johan Hedberg · 10 years ago
  75. 5d88cc7 Bluetooth: Convert SMP to use l2cap_chan infrastructure by Johan Hedberg · 10 years ago
  76. defce9e Bluetooth: Make AES crypto context private to SMP by Johan Hedberg · 10 years ago
  77. 70db83c Bluetooth: Add SMP L2CAP channel skeleton by Johan Hedberg · 10 years ago
  78. 711eafe Bluetooth: Move SMP (de)initialization to smp.c by Johan Hedberg · 10 years ago
  79. 5450691 Bluetooth: Move SMP initialization after HCI init by Johan Hedberg · 10 years ago
  80. 222916e Bluetooth: Refactor SMP (de)initialization into separate functions by Johan Hedberg · 10 years ago
  81. 893eded Bluetooth: Fix IRK lookup when tfm_aes is not available by Johan Hedberg · 10 years ago
  82. fabed38 Bluetooth: Fix hci_update_random_address() error return for no crypto by Johan Hedberg · 10 years ago
  83. d336860 Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP context by Johan Hedberg · 10 years ago
  84. 79a0572 Bluetooth: Call l2cap_le_conn_ready after notifying channels by Johan Hedberg · 10 years ago
  85. 72847ce Bluetooth: Call L2CAP teardown callback before clearing chan->conn by Johan Hedberg · 10 years ago
  86. 1482430 Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid by Johan Hedberg · 10 years ago
  87. 06171e0 Bluetooth: Remove special ATT data channel handling by Johan Hedberg · 10 years ago
  88. 54a1b62 Bluetooth: Improve fixed channel lookup based on link type by Johan Hedberg · 10 years ago
  89. e760ec1 Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfm by Johan Hedberg · 10 years ago
  90. dc0f508 Bluetooth: Refactor l2cap_connect_cfm by Johan Hedberg · 10 years ago
  91. 191eb39 Bluetooth: Remove special handling of ATT in l2cap_security_cfm() by Johan Hedberg · 10 years ago
  92. d52deb1 Bluetooth: Resume BT_CONNECTED state after LE security elevation by Johan Hedberg · 10 years ago
  93. 5ff6f34 Bluetooth: Fix __l2cap_no_conn_pending() usage with all channels by Johan Hedberg · 10 years ago
  94. a24cce1 Bluetooth: Fix reference counting of global L2CAP channels by Johan Hedberg · 10 years ago
  95. 2b29349 Bluetooth: Fix confusion between parent and child channel for 6lowpan by Johan Hedberg · 10 years ago
  96. 5fcb934 Bluetooth: Remove redundant check for remote_key_dist by Johan Hedberg · 10 years ago
  97. 22f433d Bluetooth: Disable page scan if all whitelisted devices are connected by Johan Hedberg · 10 years ago
  98. 432df05 Bluetooth: Create unified helper function for updating page scan by Johan Hedberg · 10 years ago
  99. 84c61d9 Bluetooth: Add convenience function to check for pending power off by Johan Hedberg · 10 years ago
  100. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago