1. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 9 years ago
  2. df14046 mac80211: remove support for IFF_PROMISC by Johannes Berg · 9 years ago
  3. 93803b3 wireless: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  4. 4ed20be cfg80211: remove "channel" from survey names by Johannes Berg · 10 years ago
  5. a344d67 mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR by Johannes Berg · 10 years ago
  6. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  7. e6443b2 mwl8k: use pci_zalloc_consistent by Joe Perches · 10 years ago
  8. 2b203e3 mwl8k: remove unnecessary break after return by Fabian Frederick · 10 years ago
  9. c7c361e mwl8k: mwl8k_update_survey can be static by Yogesh Ashok Powar · 11 years ago
  10. aa0bee1 mwl8k: le32_to_cpu cast to restricted by Yogesh Ashok Powar · 11 years ago
  11. 031eb46 mwl8k: Adding support to gather survey per channel by Yogesh Ashok Powar · 11 years ago
  12. 4c924f4 mwl8k: Implement sw_scan start/stop cbs by Yogesh Ashok Powar · 11 years ago
  13. c301531 mwl8k: Adding support to access BBP registers by Yogesh Ashok Powar · 11 years ago
  14. f133525 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  15. 685328b mac80211: remove channel_change_time by Johannes Berg · 11 years ago
  16. c8bf40a wireless: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  17. 3f9a79b mwl8k: use ether_addr_equal_64bits by Julia Lawall · 11 years ago
  18. e53c61a wireless: mwl8k: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  19. bbf71a8 mwl8k: Fix the firmware hang issue for 8764 by Nishant Sarmukadam · 11 years ago
  20. 3f52455 mwl8k: remove nonstandard rate 72 Mbps by Jonas Gorski · 11 years ago
  21. 655d8e2 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  22. fe21bb02 mwl8k: always apply configuration even when device is idle by Jonas Gorski · 11 years ago
  23. 675a0b0 mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan by Karl Beldan · 11 years ago
  24. c3f251a mwl8k: don't overwrite regulatory settings on fw reload by Jonas Gorski · 12 years ago
  25. 9892982 mwl8k: Load 8764 firmware image by Nishant Sarmukadam · 12 years ago
  26. d926dc7 mwl8k: Adding support for 8764 4x4 AP by Nishant Sarmukadam · 12 years ago
  27. b90af3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  28. d786f67 mwl8k: fix band for supported channels by Jonas Gorski · 12 years ago
  29. 4fe238b mwl8k: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  30. fc5bc16 mwl8k: add single band 88W8366 PCI device IDs by Jonas Gorski · 12 years ago
  31. dcee743 mwl8k: Do not call STA specific cmds not supported by the AP fw by Yogesh Ashok Powar · 12 years ago
  32. 41bf911 mwl8k: Choose interface specific calls on vif type by Yogesh Ashok Powar · 12 years ago
  33. d994a1c mwl8k: Add/Del self entry for AP interface only by Yogesh Ashok Powar · 12 years ago
  34. 751930c mwl8k: Enable hw encryption for STA mode on AP fw by Yogesh Ashok Powar · 12 years ago
  35. af45883 mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENT by Yogesh Ashok Powar · 12 years ago
  36. d59c1cf mwl8k: Allow adding station interface on AP firmware by Yogesh Ashok Powar · 12 years ago
  37. 2acdaa7 mwl8k: Announce simultaneous AP-STA support on AP fw by Yogesh Ashok Powar · 12 years ago
  38. a246ac3 mwl8k: Move tx/rx antenna configuration to mwl8k_probe_hw by Yogesh Ashok Powar · 12 years ago
  39. 0f4316b mwl8k: Do not call mwl8k_cmd_set_rf_channel unconditionally by Yogesh Ashok Powar · 12 years ago
  40. e882efc mwl8k: Stop bsses before hw specific commands by Yogesh Ashok Powar · 12 years ago
  41. 9ebea38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  42. a2ca8ec mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]() by Alexey Khoroshilov · 12 years ago
  43. 4850b6d mwl8k: Wake up queues in mwl8k_start by Nishant Sarmukadam · 12 years ago
  44. 0dd13a4 mwl8k: Delete ampdu streams with state AMPDU_STREAM_NEW in sta remove by Yogesh Ashok Powar · 12 years ago
  45. 9b0b11f mwl8k: Disable tx_wait completion by Nishant Sarmukadam · 12 years ago
  46. c2f2e20 mwl8k: bump firmware API to 3 by Yogesh Ashok Powar · 12 years ago
  47. c27a54d mwl8k: Handle watchdog event with highest prioriry by Yogesh Ashok Powar · 12 years ago
  48. cfacba1 mwl8k: Handle Watchdog events for the new ampdu streams by Yogesh Ashok Powar · 12 years ago
  49. 07f6dda mwl8k: changing mwl8k_destroy_ba prototype by Yogesh Ashok Powar · 12 years ago
  50. 7fb978b mwl8k: Enable support to support additional ampdu streams by Yogesh Ashok Powar · 12 years ago
  51. 5f2a1494 mwl8k: set ack policy to normal by Yogesh Ashok Powar · 12 years ago
  52. 96769ca mwl8k: Remove redundant txq_idx by Yogesh Ashok Powar · 12 years ago
  53. c4f74d3 drivers/net/wireless/mwl8k.c: avoid use-after-free by Nickolai Zeldovich · 12 years ago
  54. 18b559d mac80211: split TX aggregation stop action by Johannes Berg · 12 years ago
  55. 8dee5ee mwl8k: remove __dev* attributes by Bill Pemberton · 12 years ago
  56. 795e936 mwl8k: remove useless pci shutdown callback and stray debugging by Florian Fainelli · 12 years ago
  57. f95275c mwl8k: Send BASTREAM firmware commands per vif by Yogesh Ashok Powar · 12 years ago
  58. b8d9e57 mwl8k: Set packet timestamp to 0 when life time expiry is not used by Nishant Sarmukadam · 12 years ago
  59. e1f4d69 mwl8k: Do not expire eapol frames by Nishant Sarmukadam · 12 years ago
  60. ff7aa96 mwl8k: Unmap the pci DMA address in xmit error path by Nishant Sarmukadam · 12 years ago
  61. fd712f5 mwl8k: recheck if station still has valid rates by Yogesh Ashok Powar · 12 years ago
  62. 5d377fc mwl8k: defining interface combinations by Yogesh Ashok Powar · 12 years ago
  63. 36323f8 mac80211: move TX station pointer and restructure TX by Thomas Huehn · 12 years ago
  64. 89e1180 mwl8k: fix possible race condition in info->control.sta use by Thomas Huehn · 12 years ago
  65. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  66. 5b0a3b7 net/wireless: use module_pci_driver by Axel Lin · 12 years ago
  67. a9802d4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  68. 23677ce drivers/net: Remove boolean comparisons to true/false by Joe Perches · 13 years ago
  69. 197a4e4 mwl8k: Remove BSSID from the firmware when the BSS is stopped by Yogesh Ashok Powar · 13 years ago
  70. ff7e9f9 mwl8k: Configuring correct MAC address in broadcast key by Yogesh Ashok Powar · 13 years ago
  71. 604c4ef mwl8k: Fixing Sparse ENDIAN CHECK warning by Yogesh Ashok Powar · 13 years ago
  72. d981e05 mwl8k: fix condition in mwl8k_cmd_encryption_remove_key() by Dan Carpenter · 13 years ago
  73. 1032c73 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  74. 00e8e69 mwl8k: Changing the driver version to 0.13 by Yogesh Ashok Powar · 13 years ago
  75. 6b6accc mwl8k: Recover from firmware crash by Yogesh Ashok Powar · 13 years ago
  76. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  77. eca107f mwl8k: Call ieee80211_stop_tx_ba_cb_irqsafe for already deleted BA stream by Yogesh Ashok Powar · 13 years ago
  78. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  79. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  80. 8a3a3c8 mac80211: pass vif param to conf_tx() callback by Eliad Peller · 13 years ago
  81. 2a36a0e mwl8k: Set hardware flag IEEE80211_HW_AP_LINK_PS by Yogesh Ashok Powar · 13 years ago
  82. a63d7e6 mwl8k: Traffic to clients gets affected when one client leaves a cyrpto bss by Nishant Sarmukadam · 13 years ago
  83. 41bf371 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  84. 16c929d mwl8k: Fixing sta dereference when ieee80211_tx_info->control.sta is NULL by Yogesh Ashok Powar · 13 years ago
  85. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  86. 3373b28 mwl8k: Tell firmware to generate CCMP header by Nishant Sarmukadam · 13 years ago
  87. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  88. e4eefec mwl8k: Do not ask mac80211 to generate IV for crypto keys by Yogesh Ashok Powar · 13 years ago
  89. 9b571e2 mwl8k: Fix broken WEP by Yogesh Ashok Powar · 13 years ago
  90. ff776ce mwl8k: Reducing extra_tx_headroom for tx optimization in AP mode by Yogesh Ashok Powar · 13 years ago
  91. 49adc5c mwl8k: replace rateinfo bitfields with mask and shift macros by John W. Linville · 13 years ago
  92. 31d291a mwl8k: Enable life time expiry for tx packets in the hardware by Nishant Sarmukadam · 13 years ago
  93. 3a76988 mwl8k: Reserve buffers for tx management frames by Nishant Sarmukadam · 13 years ago
  94. 566875d mwl8k: Add timestamp information for tx packets by Pradeep Nemavat · 13 years ago
  95. 3a7dbc3 mwl8k: Do not stop tx queues by Pradeep Nemavat · 13 years ago
  96. d0805c1 mwl8k: use traffic threshold to decide when to start ampdu by Brian Cavagnolo · 13 years ago
  97. 12488e0 mwl8k: interrupt handling changes by Nishant Sarmukadam · 13 years ago
  98. ba30c4a mwl8k: Fix checkpatch.pl and sparse warnings and errors by Yogesh Ashok Powar · 13 years ago
  99. b37e3b6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  100. 0321708 mwl8k: Do not configure tx power unconditionally by Nishant Sarmukadam · 13 years ago