1. 9da2723 ath9k: Fix descriptor length for AR9462 by Sujith Manoharan · 12 years ago
  2. f4c6ac27 ath9k: Fix programming SYNTH4 for AR9462 by Sujith Manoharan · 12 years ago
  3. ae245cd ath9k: Initialize NF values properly by Sujith Manoharan · 12 years ago
  4. 4bc7cda ath9k: Remove unused initvals by Sujith Manoharan · 12 years ago
  5. dbb07f0 ath9k: Fix phyerr debug statistics by Sujith Manoharan · 12 years ago
  6. 4203214 ath9k: Prettify recv debugfs file output by Sujith Manoharan · 12 years ago
  7. f8b815d ath9k: Add a debugfs file to display reset statistics by Sujith Manoharan · 12 years ago
  8. 6bcf6f6 ath9k: Merge wiphy and misc debugfs files by Sujith Manoharan · 12 years ago
  9. 25d78d3 ath9k: Remove unnecessary variable initialization by Sujith Manoharan · 12 years ago
  10. 14fec8d ath9k_hw: remove duplicate initvals by Felix Fietkau · 12 years ago
  11. d42a179 rt2x00: Add support for D-Link DWA-127 to rt2800usb. by Gertjan van Wingerde · 12 years ago
  12. d896d46 Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi by John W. Linville · 12 years ago
  13. 2b0a53d brcm80211: smac: only print block-ack timeout message at trace level by Arend van Spriel · 12 years ago
  14. 85091fc brcm80211: smac: fix endless retry of A-MPDU transmissions by Arend van Spriel · 12 years ago
  15. 0a8a721 ath9k: remove unnecessary PS wrappers by Mohammed Shafi Shajakhan · 12 years ago
  16. 5ce3df6 ath9k: remove obsolete comments by Mohammed Shafi Shajakhan · 12 years ago
  17. cede8b6 ath5k:Remove __raw_read and __raw_write by Jonathan Bither · 12 years ago
  18. 8860020 cfg80211: restructure AP/GO mode API by Johannes Berg · 12 years ago
  19. 4e3bc14 iwlegacy: remove il_is_rfkill_hw by Stanislaw Gruszka · 12 years ago
  20. 6668e4e iwlegacy: s/il_txq_mem/il_free_txq_mem/g by Stanislaw Gruszka · 12 years ago
  21. bc269a8 iwlegacy: s/S_RF_KILL_HW/S_RFKILL/g by Stanislaw Gruszka · 12 years ago
  22. d87c771 iwlegacy: small queue initializations cleanup by Stanislaw Gruszka · 12 years ago
  23. 3976b45 iwlegacy: enable only rfkill interrupt when rfkill switch is on during IFF_UP by Stanislaw Gruszka · 12 years ago
  24. 71e0c6c iwlegacy: small il4965_set_hw_ready cleanup by Stanislaw Gruszka · 12 years ago
  25. 586e45e iwlegacy: check correct il_poll_bit error value by Stanislaw Gruszka · 12 years ago
  26. 775ed8a iwlegacy: do not grab nic access if rfkill by Stanislaw Gruszka · 12 years ago
  27. c37281a iwleagcy: fix ident code damage by Stanislaw Gruszka · 12 years ago
  28. 774212b iwleagcy: remove old comments by Stanislaw Gruszka · 12 years ago
  29. 9ce7b73 iwlegacy: improve mac operation debuggability a bit by Stanislaw Gruszka · 12 years ago
  30. 288f995 iwlegacy: get rid of tx/rx traffic log by Stanislaw Gruszka · 12 years ago
  31. c936355 iwlegacy: merge all ops structures into one by Stanislaw Gruszka · 12 years ago
  32. 1600b87 iwlegacy: merge il_lib_ops into il_ops by Stanislaw Gruszka · 12 years ago
  33. f03ee2a iwlegacy: remove il_apm_ops by Stanislaw Gruszka · 12 years ago
  34. a89268e iwlegacy: merge eeprom_ops into lib_ops by Stanislaw Gruszka · 12 years ago
  35. 527901d iwlegacy: remove temp_ops by Stanislaw Gruszka · 12 years ago
  36. 93b7654 iwlegacy: move debugfs_ops to il_priv by Stanislaw Gruszka · 12 years ago
  37. 3dfea27 iwlegacy: gather all 4965 handlers in one place by Stanislaw Gruszka · 12 years ago
  38. 93a984a iwlegacy: regulatory_bands is not an ops by Stanislaw Gruszka · 12 years ago
  39. a5f1613 iwlegacy: use writeb,writel,readl directly by Stanislaw Gruszka · 12 years ago
  40. 4e5ea20 iwlegacy: cleanup/fix memory barriers by Stanislaw Gruszka · 12 years ago
  41. 1e0f32a iwlegacy: always check if got h/w access before write by Stanislaw Gruszka · 12 years ago
  42. b660303 iwlegacy: dump stack when fail to gain access to the device by Stanislaw Gruszka · 12 years ago
  43. 3fccdcf rtlwifi: rtl8192se firmware load can overflow target buffer by Tim Gardner · 12 years ago
  44. 52e1409 brcm80211: fmac: make sdio firmware filename specific by Arend van Spriel · 12 years ago
  45. 71bb244 brcm80211: fmac: add USB support for bcm43235/6/8 chipsets by Arend van Spriel · 12 years ago
  46. cf44066 brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event() by Arend van Spriel · 12 years ago
  47. bcbec9e brcm80211: fmac: change allocation flag in brcmf_enq_event() function by Arend van Spriel · 12 years ago
  48. 1bb1f38 brcm80211: fmac: update bus state in common driver part by Arend van Spriel · 12 years ago
  49. c0e89f0 brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when true by Arend van Spriel · 12 years ago
  50. f3d7cdc brcm80211: fmac: move module entry points to dhd_linux.c by Arend van Spriel · 12 years ago
  51. 0a332e4 brcm80211: fmac: use specific types in struct brcmf_bus by Arend van Spriel · 12 years ago
  52. 89fdb46 brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORK by Franky Lin · 12 years ago
  53. 2315992 brcm80211: fmac: resolve smatch issues in brcmfmac code by Arend van Spriel · 12 years ago
  54. 137dabe brcm80211: smac: remove smatch warnings from brcmsmac code by Arend van Spriel · 12 years ago
  55. 5e37920 brcm80211: smac: fix endless retry of A-MPDU transmissions by Arend van Spriel · 12 years ago
  56. 0134353 brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphy by Arend van Spriel · 12 years ago
  57. 1570e53 brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057() by Arend van Spriel · 12 years ago
  58. 14433f4 brcm80211: update the maintainers listed for brcm80211 drivers by Arend van Spriel · 12 years ago
  59. e1fa746 Correcting typos in rtlwifi/base.c by Tristan Pourcelot · 12 years ago
  60. 02b6ab0 rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statements by Larry Finger · 12 years ago
  61. b6df7f1 rt2x00:Add debug message for new chipset by John Li · 12 years ago
  62. 6adaea3 rt2x00:Fix typo by John Li · 12 years ago
  63. 2bd02d9 rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask against 1 by Devendra.Naga · 12 years ago
  64. 8715d94 Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx by John W. Linville · 12 years ago
  65. 0dee006 mac80211: Fix a warning on changing to monitor mode from STA by Mohammed Shafi Shajakhan · 12 years ago
  66. 8617b09 mac80211: zero initialize count field in ieee80211_tx_rate by Mohammed Shafi Shajakhan · 12 years ago
  67. 5dcbf48 iwlwifi: fix key removal by Johannes Berg · 12 years ago
  68. 7be0815 rt2x00: fix a possible NULL pointer dereference by Gabor Juhos · 12 years ago
  69. 9bbb816 ath9k_hw: prevent writes to const data on AR9160 by Felix Fietkau · 12 years ago
  70. 758f555 iwlwifi: enable receiving beacons when not associated by Meenakshi Venkataraman · 12 years ago
  71. dd63b84 iwlwifi: remove un-necessary return by Wey-Yi Guy · 12 years ago
  72. dae66d0 iwlwifi: SRAM size moves from hw_params to cfg by Emmanuel Grumbach · 12 years ago
  73. 4a98677 iwlwifi: save ucode capabilities in iwl_fw by Don Fry · 12 years ago
  74. 06e03f8 iwlwifi: changes args to iwl_nic for firmware operations by Don Fry · 12 years ago
  75. 69655eb iwlwifi: the transport knows its state by Emmanuel Grumbach · 12 years ago
  76. 8655112 iwlwifi: move event and err pointers to iwl_nic by Don Fry · 12 years ago
  77. 6039618 iwlwifi: document the transport layer by Emmanuel Grumbach · 12 years ago
  78. edabfa9 iwlwifi: send testmode hcmd reply with rx header by Amit Beka · 12 years ago
  79. 858b7c7 iwlwifi: fixes to testmode indirect access by Amit Beka · 12 years ago
  80. 637d792 iwlwifi: use enhance_sensitivity from iwl_fw by Emmanuel Grumbach · 12 years ago
  81. 6d4dec7 iwlwifi: iwl_set_hw_params returns always 0 by Emmanuel Grumbach · 12 years ago
  82. 78e5a46 iwlwifi: kill iwl_down and s/__iwl_down/iwl_down by Emmanuel Grumbach · 12 years ago
  83. 655ccce iwlwifi: change args to ucode routines by Don Fry · 12 years ago
  84. 6516174 iwlwifi: Move ucode pointers to iwl_fw by Don Fry · 12 years ago
  85. 96502ce iwlwifi: move firmware_loading_complete to iwl_nic by Don Fry · 12 years ago
  86. 737805f iwlwifi: move firmware_name to iwl_nic by Don Fry · 12 years ago
  87. f6fd51d iwlwifi: move fw_index from iwl_priv to iwl_nic by Don Fry · 12 years ago
  88. d359667 iwlwifi: move ucode_ver to iwl_nic by Don Fry · 12 years ago
  89. b1c23d9 iwlwifi: create iwl_nic structure by Don Fry · 12 years ago
  90. 7b11488 iwlwifi: give PCIe its own lock by Johannes Berg · 12 years ago
  91. 1ee158d iwlwifi: move workqueue to priv by Johannes Berg · 12 years ago
  92. 2655e31 iwlwifi: trace debug messages by Johannes Berg · 12 years ago
  93. cdfef6c iwlwifi: added reply data to testmode HCMD send by Amit Beka · 12 years ago
  94. 6c55f5e iwlwifi: testmode new indirect RW API by Amit Beka · 13 years ago
  95. 2f73d7c iwlwifi: log as error when error detected by Wey-Yi Guy · 12 years ago
  96. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  97. 2504a64 ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status by Pavel Roskin · 12 years ago
  98. 6670f15 mwifiex: clear previous security setting during association by Amitkumar Karwar · 12 years ago
  99. 216c57b mac80211: do not call rate control .tx_status before .rate_init by Felix Fietkau · 12 years ago
  100. 4b5a433 mac80211: call rate control only after init by Johannes Berg · 13 years ago