1. 1e56f1e Bluetooth: Add firmware update for Atheros 0cf3:311f by Oliver Neukum · 11 years ago
  2. b131237 Bluetooth: Enable Atheros 0cf3:311e for firmware upload by Oliver Neukum · 11 years ago
  3. e57f173 mwifiex: add key material v2 support by Avinash Patil · 11 years ago
  4. 7f445d0 mwifiex: parse API version from FW by Avinash Patil · 11 years ago
  5. be104b9 mwifiex: disable all TDLS link during disconnection by Avinash Patil · 11 years ago
  6. b06c5321 mwifiex: separate BA params for TDLS link if 11ac is supported by Avinash Patil · 11 years ago
  7. 5f6d598 mwifiex: add VHT support for TDLS by Avinash Patil · 11 years ago
  8. 9ed230b mwifiex: pass ieee80211_vht_cap to mwifiex_fill_vht_cap_tlv by Avinash Patil · 11 years ago
  9. daeb5bb mwifiex: AMPDU support for TDLS link by Avinash Patil · 11 years ago
  10. d63bf5e mwifiex: tdls related handling for data packets addressed to TDLS peer by Avinash Patil · 11 years ago
  11. 56bd24a mwifiex: provision for holding and restoring packets during TDLS setup by Avinash Patil · 11 years ago
  12. 1f4dfd8 mwifiex: add cfg80211 change_station handler support by Avinash Patil · 11 years ago
  13. e48e0de mwifiex: add cfg80211 add_station handler support by Avinash Patil · 11 years ago
  14. 429d90d mwifiex: add cfg80211 tdls_oper handler support by Avinash Patil · 11 years ago
  15. 5f2caaf mwifiex: parse TDLS action frames during RX by Avinash Patil · 11 years ago
  16. b23bce2 mwifiex: add tdls_mgmt handler support by Avinash Patil · 11 years ago
  17. 341b880 mwifiex: cleanup in mwifiex_fill_cap_info() by Amitkumar Karwar · 11 years ago
  18. 4bcf93d mwifiex: move station list functions to common code by Avinash Patil · 11 years ago
  19. 41a24a2 mwifiex: make tos_to_tid_inv part of mwifiex_private structure by Avinash Patil · 11 years ago
  20. eac4322 mwifiex: handle AMPDU supported check for AP interface by Avinash Patil · 11 years ago
  21. 79d9a54 mwifiex: advertise correct beamforming information for VHT by Amitkumar Karwar · 11 years ago
  22. 645097c mwifiex: update beamforming capability field for HT by Amitkumar Karwar · 11 years ago
  23. 189b329 mwifiex: don't leak DMA command skbuffs by Aaron Durbin · 11 years ago
  24. dbccc92 mwifiex: balance dma map/unmap sizes by Aaron Durbin · 11 years ago
  25. 21f58d20 mwifiex: implement extended scan feature by Amitkumar Karwar · 11 years ago
  26. d44b5c2 mwifiex: separate out next scan command queueing logic by Amitkumar Karwar · 11 years ago
  27. 3b4d5c6 mwifiex: separate out response buffer parsing code by Amitkumar Karwar · 11 years ago
  28. b8b3ece mwifiex: change beacon parameter structure by Amitkumar Karwar · 11 years ago
  29. f25b143 mwifiex: remove unsupported code in 11ac by Bing Zhao · 11 years ago
  30. 406d702 mwifiex: improve readability in 11ac mcsmap to maxrate conversion by Bing Zhao · 11 years ago
  31. 89467d8 mwifiex: make 11ac mcs rate tables global and const by Bing Zhao · 11 years ago
  32. 7abf412 mwifiex: make use of IEEE80211_VHT_MCS_NOT_SUPPORTED by Bing Zhao · 11 years ago
  33. e3d7556 ath9k: Calculate IQ-CAL median by Sujith Manoharan · 11 years ago
  34. 4357a81 ath9k: Expand the IQ coefficient array by Sujith Manoharan · 11 years ago
  35. 97fe642 ath9k: Modify IQ calibration for AR955x by Sujith Manoharan · 11 years ago
  36. adddc0d ath9k: Fix magnitude/phase calculation by Sujith Manoharan · 11 years ago
  37. 8c22138 ath9k: Rename ar9003_hw_tx_iqcal_load_avg_2_passes by Sujith Manoharan · 11 years ago
  38. 9fded99 ath9k: Check explicitly for IQ calibration by Sujith Manoharan · 11 years ago
  39. 86d77b4 ath9k: Fix IQ cal post processing for SoC by Sujith Manoharan · 11 years ago
  40. 98f99ee ath9k_htc: Add device ID for Buffalo WLI-UV-AG300P by Masaki TAGAWA · 11 years ago
  41. 9e495a2 ath9k: Remove ath9k rate control by Sujith Manoharan · 11 years ago
  42. 482b30b ath9k_htc: catch fw panic pattern by Oleksij Rempel · 11 years ago
  43. c8ec0f5 ath9k_htc: remove useless memcpy by Oleksij Rempel · 11 years ago
  44. 341b29b ath9k_htc: use ath9k_cmn_rx_skb_postprocess by Oleksij Rempel · 11 years ago
  45. 5a078fc ath9k: move ath9k_rx_skb_postprocess to common.c by Oleksij Rempel · 11 years ago
  46. 64d9f1f ath9k_htc: sync rx_status-> related code with ath9k by Oleksij Rempel · 11 years ago
  47. 4ed1a8d ath9k_htc: use ath9k_cmn_rx_accept by Oleksij Rempel · 11 years ago
  48. 1db54ff ath9k_htc: use ath9k_cmn_process_rate by Oleksij Rempel · 11 years ago
  49. e5ba18c ath9k_htc: use ath9k_cmn_process_rssi by Oleksij Rempel · 11 years ago
  50. 1f83b04 ath9k_htc: add rx header converter to make it usable by ath9k by Oleksij Rempel · 11 years ago
  51. 6438696 ath9k: move ath9k_rx_accept to common.c by Oleksij Rempel · 11 years ago
  52. 1274603 ath9k: move ath9k_process_rate to common.c by Oleksij Rempel · 11 years ago
  53. 32efb0c ath9k: move ath9k_process_rssi to common.c by Oleksij Rempel · 11 years ago
  54. 2f2cb32 ath: add last_rssi to ath_common by Oleksij Rempel · 11 years ago
  55. 45cfc51 rt2x00: move frequent messages to debug level by Stanislaw Gruszka · 11 years ago
  56. 2da5cb29 brcmfmac: CR4 takes precedence over CM3 in brcmf_chip_enter_download() by Arend van Spriel · 11 years ago
  57. 787eb03 brcmfmac: correct setting of WEP broadcast/unicast keys by Daniel Kim · 11 years ago
  58. 4aa2c47 brcmfmac: get chip core information from the device by Arend van Spriel · 11 years ago
  59. c5a9f3c brcmfmac: remove unintended error logging by Arend van Spriel · 11 years ago
  60. 82030d6 brcmfmac: remove TRACE level debug message from brcmf_sdio_bus_sleep() by Arend van Spriel · 11 years ago
  61. cb7cf7b brcmfmac: make chip related functions host interface independent by Arend van Spriel · 11 years ago
  62. e0c180e brcmfmac: on sdio remove first detach bus then stop worker. by Hante Meuleman · 11 years ago
  63. f9951c1 brcmfmac: simplify sdio code download routine. by Hante Meuleman · 11 years ago
  64. 79c868e brcmfmac: fix sdio sending of large buffers. by Hante Meuleman · 11 years ago
  65. 20c9c9b brcmfmac: rename sdio_chip.[ch] by Arend van Spriel · 11 years ago
  66. 65d80d0 brcmfmac: move SDIO specific functions by Arend van Spriel · 11 years ago
  67. 0801e6c brcmfmac: enable firmware console logging functionality by Daniel Kim · 11 years ago
  68. 0b0acd8 brcmfmac: add owner info to sdio_driver structure by Franky Lin · 11 years ago
  69. 9ee66d1 brcmfmac: expand sta info to report dtim and beacon period. by Hante Meuleman · 11 years ago
  70. f783807 ath9k: Fix uninitialized variable in ath9k_has_tx_pending() by Geert Uytterhoeven · 11 years ago
  71. 6f7343d rtl818x: change misleading names for few register bit definitions by andrea merello · 11 years ago
  72. bafc20a ath9k: Remove unnecessary check by Sujith Manoharan · 11 years ago
  73. 4effc6f ath9k: prepare for multi-interface CSA support by Michal Kazior · 11 years ago
  74. 841577c Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  75. e9c6531 Merge git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 11 years ago
  76. f94aa7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  77. c9efe51 fix a kmap leak in virtio_console by Al Viro · 11 years ago
  78. 4944790 Merge tag 'pinctrl-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  79. 1ccfe6f watchdog: dw_wdt: Add dependency on HAS_IOMEM by Richard Weinberger · 11 years ago
  80. 3e382dd Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  81. 2091f43 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  82. 22446d3 Merge tag 'pm+acpi-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  83. 4f545a4 hwmon: (da9055) Remove use of regmap_irq_get_virq() by Adam Thomson · 11 years ago
  84. a2ff34c Merge branches 'acpi-cleanup' and 'acpi-video' by Rafael J. Wysocki · 11 years ago
  85. 7fd9050 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  86. 93e7371 Merge branches 'acpi-pci-hotplug' and 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  87. 65f0505 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  88. 3281bd4 iwlwifi: change number of PAPD groups in PHY DB by Ariej Marjieh · 11 years ago
  89. 01a9ca5 iwlwifi: mvm: support alive notification api version2 by Eran Harary · 11 years ago
  90. 9d91356 iwlwifi: 8000: add 11n only SKU of 8000 devices by Ariej Marjieh · 11 years ago
  91. 15ef413 iwlwifi: mvm: remove upper limit for error log base pointer by Ariej Marjieh · 11 years ago
  92. 2c3e62a iwlwifi: mvm: modify the tsf_id master/slave logic by Ilan Peer · 11 years ago
  93. b92e661 iwlwifi: mvm: reserve sta_id 0 to station by Eliad Peller · 11 years ago
  94. b800040 iwlwifi: mvm: fix typo in WARNING in rs.c by Emmanuel Grumbach · 11 years ago
  95. 5b232c5 pinctrl: tegra: return correct error type by Laxman Dewangan · 11 years ago
  96. e7f2a44 pinctrl: do not init debugfs entries for unimplemented functionalities by Florian Vaussard · 11 years ago
  97. 1b8d242 mac80211: move VHT related RX_FLAG to another variable by Emmanuel Grumbach · 11 years ago
  98. 0059b2b mac80211: remove unused radiotap vendor fields in ieee80211_rx_status by Emmanuel Grumbach · 11 years ago
  99. 7c4c62a drm/radeon: allow geom rings to be setup on r600/r700 (v2) by Dave Airlie · 11 years ago
  100. 9ca5d4b Merge tag 'vmwgfx-fixes-3.14-2014-02-05' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago