aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)Author
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville
2014-01-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-12-31iwlwifi: add new devices for 7265 seriesOren Givon
2013-12-17ath9k: Fix interrupt handling for the AR9002 familySujith Manoharan
2013-12-17rtlwifi: pci: Fix oops on driver unloadLarry Finger
2013-12-17ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef
2013-12-16mac80211_hwsim: Fix NULL pointer dereferenceJavier Lopez
2013-12-09ath9k: fix duration calculation for non-aggregated packetsFelix Fietkau
2013-12-02brcmfmac: fix uninitialized warningArend van Spriel
2013-12-02net: wireless: wcn36xx: fix potential NULL pointer dereferenceMichal Nazarewicz
2013-12-02net: wireless: ath9k: avoid possible NULL pointer dereferenceMichal Nazarewicz
2013-12-02ath9k: Fix XLNA bias strengthSujith Manoharan
2013-12-02ath9k: Fix QuickDrop usageSujith Manoharan
2013-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville
2013-11-25iwlwifi: mvm: use a cast to calculate the last seqno from the next oneLuciano Coelho
2013-11-25iwlwifi: mvm: set seqno also when no keys are setLuciano Coelho
2013-11-25iwlwifi: pcie: stop sending commands to dead firmwareAlexander Bondar
2013-11-25iwlwifi: bump required firmware API version for 3160/7260Emmanuel Grumbach
2013-11-25iwlwifi: mvm: don't WARN about unsuccessful time eventEmmanuel Grumbach
2013-11-25iwlwifi: mvm: BT Coex fix another NULL pointer dereferenceEmmanuel Grumbach
2013-11-25iwlwifi: mvm: BT Coex - don't enable MULTI_PRIO_LUTEmmanuel Grumbach
2013-11-25iwlwifi: add new HW - 7265 seriesOren Givon
2013-11-25iwlwifi: pcie: fix interrupt coalescing for 7260 / 3160Emmanuel Grumbach
2013-11-25iwlwifi: mvm: check sta_id/drain values in debugfsJohannes Berg
2013-11-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-11-25mwifiex: fix memory leak issue for ibss joinUjjal Roy
2013-11-25brcmsmac: Fix build dep on LEDS_CLASSBorislav Petkov
2013-11-25mac80211_hwsim: Fix bcn_en_iter to use atomic iterationJouni Malinen
2013-11-25mac80211_hwsim: Fix radiotap header for ACK framesJouni Malinen
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-18brcmfmac: fix possible memory leakGeyslan G. Bem
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-15rtlwifi: rtl8192cu: Fix more pointer arithmetic errorsLarry Finger
2013-11-15mwifiex: fix issues in driver unload path for USB chipsetsUjjal Roy
2013-11-15mwifiex: fix memory leak issue for sdio and pcie cardsAmitkumar Karwar
2013-11-15mwifiex: fix potential mem leak in .del_virtual_intfAmitkumar Karwar
2013-11-15mwifiex: fix NULL pointer dereference in mwifiex_fw_dpcAmitkumar Karwar
2013-11-15mwifiex: failure path handling in mwifiex_add_virtual_intf()Amitkumar Karwar
2013-11-15mwifiex: use return value of mwifiex_add_virtual_intf() correctlyAmitkumar Karwar
2013-11-15rt2x00: fix a crash bug in the HT descriptor handling fixFelix Fietkau
2013-11-15ath9k: Fix issue with MCS15Sujith Manoharan
2013-11-15ath9k: Update AR9462 2.1 initvalsSujith Manoharan
2013-11-15ath: fix dynamic user regulatory settingsLuis R. Rodriguez
2013-11-15kfifo API type safetyStefani Seibold
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-11-14genetlink: make all genl_ops users constJohannes Berg