1. 6702bad ath10k: remove unused ce_attr parameters by Michal Kazior · 11 years ago
  2. 774c7e8 ath10k: remove ce_op_state by Michal Kazior · 11 years ago
  3. 39e4086 ath10k: use inline ce_state structure by Michal Kazior · 11 years ago
  4. e2951f7 ath10k: Fix mutex unlock balance by Mohammed Shafi Shajakhan · 11 years ago
  5. 961d4c3 ath10k: add support for HTT 3.0 by Michal Kazior · 11 years ago
  6. 0d9b043 ath10k: add support for firmware newer than 636 by Michal Kazior · 11 years ago
  7. 68c8a9b ath10k: fix WEP in AP and IBSS mode by Marek Puzyniak · 11 years ago
  8. 7f8a62d ath10k: plug possible memory leak in WMI by Michal Kazior · 11 years ago
  9. dfa95b5 ath10k: implement 802.3 SNAP rx decap type A-MSDU handling by Michal Kazior · 11 years ago
  10. 0e1cbf9 ath10k: fix HTT service setup by Michal Kazior · 11 years ago
  11. ba7ee55 ath10k: print errcode when CE ring setup fails by Michal Kazior · 11 years ago
  12. f9d8fec ath10k: clean up PCI completion states by Michal Kazior · 11 years ago
  13. ffe5daa ath10k: use sizeof(*var) in kmalloc by Michal Kazior · 11 years ago
  14. 7a53f3f ath10k: clean up monitor start code by Michal Kazior · 11 years ago
  15. 9c5ae691 ath10k: check allocation errors in CE by Janusz Dziedzic · 11 years ago
  16. 4e72b23 ath10k: update supported FW build version by Bartosz Markowski · 11 years ago
  17. 57a8930 ath10k: Remove qca98xx hw1.0 support by Bartosz Markowski · 11 years ago
  18. c69029b ath10k: setup peer UAPSD flag correctly by Janusz Dziedzic · 11 years ago
  19. 9d0e2f0 ath6kl: Fix invalid pointer access on fuzz testing with AP mode by Mohammed Shafi Shajakhan · 11 years ago
  20. f32036e ath6kl: Fix race in heart beat polling by Vasanthakumar Thiagarajan · 12 years ago
  21. 8cc8df9 ath10k: add SoC power save option to PCI features map by Bartosz Markowski · 11 years ago
  22. 32270b6 ath10k: fix device teardown by Michal Kazior · 11 years ago
  23. 591ecdb ath10k: fix failpath in MSI-X setup by Michal Kazior · 11 years ago
  24. 0dbd09e ath10k: zero arvif memory on add_interface() by Michal Kazior · 11 years ago
  25. d531cb8 ath10k: advertise more conservative intf combinations by Michal Kazior · 11 years ago
  26. dcd4a56 ath10k: make sure to use passive scan when n_ssids is 0 by Michal Kazior · 11 years ago
  27. 432358e ath10k: prevent using invalid ringbuffer indexes by Michal Kazior · 11 years ago
  28. 2e1dea4 ath10k: implement get_survey() by Michal Kazior · 11 years ago
  29. 7c19999 ath10k: implement tx checksum offloading by Michal Kazior · 11 years ago
  30. 605f81a ath10k: implement rx checksum offloading by Michal Kazior · 11 years ago
  31. 8865bee4 ath10k: detect the number of spatial streams supported by hw by Michal Kazior · 11 years ago
  32. ba0ccd7 ath10k: improve tx throughput on slow machines by Michal Kazior · 12 years ago
  33. 424121c ath10k: fix rts/fragmentation threshold setup by Michal Kazior · 12 years ago
  34. d6015b2 ath10k: fix memleak in mac setup by Michal Kazior · 12 years ago
  35. 21bf911 ath10k: don't reset HTC endpoints unnecessarily by Michal Kazior · 12 years ago
  36. 08fe9b4 ath10k: prevent HTC from being used after stopping by Michal Kazior · 12 years ago
  37. 278c4a8 ath10k: create debugfs interface to trigger fw crash by Michal Kazior · 12 years ago
  38. cf84bd4 ath10k: fix NULL dereference for injected packets by Michal Kazior · 12 years ago
  39. 9cfbce7 ath10k: implement fw crash simulation command by Michal Kazior · 12 years ago
  40. affd321 ath10k: implement device recovery by Michal Kazior · 12 years ago
  41. 87571bf ath10k: skip fw stats debugfs interface if device is down by Michal Kazior · 12 years ago
  42. 2938505 ath10k: store firmware files in memory by Michal Kazior · 12 years ago
  43. 818bdd1 ath10k: defer hw setup to start/stop mac80211 hooks by Michal Kazior · 12 years ago
  44. a96d774 ath10k: make sure all resources are freed upon ath10k_stop() by Michal Kazior · 12 years ago
  45. 1a1b8a8 ath10k: move free_vdev_map initialization by Michal Kazior · 12 years ago
  46. 8cd13ca ath10k: decouple suspend code by Michal Kazior · 12 years ago
  47. 64d151d ath10k: reset BMI state upon init by Michal Kazior · 12 years ago
  48. f7843d7 ath10k: allow deferred regd update by Michal Kazior · 12 years ago
  49. dd30a36 ath10k: decouple core start/stop logic by Michal Kazior · 12 years ago
  50. 8c5c536 ath10k: decouple pci start/stop logic by Michal Kazior · 12 years ago
  51. e0c508a ath10k: add missing debug prints by Michal Kazior · 12 years ago
  52. adb8c9b ath10k: abort scan properly if wmi_scan_stop fails by Michal Kazior · 12 years ago
  53. 548db54 ath10k: improve locking by Michal Kazior · 12 years ago
  54. edb8236 ath10k: embed HTT struct inside ath10k by Michal Kazior · 12 years ago
  55. cd003fa ath10k: embed HTC struct inside ath10k by Michal Kazior · 12 years ago
  56. e799bbf ath10k: rename hif callback by Michal Kazior · 12 years ago
  57. 7a5fe3f ath10k: change function to take struct ath10k as arg by Michal Kazior · 12 years ago
  58. ed48b35 ath10k: provide errno if bmi read/write fails by Michal Kazior · 12 years ago
  59. 342004be ath10k: lower print level for a message by Michal Kazior · 12 years ago
  60. 09af8f8 ath10k: silent warning in IBSS mode by Michal Kazior · 12 years ago
  61. cba4ca7 ath10k: fix typo in define name by Michal Kazior · 12 years ago
  62. 3a0861f ath10k: remove ath10k_bus by Michal Kazior · 12 years ago
  63. 671b96d ath10k: do not setup rts/frag thresholds for suspended interfaces by Michal Kazior · 12 years ago
  64. 679c54a ath10k: setup rts/frag thresholds upon vdev creation by Michal Kazior · 12 years ago
  65. 80c78c6 ath10k: fix possible deadlock by Michal Kazior · 12 years ago
  66. a783c77 ath10k: fix teardown ordering by Michal Kazior · 12 years ago
  67. 2cdf359 mwifiex: code rearrangement in sdio.c by Amitkumar Karwar · 11 years ago
  68. 6b41f94 mwifiex: handle driver initialization error paths by Amitkumar Karwar · 11 years ago
  69. 9d55911 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  70. 72bb2f2 bgmac: make bgmac depend on bcm47xx by Hauke Mehrtens · 11 years ago
  71. 6370652 wireless: rt2x00: rt2800usb: add RT3573 devices by Xose Vazquez Perez · 11 years ago
  72. c2b8359 ath9k: Fix diversity combining for AR9285 by Sujith Manoharan · 11 years ago
  73. a4df8f5 mwifiex: modify mwifiex_ap_sta_limits to advertise support for P2P by Avinash Patil · 11 years ago
  74. 6b21a69 mwifiex: remove duplicate structure host_cmd_tlv by Amitkumar Karwar · 11 years ago
  75. bedb361b mwifiex: correction in mwifiex_check_fw_status() return status by Amitkumar Karwar · 11 years ago
  76. a76b20e mwifiex: replace mdelay with msleep by Amitkumar Karwar · 11 years ago
  77. d00062e mwifiex: reduce firmware poll retries by Amitkumar Karwar · 11 years ago
  78. 2739a95 mwifiex: add unregister_dev handler for usb interface by Amitkumar Karwar · 11 years ago
  79. 4cfda67 mwifiex: move if_ops.cleanup_if() call by Amitkumar Karwar · 11 years ago
  80. f3340e6 mwifiex: remove unnecessary del_timer(cmd_timer) by Amitkumar Karwar · 11 years ago
  81. 003d87c mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleak by Amitkumar Karwar · 11 years ago
  82. 43ba6b9 mwifiex: add PCIe shutdown handler to avoid system hang on reboot by Amitkumar Karwar · 11 years ago
  83. 8795ca6 mwifiex: correct max IE length check for WPS IE by Avinash Patil · 11 years ago
  84. 5e4c079 mwifiex: support to send deauth for P2P client by Stone Piao · 11 years ago
  85. 4481b2d mwifiex: skip registering mgmt frame that has already registered by Stone Piao · 11 years ago
  86. eaf49db mwifiex: discard deauth and disassoc event during WPS session by Stone Piao · 11 years ago
  87. 231d83e mwifiex: add tx info to skb when forming mgmt frame by Huawei Yang · 11 years ago
  88. 61c87304 mwifiex: delete AP TX queues when bridged packets reach threshold by Avinash Patil · 11 years ago
  89. c7d9ed9 mwifiex: maintain outstanding packet count for RA list instead of packet size by Avinash Patil · 11 years ago
  90. f0cb84f mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl struct by Avinash Patil · 11 years ago
  91. 0e15370 mwifiex: remove stop_net_dev_queue operation in AP forwarding by Huawei Yang · 11 years ago
  92. 45fe142 iwl3945: better skb management in rx path by Eric Dumazet · 12 years ago
  93. c6c7788 wil6210: drop -Werror compiler flag by Vladimir Kondratiev · 12 years ago
  94. 7309e50 MAINTAINERS: update ath6kl git location by Kalle Valo · 12 years ago
  95. c8ac8aa MAINTAINERS: add ath10k by Kalle Valo · 12 years ago
  96. 504937d wil6210: Enable TCP/UDP checksum HW offload by Kirshenbaum Erez · 12 years ago
  97. c2a146f wil6210: fix error path in wil_tx_vring by Vladimir Kondratiev · 12 years ago
  98. f291f7d cw1200: Fix incorrect endianness annotation in a header field by Solomon Peachy · 12 years ago
  99. 70e89a7 ath9k: Release the RF bus after setting board values by Sujith Manoharan · 12 years ago
  100. 07a9bd2 ath9k: Program correct initvals for FCC by Sujith Manoharan · 12 years ago