summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel4-6/+19
2013-12-02brcmfmac: Update fwsignal to fix out of order tx.Hante Meuleman1-21/+146
2013-12-02ath9k: Fix initvals for freq 2484Sujith Manoharan4-4/+19
2013-12-02ath9k: Update AR9340 initvalsSujith Manoharan1-272/+14
2013-12-02ath9k: Update initvals for AR9580 v1.0Sujith Manoharan1-173/+386
2013-12-02ath9k: Update initvals for AR9300 v2.2Sujith Manoharan1-12/+12
2013-12-02ath9k: Remove duplicate initvals for AR9462 v2.1Sujith Manoharan4-1550/+60
2013-12-02ath9k: Attach INI arrays for AR9565 v1.1Sujith Manoharan1-0/+54
2013-12-02ath9k: Add version macros for AR9565 1.1Sujith Manoharan1-1/+11
2013-12-02ath9k: Add initvals for AR9565 1.1Sujith Manoharan1-0/+64
2013-12-02ath9k: Cleanup IQ calibration for PCOEM chipsSujith Manoharan1-11/+1
2013-12-02ath9k_hw: allow fast channel change when only CHANNEL_HT changesFelix Fietkau1-3/+4
2013-12-02ath9k_hw: fix TSF save/restore around chip resetFelix Fietkau1-6/+10
2013-12-02ath9k: optimize ath9k_flushFelix Fietkau3-21/+27
2013-12-02ath9k: optimize ath_drain_all_txqFelix Fietkau1-0/+3
2013-12-02ath9k: use a timer to put hardware into full sleepFelix Fietkau3-5/+26
2013-12-02ath9k: Fix TX IQ calibration for SoC chipsSujith Manoharan1-12/+8
2013-12-02ath9k: Fix Carrier Leak calibration for SoC chipsSujith Manoharan2-29/+7
2013-12-02ath9k: Remove unnecessary checkSujith Manoharan1-2/+1
2013-12-02ath9k: Remove RTT/MCI code from SoC calibrationSujith Manoharan1-69/+1
2013-12-02ath9k: Separate routines for PCOEM and SoC calibrationSujith Manoharan1-3/+195
2013-12-02ath9k: fix SC_OP_INVALID test in ath9k_tx99_init()Dan Carpenter1-1/+1
2013-12-02ath9k: Apply CUS227 specific TX gain valuesSujith Manoharan2-0/+110
2013-12-02ath9k: Remove pcieSerDesWriteSujith Manoharan3-13/+9
2013-12-02ath9k: Remove unused AR9462 2.0 initvalsSujith Manoharan1-14/+0
2013-12-02ath9k: Add SERDES initvals for AR9462 2.1Sujith Manoharan2-0/+11
2013-12-02ath9k: Add an initialization routine for WoWSujith Manoharan3-19/+25
2013-12-02ath9k: Use CONFIG_ATH9K_WOWSujith Manoharan6-337/+381
2013-12-02ath9k: Add a config option for WoWSujith Manoharan1-0/+8
2013-12-02ath9k: Fix wow.c compilationSujith Manoharan2-1/+2
2013-12-02ath9k: Fix TX99 config option usageSujith Manoharan7-248/+290
2013-12-02ath9k: Identify Killer Wireless cardsSujith Manoharan3-0/+24
2013-12-02ath9k: Add WB335 PCI IDsSujith Manoharan1-0/+25
2013-11-21xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel1-3/+3
2013-11-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller13-52/+121
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-52/+121
2013-11-20net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur2-7/+72
2013-11-20net/phy: Add VSC8662 supportSandeep Singh1-0/+14
2013-11-20net/phy: Add VSC8574 supportshaohui xie1-1/+16
2013-11-20net/phy: Add VSC8234 supportAndy Fleming1-2/+17
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2-11/+4
2013-11-20r8152: fix incorrect type in assignmenthayeswang1-9/+9
2013-11-20r8152: support stopping/waking tx queuehayeswang1-0/+22
2013-11-20r8152: modify the tx flowhayeswang1-43/+3
2013-11-20r8152: fix tx/rx memory overflowhayeswang1-13/+17
2013-11-19aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds65-379/+538
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg3-54/+21
2013-11-19genetlink: pass family to functions using groupsJohannes Berg4-5/+9
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2-4/+2