1. a0196d1 bcma: use chipcommon node from DT for SoC GPIO chip by Rafał Miłecki · 10 years ago
  2. 2101e53 bcma: register bcma as device tree driver by Hauke Mehrtens · 10 years ago
  3. 7e17483 mwifiex: add more dump information for PCIe interface by Amitkumar Karwar · 10 years ago
  4. 2471687 mwifiex: error path handling in pcie firmware dump by Amitkumar Karwar · 10 years ago
  5. 34ed780 rtlwifi: Fix problems with building an allyesconfig by Larry Finger · 10 years ago
  6. 21e4b07 rtlwifi: rtl8821ae: Move driver from staging to regular tree by Larry Finger · 10 years ago
  7. c151aed rtlwifi: rtl8188ee: Update driver to match Realtek release of 06282014 by Larry Finger · 10 years ago
  8. f3a97e9 rtlwifi: Finish modifying core routines for new drivers by Larry Finger · 10 years ago
  9. d3feae4 rtlwifi: Update power-save routines for 062814 driver by Larry Finger · 10 years ago
  10. 3c67b8f rtlwifi: Modify cam.{c,h} and efuse.{c,h} for new drivers by Larry Finger · 10 years ago
  11. 9afa2e4 rtlwifi: Modify base.{c,h} for new drivers by Larry Finger · 10 years ago
  12. f7953b2 rtlwifi: Modify core.c for new drivers by Larry Finger · 10 years ago
  13. 38506ec rtlwifi: rtl_pci: Start modification for new drivers by Larry Finger · 10 years ago
  14. fd09ff9 rtlwifi: Remove extra workqueue for enter/leave power state by Larry Finger · 10 years ago
  15. 560e334d rtlwifi: btcoexist: Fix Smatch warning by Larry Finger · 10 years ago
  16. 8d9e464 ath9k: Fix offchannel queuing by Sujith Manoharan · 10 years ago
  17. c13a6a0 ath9k: Use normal queues for offchannel frames by Sujith Manoharan · 10 years ago
  18. d701746 ath9k: Fix queue management by Sujith Manoharan · 10 years ago
  19. 01f7fee rt2800: correct BBP1_TX_POWER_CTRL mask by Stanislaw Gruszka · 10 years ago
  20. b6b1b0e wil6210: ethtool ops by Vladimir Kondratiev · 10 years ago
  21. 1abf676 bcma: gpio: use ChipCommon GPIO IRQ on BCM47XX arch only by Rafał Miłecki · 10 years ago
  22. 8084bb0 rtl818x_pci: add RSSI information for rtl8187SE by andrea.merello · 10 years ago
  23. 2ce73c0 ath9k: Fix p2p address management by Sujith Manoharan · 10 years ago
  24. fbf0199 bcma: print chip ID in a more user-friendly form by Rafał Miłecki · 10 years ago
  25. 8eda10e mwifiex: ensure user_scan_in not NULL while setting scan channel gap by Avinash Patil · 10 years ago
  26. cb35582 ath9k: Cache BSS information by Sujith Manoharan · 10 years ago
  27. 093ec3c ath5k: Remove AHB bus support by Paul Bolle · 10 years ago
  28. 30d3c07 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  29. 330bd4e Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 10 years ago
  30. 687b930 Merge branch 'for-linville' of git://github.com/kvalo/ath by John W. Linville · 10 years ago
  31. d3d3e00 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 10 years ago
  32. 565766b Bluetooth: Rename sco_param_wideband table to esco_param_msbc by Johan Hedberg · 10 years ago
  33. c7da579 Bluetooth: Add retransmission effort into SCO parameter table by Johan Hedberg · 10 years ago
  34. f19f4f9 ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 header by Simon Vincent · 10 years ago
  35. ca079ad mrf24j40: use pr_* / dev_* instead of printk() by Varka Bhadram · 10 years ago
  36. 3d920f0 mrf24j40: remove unnecessary return statement by Varka Bhadram · 10 years ago
  37. 529160d mrf24j40: fix Missing a blank line after declarations by Varka Bhadram · 10 years ago
  38. d41c15c Bluetooth: Fix reason code used for rejecting SCO connections by Johan Hedberg · 10 years ago
  39. 2b0bf6c Bluetooth: Convert bt_<level> logging functions to return void by Joe Perches · 10 years ago
  40. 094e935 NFC: st21nfca: Fix potential double kfree_skb error by Christophe Ricard · 10 years ago
  41. 459e794 NFC: st21nfca: ERR_PTR vs NULL fix by Christophe Ricard · 10 years ago
  42. bc6b827 NFC: st21nfcb: remove error output by Christophe Ricard · 10 years ago
  43. 941ec5c NFC: st21nfcb: Add ISO15693 Reader/Writer support by Christophe Ricard · 10 years ago
  44. 9e87f9a NFC: nci: Add support for proprietary RF Protocols by Christophe Ricard · 10 years ago
  45. fa0daa0 NFC: st21nfcb: Fix improper ndlc T2 management by Christophe Ricard · 10 years ago
  46. 4294e32 NFC: st21nfcb: Fix improper management of -EREMOTEIO error code. by Christophe Ricard · 10 years ago
  47. f06d87a NFC: dts: st21nfcb_i2c: Fix invalid interrupts polarity. by Christophe Ricard · 10 years ago
  48. 90d5f81 NFC: st21nfca: Fix recursive fault when doing p2p in target mode. by Christophe Ricard · 10 years ago
  49. ecc6522 NFC: st21nfca: Fix potential skb leaks in NFC-DEP code by Christophe Ricard · 10 years ago
  50. cc3faac NFC: st21nfca: Fix few coding style issue by Christophe Ricard · 10 years ago
  51. fc0ae24 NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen() by Mark A. Greer · 10 years ago
  52. b9e3016 NFC: trf7970a: Unlock mutex before exiting trf7970a_irq() by Mark A. Greer · 10 years ago
  53. 55ef2e7 NFC: trf7970a: Remove unnecessary local variable initialization by Mark A. Greer · 10 years ago
  54. 671970f NFC: trf7970a: Remove useless local variable by Mark A. Greer · 10 years ago
  55. 48e68ff Bluetooth: Check for SCO type before setting retransmission effort by Bernhard Thaler · 10 years ago
  56. 48849a4 iwlwifi: mvm: Refactor and fix max probe len computation by Andrei Otcheretianski · 10 years ago
  57. 9b60bb6d iwlwifi: mvm: disable BT Co-running by default by Emmanuel Grumbach · 10 years ago
  58. efed664 iwlwifi: mvm: rs: fix logic in case of multiple TIDs by Eyal Shapira · 10 years ago
  59. a713044 iwlwifi: mvm: report all BA notifs to RS by Eyal Shapira · 10 years ago
  60. 2bf6508 iwlwifi: 8000: fix fw name to account for revision by Liad Kaufman · 10 years ago
  61. 1fc0e22 iwlwifi: pcie: fix HW_REV saving for 8000 series by Liad Kaufman · 10 years ago
  62. 4f08970 iwlwifi: Add missing PCI IDs for the 7260 series by Oren Givon · 10 years ago
  63. ddfc159 iwlwifi: mvm: limit aggregation size in low latency to 6 by Eyal Shapira · 10 years ago
  64. 1ebc8f2 iwlwifi: mvm: rs: refactor to allow direct rs updating by Eyal Shapira · 10 years ago
  65. 361dbec iwlwifi: mvm: choose an initial tx rate based on rssi conditions by Eyal Shapira · 10 years ago
  66. 5eb596f Bluetooth: Fix setting correct security level when initiating SMP by Johan Hedberg · 10 years ago
  67. b25f32c ath10k: use ether_addr_copy() by Kalle Valo · 10 years ago
  68. 75cb96d ath10k: reformat help text in ath10k_read_simulate_fw_crash() by Kalle Valo · 10 years ago
  69. 8cc7f26 ath10k: miscellaneous checkpatch fixes by Kalle Valo · 10 years ago
  70. d8bb26b ath10k: else is not generally useful after a break or return by Kalle Valo · 10 years ago
  71. ac04506 ath10k: don't use return on void functions by Kalle Valo · 10 years ago
  72. cfbc06a ath10k: fix space after a cast style errors by Kalle Valo · 10 years ago
  73. af762c0 ath10k: fix missing a blank line after declarations by Kalle Valo · 10 years ago
  74. c6e2e60 ath10k: fix use of multiple blank lines by Kalle Valo · 10 years ago
  75. 5b07e07 ath10k: fix checkpatch warnings about parenthesis alignment by Kalle Valo · 10 years ago
  76. bd8bdbb ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc() by Kalle Valo · 10 years ago
  77. 0097db0 Bluetooth: Remove exported hci_recv_fragment function by Marcel Holtmann · 10 years ago
  78. 7a0a260 ath9k: enable ext channel pulse detection by Lorenzo Bianconi · 10 years ago
  79. 853854d ath9k: Fix build error by Sujith Manoharan · 10 years ago
  80. 44b47a7 ath9k: initialize ath_node linked list by Lorenzo Bianconi · 10 years ago
  81. 24a1936 ath9k: enable dynack using set_coverage_class codepath by Lorenzo Bianconi · 10 years ago
  82. 7a90744 ath9k: add debugfs support for dynack by Lorenzo Bianconi · 10 years ago
  83. 35c273e ath9k: enable control frame reception by Lorenzo Bianconi · 10 years ago
  84. 982e039 ath9k: add sampling methods for (tx|rx) timestamp by Lorenzo Bianconi · 10 years ago
  85. 7aefa8a ath9k: do not overwrite ACK timeout estimation by Lorenzo Bianconi · 10 years ago
  86. ce71915 ath9k: add config for (en|dis)abling ACK timeout estimation by Lorenzo Bianconi · 10 years ago
  87. c774d57 ath9k: add dynamic ACK timeout estimation by Lorenzo Bianconi · 10 years ago
  88. 36678b2 ath9k: add duration field to ath_tx_status by Lorenzo Bianconi · 10 years ago
  89. 8e15e09 ath9k: export methods related to ACK timeout estimation by Lorenzo Bianconi · 10 years ago
  90. 803b583 Bluetooth: btusb: Implement driver internal packet reassembly by Marcel Holtmann · 10 years ago
  91. 59ecb12 iwlwifi: mvm: Allow schedule scan while connected by Alexander Bondar · 10 years ago
  92. c549e39 iwlwifi: mvm: add debugfs entry to read the current temperature by Luciano Coelho · 10 years ago
  93. 3edf8ff iwlwifi: mvm: prepare for scheduler config command by Avri Altman · 10 years ago
  94. 73897bd iwlwifi: mvm: Set RRM_ENABLED bit in scan commands by Andrei Otcheretianski · 10 years ago
  95. 226bcd4 iwlwifi: mvm: Announce Quiet Period support by Assaf Krauss · 10 years ago
  96. f1daa00 iwlwifi: mvm: Update TX power in TPC reports by Andrei Otcheretianski · 10 years ago
  97. b71d9c8 iwlwifi: mvm: support cloned tx skbs by Ido Yariv · 10 years ago
  98. 1ffa4ad Bluetooth: btusb: Split fragement receiption into separate functions by Marcel Holtmann · 10 years ago
  99. 89e7533 Bluetooth: btusb: Fix old coding style issues by Marcel Holtmann · 10 years ago
  100. 1030f9f ath9k: Fix primary station configuration by Sujith Manoharan · 10 years ago