summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-30bnx2x: Receive traffic that maches management filtering rulesEilon Greenstein2-0/+18
2009-07-30iscsi: Use GFP_ATOMIC in iscsi_offload_mesg().Michael Chan1-2/+2
2009-07-30net/netlabel: Add kmalloc NULL testsJulia Lawall1-1/+1
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller12-45/+63
2009-07-30netxen: fix CONFIG_INET=n buildDhananjay Phadke1-0/+7
2009-07-29iwlwifi: debugFs to enable/disable HT40 supportWey-Yi Guy4-0/+52
2009-07-29ath9k: remove unused ATH_PCI_VERSIONLuis R. Rodriguez1-2/+0
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg17-206/+54
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg7-89/+56
2009-07-29cfg80211: combine IWAP handlersJohannes Berg7-105/+66
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg9-126/+91
2009-07-29mac80211: verify info->control.vif is not NULLJohannes Berg2-0/+18
2009-07-29cfg80211: fix disassoc while not associatedJohannes Berg1-0/+6
2009-07-29ath9k: Add debug counters for TXSujith4-14/+160
2009-07-29mac80211: fix an oops in ieee80211_scan_state_set_channelHelmut Schaa1-1/+4
2009-07-29nl80211: add missing parameter clearingJohannes Berg1-0/+2
2009-07-29ath9k: get rid of unnecessary setpower callsGabor Juhos1-2/+6
2009-07-29ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos4-15/+12
2009-07-29ar9170: fix build error when !CONFIG_AR9170_LEDSAlexander Beregalov1-0/+2
2009-07-29ray_cs: remove bogus NULL check at head of ray_get_wireless_statsJohn W. Linville1-3/+0
2009-07-29mac80211: fix receiving deauthJohannes Berg1-4/+17
2009-07-29cfg80211: fix circular lock dependency (1)Johannes Berg1-3/+3
2009-07-29iwlagn: fix sparse warning when compiling without debugReinette Chatre1-1/+1
2009-07-29iwlagn: fix null pointer access during ucode load on 1000Reinette Chatre1-0/+1
2009-07-29mac80211: fix suspendJohannes Berg2-9/+27
2009-07-29libertas: Read buffer overflowRoel Kluin1-10/+8
2009-07-29libertas: Read outside array boundsRoel Kluin1-1/+2
2009-07-28ip: fix logic of reverse path filter sysctlStephen Hemminger1-1/+1
2009-07-27iwlwifi: fix LED config optionPavel Machek1-0/+3
2009-07-27iwlwifi: Name fix for MPDU density for TX aggregationWey-Yi Guy1-2/+10
2009-07-27iwlwifi: print packet contents in error caseReinette Chatre1-1/+1
2009-07-27iwlwifi: remove command callback return valueJohannes Berg6-43/+33
2009-07-27iwlwifi: fix up command sendingJohannes Berg14-142/+180
2009-07-27iwlwifi: Thermal Throttling debugfs functionWey-Yi Guy2-0/+39
2009-07-27iwlwifi: Thermal Throttling Management - part 2Wey-Yi Guy3-13/+371
2009-07-27iwlwifi: Thermal Throttling Management - Part 1Wey-Yi Guy6-12/+301
2009-07-27iwlwifi: critical temperature enter/exit conditionWey-Yi Guy7-28/+217
2009-07-27iwlwifi: revert to active table when rate is not validWey-Yi Guy1-5/+32
2009-07-27mac80211: fix oops due to missing private dataLuis R. Rodriguez1-2/+4
2009-07-27ath9k: Add support for AR9287 based chipsets.Vivek Natarajan8-26/+1482
2009-07-27mac80211: fix PS-poll response, raceJohannes Berg5-37/+12
2009-07-27mac80211: fix MLME issuing of probe requests while scanningLuis R. Rodriguez1-3/+3
2009-07-27mac80211: fix mlme timeoutsJohannes Berg1-0/+2
2009-07-27cfg80211: increase scan result expire timeHelmut Schaa1-1/+1
2009-07-27mac80211: rename scan_state to next_scan_stateHelmut Schaa2-11/+11
2009-07-27mac80211: implement basic background scanningHelmut Schaa4-13/+148
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa9-29/+31
2009-07-27mac80211: introduce a new scan state "decision"Helmut Schaa2-15/+27
2009-07-27mac80211: advance the state machine immediately if no delay is neededHelmut Schaa1-9/+15
2009-07-27mac80211: refactor the scan codeHelmut Schaa1-58/+78