1. d22015a Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  2. 61e1b4b Bluetooth: trivial: space correction by Andrei Emeltchenko · 13 years ago
  3. aa64a8b Bluetooth: Add a convenience function to check for SSP enabled by Johan Hedberg · 13 years ago
  4. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 13 years ago
  5. 58a681e Bluetooth: Merge boolean members of struct hci_conn into flags by Johan Hedberg · 13 years ago
  6. b644ba3 Bluetooth: Update device_connected and device_found events to latest API by Johan Hedberg · 13 years ago
  7. a0c808b Bluetooth: Convert hdev->out to a bool type by Johan Hedberg · 13 years ago
  8. 51a8efd Bluetooth: Rename conn->pend to conn->flags by Johan Hedberg · 13 years ago
  9. 1dc0609 Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found by Johan Hedberg · 13 years ago
  10. 6759a67 Bluetooth: Move eir_has_data_field to hci_core.h by Johan Hedberg · 13 years ago
  11. 9ec9fc8 Bluetooth: Add missing EIR defines to hci.h by Johan Hedberg · 13 years ago
  12. 4ddb193 Bluetooth: Rename eir_has_complete_name to eir_has_data_type by Johan Hedberg · 13 years ago
  13. e319d2e Bluetooth: Add eir_len parameter to mgmt_ev_device_found by Johan Hedberg · 13 years ago
  14. afc747a Bluetooth: Rename mgmt connected events to match user space by Johan Hedberg · 13 years ago
  15. 7005ff178 Bluetooth: Fix clearing persistent flags by Johan Hedberg · 13 years ago
  16. 3c9e919 Bluetooth: Report LE devices by Andre Guedes · 13 years ago
  17. 7d262f8 Bluetooth: Add 'eir_len' param to mgmt_device_found() by Andre Guedes · 13 years ago
  18. 0952a57 Bluetooth: Change sk to l2cap_chan by Andrei Emeltchenko · 13 years ago
  19. 5ef8cb9 Bluetooth: Use chan instead of sk by Andrei Emeltchenko · 13 years ago
  20. 09bfb2e Bluetooth: Drop L2CAP chan reference if ERTM ack_timer fired by Szymon Janc · 13 years ago
  21. 77f918b Bluetooth: Don't send RNR immediately when entering local busy by Szymon Janc · 13 years ago
  22. b17e73b Bluetooth: Clear ack_timer when sending ack by Szymon Janc · 13 years ago
  23. 0ef3ef0 Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ack by Szymon Janc · 13 years ago
  24. 75b93b5 Bluetooth: Make l2cap_clear_timer return if timer was running or not by Szymon Janc · 13 years ago
  25. 8b281b9 Bluetooth: Fix 'enable_hs' type by Fabio Estevam · 13 years ago
  26. a3d4e20 Bluetooth: Sort to-be-resolved devices by RSSI during discovery by Johan Hedberg · 13 years ago
  27. 44b5f7d Bluetooth: Fix resetting HCI_MGMT flag by Johan Hedberg · 13 years ago
  28. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 13 years ago
  29. cbe8fed Bluetooth: Remove bogus inline declaration from l2cap_chan_connect by Johan Hedberg · 13 years ago
  30. dc946bd Bluetooth: Remove __hci_dev_put/hold by David Herrmann · 13 years ago
  31. 4c724c7 Bluetooth: Correctly take hci_dev->dev refcount by David Herrmann · 13 years ago
  32. e9b9cfa Bluetooth: Remove HCI-owner field by David Herrmann · 13 years ago
  33. 46e0653 Bluetooth: Correctly acquire module ref by David Herrmann · 13 years ago
  34. 587ae08 Bluetooth: Remove unused hci-destruct cb by David Herrmann · 13 years ago
  35. 797fe79 Bluetooth: uart-ldisc: Fix memory leak and remove destruct cb by David Herrmann · 13 years ago
  36. dabbaab Bluetooth: btsdio: Free driver data on SDIO shutdown by David Herrmann · 13 years ago
  37. d25442b Bluetooth: bpa10x: Free private driver data on usb shutdown by David Herrmann · 13 years ago
  38. 8381088 Bluetooth: btusb: Free driver data on USB shutdown by David Herrmann · 13 years ago
  39. 1a609a0 Bluetooth: bfusb: Free driver_data on USB shutdown by David Herrmann · 13 years ago
  40. bf18c71 Bluetooth: vhci: Free driver_data on file release by David Herrmann · 13 years ago
  41. aed014a Bluetooth: dtl1-cs: Remove empty destruct cb by David Herrmann · 13 years ago
  42. 6147032 Bluetooth: btwilink: Remove empty destruct cb by David Herrmann · 13 years ago
  43. 3a45678 Bluetooth: btuart-cs: Remove empty destruct cb by David Herrmann · 13 years ago
  44. e300440 Bluetooth: btmrvl: Remove empty destruct cb by David Herrmann · 13 years ago
  45. a3f3562 Bluetooth: bt3c-cs: Remove empty destruct cb by David Herrmann · 13 years ago
  46. ac9ef65 Bluetooth: bluecard-cs: Remove empty destruct cb by David Herrmann · 13 years ago
  47. 010666a Bluetooth: Make hci-destruct callback optional by David Herrmann · 13 years ago
  48. 5a0b815 Bluetooth: dtl1: Fix memleak in probe() by David Herrmann · 13 years ago
  49. f5fd5ba Bluetooth: hci-uart-ath: Use GFP_ATOMIC in open() by David Herrmann · 13 years ago
  50. c063af3 Bluetooth: hci-uart-bcsp: Use GFP_ATOMIC in open() by David Herrmann · 13 years ago
  51. fdcd166 Bluetooth: hci-uart-h4: Use GFP_ATOMIC in open() by David Herrmann · 13 years ago
  52. 9eb648c Bluetooth: hci-uart-ll: Use GFP_ATOMIC in open() by David Herrmann · 13 years ago
  53. 1931782 Bluetooth: Fix using an absolute timeout on hci_conn_put() by Vinicius Costa Gomes · 13 years ago
  54. cc48dc0 Bluetooth: Remove magic number from ACL TO by Andrei Emeltchenko · 13 years ago
  55. b83ddfe Bluetooth: l2cap_set_timer needs jiffies as timeout value by Andrzej Kaczmarek · 13 years ago
  56. 6423cf3 Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket by Andrzej Kaczmarek · 13 years ago
  57. 25e89e9 Bluetooth: Process num completed data blocks event by Andrei Emeltchenko · 13 years ago
  58. 5e41862 Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAP by Daniel Wagner · 13 years ago
  59. 30dc78e Bluetooth: Add name resolving support for mgmt based discovery by Johan Hedberg · 13 years ago
  60. ff9ef57 Bluetooth: Add discovery state tracking by Johan Hedberg · 13 years ago
  61. 3088351 Bluetooth: Rename hdev->inq_cache to hdev->discovery by Johan Hedberg · 13 years ago
  62. 4663262 Bluetooth: Flush inquiry cache when starting mgmt triggered inquiry by Johan Hedberg · 13 years ago
  63. 3175405 Bluetooth: Return updated name state with hci_inquiry_cache_update by Johan Hedberg · 13 years ago
  64. 561aafb Bluetooth: Add initial mgmt_confirm_name support by Johan Hedberg · 13 years ago
  65. 32748db Bluetooth: Move Extended Inquiry Response defines to hci.h by Johan Hedberg · 13 years ago
  66. b57c1a5 Bluetooth: Convert inquiry cache to use standard list types by Johan Hedberg · 13 years ago
  67. 1232528 rtlwifi: Modify rtl_pci_init to return 0 on success by John W. Linville · 13 years ago
  68. 2cfc6fc mac80211: do not call rate control .tx_status before .rate_init by Felix Fietkau · 13 years ago
  69. 42bc0c97 rtlwifi: Return correct failure code on error by Simon Graham · 13 years ago
  70. 5ad20dd mac80211: rename mesh static path_lookup() by Luis R. Rodriguez · 13 years ago
  71. 7f66c2f9 rtlwifi: Handle previous allocation failures when freeing device memory by Simon Graham · 13 years ago
  72. 7902759 mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printk by Felix Fietkau · 13 years ago
  73. 77c06c2 rt2x00: Correctly set txmixer_gain in RT3572 channel switching. by Gertjan van Wingerde · 13 years ago
  74. 58b8ae1 rt2x00: Fix RT3572 channel switch RFCSR 7 programming. by Gertjan van Wingerde · 13 years ago
  75. 0cd461e rt2x00: Align RT3572 channel switch RFCSR 1 programming with Ralink driver. by Gertjan van Wingerde · 13 years ago
  76. 569ffa5 rt2x00: Fix RFCSR 12 & 13 programming on RT3572 channel switching. by Gertjan van Wingerde · 13 years ago
  77. 5d137df rt2x00: Use saved BBP 25 and 26 values when configuring channel on RT3572. by Gertjan van Wingerde · 13 years ago
  78. bef453d rt2x00: Update comment on freq_offset field in struct rt2x00_dev. by Gertjan van Wingerde · 13 years ago
  79. 3a1c012 rt2x00: Use struct rt2x00_dev driver data in rt2800{pci,usb}. by Gertjan van Wingerde · 13 years ago
  80. 1ebbc48 rt2x00: Introduce concept of driver data in struct rt2x00_dev. by Gertjan van Wingerde · 13 years ago
  81. 234f6e5 orinoco: Remove old mailing lists from MAINTAINERS by David Gibson · 13 years ago
  82. e1936e9 mac80211: call rate control only after init by Johannes Berg · 13 years ago
  83. 1023f3b iwlegacy: remove set_hw_params callback by Stanislaw Gruszka · 13 years ago
  84. 00ea99e iwlegacy: remove struct il_tx_info by Stanislaw Gruszka · 13 years ago
  85. 89ef1ed iwlegacy: merge il_base_params into il_cfg by Stanislaw Gruszka · 13 years ago
  86. c39ae9f iwlegacy: move ops out of config by Stanislaw Gruszka · 13 years ago
  87. 8300719 iwlegacy: get rid of ctx structure by Stanislaw Gruszka · 13 years ago
  88. 20c47eb iwlegacy: remove il_setup_interface() by Stanislaw Gruszka · 13 years ago
  89. dee9a09 iwlegacy: get rid of ctx->is_active by Stanislaw Gruszka · 13 years ago
  90. eb123af iwlegacy: get rid of ctx->ac_to_queue by Stanislaw Gruszka · 13 years ago
  91. b75b3a7 iwlegacy: get rid of ctx->ac_to_fifo by Stanislaw Gruszka · 13 years ago
  92. 1c03c46 iwlegacy: move ht out of ctx structure by Stanislaw Gruszka · 13 years ago
  93. 8d44f2b iwlegacy: move qos_data out of ctx structure by Stanislaw Gruszka · 13 years ago
  94. 8c9c48d iwlegacy: remove ctx interface_modes by Stanislaw Gruszka · 13 years ago
  95. fd6415b iwlegacy: get rid of ctx->station_flags by Stanislaw Gruszka · 13 years ago
  96. d735f92 iwlegacy: move wep_keys out of context by Stanislaw Gruszka · 13 years ago
  97. d1e14e9 iwlegacy: get rid of mcast_queue by Stanislaw Gruszka · 13 years ago
  98. 6aa0c25 iwlegacy: get rid of ctxid by Stanislaw Gruszka · 13 years ago
  99. 0f8b90f iwlegacy: get rid of *_devtype by Stanislaw Gruszka · 13 years ago
  100. b16db50 iwlegacy: move bcast_sta_id to hw_params by Stanislaw Gruszka · 13 years ago