summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-29Merge commit '371a00448f95adaa612cf1a0b31a11e7093bc706' of 'git://git.kernel....David Woodhouse103-1032/+3182
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville51-153/+241
2012-08-20mac80211_hwsim: add support for P2P DeviceJohannes Berg1-1/+3
2012-08-13p54: fix powerpc gcc warningsChristian Lamparter1-4/+8
2012-08-13bnx2x: Fix compiler warningsJoren Van Onder1-1/+1
2012-08-13macvtap: rcu_dereference outside read-lock sectionDenis Efremov1-1/+2
2012-08-11ixgbe: add missing bracesEmil Tantilov1-1/+2
2012-08-10brcmsmac: document firmware dependenciesJeff Mahoney1-1/+3
2012-08-10ath9k: tune rc_stats to display only valid ratesRajkumar Manoharan1-2/+3
2012-08-10ath9k: Trim rate tableSujith Manoharan2-180/+174
2012-08-10ath9k: Remove MIMO-PS specific codeSujith Manoharan1-9/+0
2012-08-10ath9k: Cleanup TX status APISujith Manoharan1-42/+29
2012-08-10ath9k: Bail out properly before calculating rate indexSujith Manoharan1-13/+11
2012-08-10ath9k: Fix RTS/CTS rate selectionSujith Manoharan1-27/+14
2012-08-10ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLESujith Manoharan1-2/+0
2012-08-10ath9k: Unify valid rate calculation routinesSujith Manoharan1-35/+39
2012-08-10ath9k: Remove ath_rc_set_valid_rate_idxSujith Manoharan1-10/+3
2012-08-10ath9k: Change rateset calculationSujith Manoharan1-26/+9
2012-08-10ath9k: Cleanup index retrieval routinesSujith Manoharan1-29/+27
2012-08-10ath9k: Cleanup ath_rc_setvalid_htratesSujith Manoharan1-8/+9
2012-08-10ath9k: Cleanup ath_rc_setvalid_ratesSujith Manoharan1-28/+21
2012-08-10ath9k: Cleanup RC init APISujith Manoharan1-64/+35
2012-08-10ath9k: Simplify rate table initializationSujith Manoharan1-48/+17
2012-08-10mwifiex: use GFP_ATOMIC under spin lockDan Carpenter1-1/+1
2012-08-10mwifiex: notify cfg80211 about MIC failuresAmitkumar Karwar1-0/+6
2012-08-10mwifiex: fix 'smatch' warning in preparing key_material cmdBing Zhao1-1/+1
2012-08-10b43legacy: fix logic in GPIO initRafał Miłecki1-1/+1
2012-08-10b43: N-PHY: fix 0x2057 radio calib copy/paste mistakeRafał Miłecki1-0/+1
2012-08-10mwifiex: fix powerpc64-linux- compilation warningsBing Zhao2-9/+9
2012-08-10iwlegacy: clean up suspend/resumeJohannes Berg2-14/+3
2012-08-10mwifiex: fix code mis-alignment after the if statementFengguang Wu1-2/+2
2012-08-10ath5k: Put power_level where it belongs and rename itNick Kossifidis4-8/+17
2012-08-10ath5k: Preserve tx power level requested from above on phy_initNick Kossifidis1-2/+2
2012-08-10ath5k: Fix range scaling when setting rate power tableNick Kossifidis1-3/+7
2012-08-10ath5k: Use correct value for min_pwr and cur_pwrNick Kossifidis1-5/+14
2012-08-10p54: parse output power tableChristian Lamparter2-24/+92
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-7/+9
2012-08-10bnx2x: Fix recovery flow cleanup during probeYuval Mintz1-17/+0
2012-08-10bnx2x: fix unload previous driver flow when flr-capableYuval Mintz1-27/+28
2012-08-10tun: don't zeroize sock->file on detachStanislav Kinsbursky1-1/+0
2012-08-09igb: Fix register defines for all non-82575 hardwareAlexander Duyck1-2/+6
2012-08-09e1000e: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-10/+26
2012-08-09igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-10/+9
2012-08-09net/stmmac: mark probe function as __devinitArnd Bergmann1-1/+1
2012-08-09lpc_eth: remove obsolete ifdefsstigge@antcom.de1-13/+0
2012-08-09cdc-phonet: Don't leak in usbpn_openJesper Juhl1-0/+1
2012-08-09pptp: lookup route with the proper net namespaceGao feng1-2/+2
2012-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ppwask...David S. Miller2-5/+8
2012-08-09drivers: net: irda: bfin_sir: fix compile errorSonic Zhang1-4/+4
2012-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-161/+205