summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: eliminate configuration for maximum number of name subscriptionsYing Xue2012-08-205-30/+9
* tipc: add __read_mostly annotations to several global variablesYing Xue2012-08-203-11/+11
* tipc: convert tipc_nametbl_size type from variable to macroYing Xue2012-08-201-5/+5
* tipc: change tipc_net_start routine return value typeYing Xue2012-08-203-6/+4
* tipc: manually inline single use media_name_valid routineYing Xue2012-08-201-16/+1
* tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-204-12/+3
* tipc: fix lockdep warning during bearer initializationYing Xue2012-08-201-1/+15
* tipc: optimize the initialization of network device notifierYing Xue2012-08-201-3/+10
* packet: Report fanout status via diag enginePavel Emelyanov2012-08-204-21/+44
* packet: Report rings cfg via diag enginePavel Emelyanov2012-08-202-1/+60
* gre: information leak in ip6_tnl_ioctl()Dan Carpenter2012-08-201-0/+2
* xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du2012-08-161-2/+2
* sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter2012-08-161-1/+1
* sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber2012-08-161-6/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-1595-1126/+3509
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-1595-1126/+3509
| |\
| | * p54: fix powerpc gcc warningsChristian Lamparter2012-08-131-4/+8
| | * mac80211: fix unnecessary beacon update after peering status changeMarco Porsch2012-08-133-34/+33
| | * brcmsmac: document firmware dependenciesJeff Mahoney2012-08-101-1/+3
| | * ath9k: tune rc_stats to display only valid ratesRajkumar Manoharan2012-08-101-2/+3
| | * ath9k: Trim rate tableSujith Manoharan2012-08-102-180/+174
| | * ath9k: Remove MIMO-PS specific codeSujith Manoharan2012-08-101-9/+0
| | * ath9k: Cleanup TX status APISujith Manoharan2012-08-101-42/+29
| | * ath9k: Bail out properly before calculating rate indexSujith Manoharan2012-08-101-13/+11
| | * ath9k: Fix RTS/CTS rate selectionSujith Manoharan2012-08-101-27/+14
| | * ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLESujith Manoharan2012-08-101-2/+0
| | * ath9k: Unify valid rate calculation routinesSujith Manoharan2012-08-101-35/+39
| | * ath9k: Remove ath_rc_set_valid_rate_idxSujith Manoharan2012-08-101-10/+3
| | * ath9k: Change rateset calculationSujith Manoharan2012-08-101-26/+9
| | * ath9k: Cleanup index retrieval routinesSujith Manoharan2012-08-101-29/+27
| | * ath9k: Cleanup ath_rc_setvalid_htratesSujith Manoharan2012-08-101-8/+9
| | * ath9k: Cleanup ath_rc_setvalid_ratesSujith Manoharan2012-08-101-28/+21
| | * ath9k: Cleanup RC init APISujith Manoharan2012-08-101-64/+35
| | * ath9k: Simplify rate table initializationSujith Manoharan2012-08-101-48/+17
| | * mwifiex: use GFP_ATOMIC under spin lockDan Carpenter2012-08-101-1/+1
| | * mwifiex: notify cfg80211 about MIC failuresAmitkumar Karwar2012-08-101-0/+6
| | * mwifiex: fix 'smatch' warning in preparing key_material cmdBing Zhao2012-08-101-1/+1
| | * ssb: check for flash presentenceRafał Miłecki2012-08-102-8/+24
| | * b43legacy: fix logic in GPIO initRafał Miłecki2012-08-101-1/+1
| | * b43: N-PHY: fix 0x2057 radio calib copy/paste mistakeRafał Miłecki2012-08-101-0/+1
| | * bcma: add (mostly) NAND definesRafał Miłecki2012-08-102-0/+87
| | * mwifiex: fix powerpc64-linux- compilation warningsBing Zhao2012-08-102-9/+9
| | * iwlegacy: clean up suspend/resumeJohannes Berg2012-08-102-14/+3
| | * mwifiex: fix code mis-alignment after the if statementFengguang Wu2012-08-101-2/+2
| | * ath5k: Put power_level where it belongs and rename itNick Kossifidis2012-08-104-8/+17
| | * ath5k: Preserve tx power level requested from above on phy_initNick Kossifidis2012-08-101-2/+2
| | * ath5k: Fix range scaling when setting rate power tableNick Kossifidis2012-08-101-3/+7
| | * ath5k: Use correct value for min_pwr and cur_pwrNick Kossifidis2012-08-101-5/+14
| | * bcma: make some functions staticHauke Mehrtens2012-08-103-8/+9
| | * p54: parse output power tableChristian Lamparter2012-08-102-24/+92