1. 8afef09 Bluetooth: Add Device Added and Device Removed management events by Marcel Holtmann · 11 years ago
  2. 0b3c7d3 Bluetooth: Replace le_auto_conn debugfs with device_list entry by Marcel Holtmann · 11 years ago
  3. 2faade5 Bluetooth: Add support for Add/Remove Device management commands by Marcel Holtmann · 11 years ago
  4. 037fc41 Bluetooth: Use LE connection parameters if known by Marcel Holtmann · 11 years ago
  5. f044eb0 Bluetooth: Store latency and supervision timeout in connection params by Marcel Holtmann · 11 years ago
  6. 1c1697c Bluetooth: Update background scanning from hci_conn_params_clear by Marcel Holtmann · 11 years ago
  7. 1089b67 Bluetooth: Clear pending connections from hci_conn_params_clear by Marcel Holtmann · 11 years ago
  8. 4b10966 Bluetooth: Move hci_pend_le_conn_* functions to different location by Marcel Holtmann · 11 years ago
  9. 6ab535a Bluetooth: Don't use non-resolvable private address for passive scanning by Marcel Holtmann · 11 years ago
  10. fee746b Bluetooth: Restrict access for raw-only controllers by Marcel Holtmann · 11 years ago
  11. 9586842 Bluetooth: Add support for Get Clock Info mgmt command by Johan Hedberg · 11 years ago
  12. 33f3572 Bluetooth: Add tracking of local and piconet clock values by Johan Hedberg · 11 years ago
  13. fca2001 Bluetooth: Use kzalloc instead of kmalloc for pending mgmt commands by Johan Hedberg · 11 years ago
  14. 730f091 Bluetooth: Increment management interface revision by Marcel Holtmann · 11 years ago
  15. df93542 Bluetooth: Send HCI_Read_Clock_Offset before disconnecting by Marcel Holtmann · 11 years ago
  16. 40051e4 Bluetooth: Remove unneeded hci_conn_disconnect abstraction by Marcel Holtmann · 11 years ago
  17. a2b1976 Bluetooth: Remove reason parameter from hci_amp_disconn function by Marcel Holtmann · 11 years ago
  18. b10e801 Bluetooth: Remove unnecessary hcon->smp_conn variable by Johan Hedberg · 11 years ago
  19. 642ac77 Bluetooth: Fix missing check for SMP session in smp_user_confirm_reply by Johan Hedberg · 11 years ago
  20. a999934 Bluetooth: Remove unnecessary hci_dev_unlock for smp_user_confirm_reply by Johan Hedberg · 11 years ago
  21. ec70f36 Bluetooth: Update SMP crypto functions to take the SMP context by Johan Hedberg · 11 years ago
  22. 6a7bd10 Bluetooth: Add dedicated AES instance for each SMP context by Johan Hedberg · 11 years ago
  23. 31dd624 Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_info by Johan Hedberg · 11 years ago
  24. dbbfa2a Bluetooth: Use macro instead of hard-coded value by Andre Guedes · 11 years ago
  25. 4dae279 Bluetooth: Convert hci_conn->link_mode into flags by Johan Hedberg · 11 years ago
  26. 985d904 Bluetooth: Remove ssp_debug_mode debugfs option by Marcel Holtmann · 11 years ago
  27. b9710979 Bluetooth: Add support for mode 0x02 for mgmt_set_debug_keys by Johan Hedberg · 11 years ago
  28. 3769972 Bluetooth: Add a new HCI_USE_DEBUG_KEYS flag by Johan Hedberg · 11 years ago
  29. 58e9293 Bluetooth: Fix ignoring debug keys in mgmt_load_link_keys by Johan Hedberg · 11 years ago
  30. af6a9c3 Bluetooth: Convert hcon->flush_key to a proper flag by Johan Hedberg · 11 years ago
  31. 6d5650c Bluetooth: Don't store debug keys if flag for them is not set by Johan Hedberg · 11 years ago
  32. 0663b29 Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYS by Johan Hedberg · 11 years ago
  33. 7652ff6 Bluetooth: Move mgmt event sending out from hci_add_link_key() by Johan Hedberg · 11 years ago
  34. 567fa2a Bluetooth: Update hci_add_link_key() to return pointer to key by Johan Hedberg · 11 years ago
  35. 37f468c Bluetooth: Remove redundant calls to h5_reset_rx by Loic Poulain · 11 years ago
  36. 80afeb6 Bluetooth: Add support LE slave connection update procedure by Marcel Holtmann · 11 years ago
  37. a720d73 Bluetooth: Set default min/max connection interval for LE slaves by Marcel Holtmann · 11 years ago
  38. 1855d92 Bluetooth: Track LE connection parameter update event by Marcel Holtmann · 11 years ago
  39. e04fde6 Bluetooth: Store current LE connection parameters in hci_conn struct by Marcel Holtmann · 11 years ago
  40. 7f11825 Bluetooth: 6LoWPAN: Remove network devices when unloading by Jukka Rissanen · 11 years ago
  41. 18d93c1 Bluetooth: 6LoWPAN: Count module usage by Jukka Rissanen · 11 years ago
  42. 5547e48 Bluetooth: 6LoWPAN: Create a kernel module by Jukka Rissanen · 11 years ago
  43. 6b8d4a6 Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one by Jukka Rissanen · 11 years ago
  44. 0498878 Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec by Jukka Rissanen · 11 years ago
  45. 111902f Bluetooth: Use separate dbg_flags to special debugfs options by Marcel Holtmann · 11 years ago
  46. d97c9fb Bluetooth: Fix checking for master LTKs by Johan Hedberg · 11 years ago
  47. 4ec86d4 Bluetooth: Fix validating IO capability values in mgmt commands by Johan Hedberg · 11 years ago
  48. 8ba8b4c Bluetooth: Remove trailing whitespaces from Kconfig by Stephan Gabert · 11 years ago
  49. 8a2936f Bluetooth: Add flexible buffer byte order swapping function by Johan Hedberg · 11 years ago
  50. 533e35d Bluetooth: Convert SMP flags into an enum by Johan Hedberg · 11 years ago
  51. ddf4ba0 Bluetooth: Remove unused LTK authentication defines by Johan Hedberg · 11 years ago
  52. 2ceba53 Bluetooth: Remove HCI prefix from SMP LTK defines by Johan Hedberg · 11 years ago
  53. 7d5843b Bluetooth: Remove unnecessary SMP STK define by Johan Hedberg · 11 years ago
  54. c29d244 Bluetooth: Fix missing NULL check for smp_chan_create() return value by Johan Hedberg · 11 years ago
  55. 65cc2b4 Bluetooth: Use struct delayed_work for HCI command timeout by Marcel Holtmann · 11 years ago
  56. d9fbd02 Bluetooth: Use explicit header and body length for L2CAP SKB allocation by Marcel Holtmann · 11 years ago
  57. 0775899 Bluetooth: Shrink size of struct l2cap_ctrl fields by Marcel Holtmann · 11 years ago
  58. 8d46321 Bluetooth: Assign L2CAP socket priority when allocating SKB by Marcel Holtmann · 11 years ago
  59. 67f86a4 Bluetooth: Use const for struct l2cap_ops field by Marcel Holtmann · 11 years ago
  60. b0c3e13 Bluetooth: ath3k: reduce pipe setting times in ath3k_load_fwfile() by Adam Lee · 11 years ago
  61. 5373010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Marcel Holtmann · 11 years ago
  62. 15be8e8 b43: add more bcma cores by Rafał Miłecki · 11 years ago
  63. fe255b4 b43: N-PHY: complete generic support for 0x2057 radio by Rafał Miłecki · 11 years ago
  64. e90cf1c b43: N-PHY: fixes for radio 0x2057 by Rafał Miłecki · 11 years ago
  65. c1084e0 rtl818x_pci: fix pci probe returns success when it fails by Andrea Merello · 11 years ago
  66. f4cf628 rtl818x_pci: handle broken PIO mapping by Andrea Merello · 11 years ago
  67. fe67bcd rtl8180: disable buggy rate fallback mechanism by Andrea Merello · 11 years ago
  68. 81129fc rtl8180: fix incorrect TX retry. by Andrea Merello · 11 years ago
  69. f82be7c rtl818x_pci: add comment pointing to the rtl8187se reference code by Andrea Merello · 11 years ago
  70. 7df00724 rtl818x_pci: Fix rtl8185 excessive IFS after CTS-to-self by Andrea Merello · 11 years ago
  71. 1f622d7 rtl818x_pci: Fix BSSID register written incorrectly by Andrea Merello · 11 years ago
  72. b49c3ca b43: treat LCNXN-PHY as extra N-PHY devices by Rafał Miłecki · 11 years ago
  73. f528f66 drivers/net/wireless/ipw2x00/libipw_module.c: remove unnecessary null test before kfree by Fabian Frederick · 11 years ago
  74. 50591c6 rsi: fix memory leaks and error handling in rsi_91x_usb by Alexey Khoroshilov · 11 years ago
  75. 5bc5ca8 rsi: GFP_ATOMIC is not needed in rsi_init_usb_interface() by Alexey Khoroshilov · 11 years ago
  76. 09ebb81 ath9k: Calculate sleep duration by Rajkumar Manoharan · 11 years ago
  77. 5f2f9e4 ath9k: Increase max listen interval by Rajkumar Manoharan · 11 years ago
  78. 9198cf4 ath9k: Cache beacon config after association by Rajkumar Manoharan · 11 years ago
  79. b76ff0d ath5k: capture CCK and OFDM restarts by Mathy Vanhoef · 11 years ago
  80. 4188135 ath5k: support for FIF_FCSFAIL filter by Mathy Vanhoef · 11 years ago
  81. c64800e wireless: mwifiex: Use the proper interfaces by Thomas Gleixner · 11 years ago
  82. 057d32f Revert "mwifiex: Use the proper interfaces" by Bing Zhao · 11 years ago
  83. ad36298 b43: b43_phyops_a can be static by Fengguang Wu · 11 years ago
  84. d51193d rsi: Fixed warnings reported by static code analyzers. by Jahnavi Meher · 11 years ago
  85. 688df7e rsi: Fixed errors and warnings reported by static code analyzers. by Jahnavi Meher · 11 years ago
  86. 80140b7 p54: use request_firmware_direct() for optional EEPROM override by Luis R. Rodriguez · 11 years ago
  87. 76ac9ed ath9k_hw: Fix pll2_divfrac for AR953x by Rajkumar Manoharan · 11 years ago
  88. af2db44 ath9k_hw: fix tx gain table index for AR953x by Rajkumar Manoharan · 11 years ago
  89. ddbbd9e ath9k_hw: fix XPABIASLEVEL settings for AR9531 by Rajkumar Manoharan · 11 years ago
  90. c01a729 ath9k_hw: Add QCA953x 2.0 initvals by Rajkumar Manoharan · 11 years ago
  91. efeb143 ath9k_hw: update CCK loop coefficients for AR953x 1.0 by Rajkumar Manoharan · 11 years ago
  92. a60f99f b43: update list and code making a selection of firmware files by Rafał Miłecki · 11 years ago
  93. e5c3ef3 rtlwifi/rtl8723be: Replace magic number by macro by Rickard Strandqvist · 11 years ago
  94. a3a228e rtlwifi/rtl8723ae: Replace magic number by macro by Rickard Strandqvist · 11 years ago
  95. 1dabe76 rtlwifi/rtl8188ee: Fix media status register mask by Rickard Strandqvist · 11 years ago
  96. 965ec74 rtlwifi/rtl8192c[eu]: Fix media status register mask by Rickard Strandqvist · 11 years ago
  97. 8a60720 rtlwifi/rtl8192de: Fix media status register mask by Rickard Strandqvist · 11 years ago
  98. 8ac3a2a b43: N-PHY: update low-pass filter setup by Rafał Miłecki · 11 years ago
  99. ed03033 b43: N-PHY: update code for sending sample tone by Rafał Miłecki · 11 years ago
  100. c94b7e6 brcmfmac: reduce log level in fwil if firmware returns error by Arend van Spriel · 11 years ago