aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07orinoco: remove spare KERN_DEBUGDavid Kilroy1-1/+1
2009-12-07rtl8187: Fix wrong rfkill switch mask for some modelsLarry Finger3-4/+17
2009-12-07ath9k: fix tx status reportingFelix Fietkau1-1/+1
2009-12-07mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan1-1/+1
2009-12-07net/rfkill/core.c: work around gcc-4.0.2 sillinessAndrew Morton1-2/+2
2009-12-07mwl8k: don't complain about oversized beacons in FINALIZE_JOINLennert Buytenhek1-21/+8
2009-12-07mwl8k: don't overwrite mwl8k_vif::bssid until after disassociationLennert Buytenhek1-3/+2
2009-12-07mwl8k: struct ieee80211_rx_status::qual is deprecatedLennert Buytenhek1-1/+0
2009-12-07mwl8k: don't forget to call pci_disable_device()Lennert Buytenhek1-1/+3
2009-12-07mwl8k: increase firmware loading timeoutsLennert Buytenhek1-3/+2
2009-12-07mwl8k: allow more time for transmit rings to drainLennert Buytenhek1-60/+67
2009-12-07mwl8k: allow more time for firmware commands to completeLennert Buytenhek1-2/+11
2009-12-07mwl8k: properly report rate on received 40MHz packetsLennert Buytenhek1-2/+8
2009-12-07mwl8k: fix addr4 zeroing and payload overwrite on DMA header creationLennert Buytenhek1-14/+15
2009-12-07mwl8k: prevent corruption of QoS field on receiveLennert Buytenhek1-15/+31
2009-12-07mwl8k: fix UPDATE_STADB command struct legacy_rates array lengthLennert Buytenhek1-38/+13
2009-12-07mwl8k: fix MCS bitmap size in SET_RATE commandLennert Buytenhek1-4/+3
2009-12-07mac80211: Fix dynamic power save for scanning.Vivek Natarajan2-4/+17
2009-12-07mac80211: recalculate idle later in MLMEJohannes Berg1-2/+8
2009-12-07wl1251: don't build null data template in wl1251_op_config()Kalle Valo1-4/+0
2009-12-07wl1251: fix bssid handlingKalle Valo1-15/+15
2009-12-07wl1251: remove false warning messagesKalle Valo1-2/+0
2009-12-07iwlwifi: fix warning from ieee80211_stop_tx_ba_cb_irqsafe argument changeJohn W. Linville1-1/+1
2009-12-05avr32: Convert BUG() to use unreachable()David Daney1-1/+1
2009-12-05s390: Convert BUG() to use unreachable()David Daney1-1/+1
2009-12-05MIPS: Convert BUG() to use unreachable()David Daney1-3/+1
2009-12-05x86: Convert BUG() to use unreachable()David Daney1-2/+2
2009-12-05Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney2-0/+19
2009-12-04mac80211: fix reorder buffer releaseJohannes Berg1-1/+1
2009-12-04iwmc3200wifi: Enable wimax core through module parameterSamuel Ortiz1-2/+5
2009-12-04iwmc3200wifi: Add wifi-wimax coexistence mode as a module parameterSamuel Ortiz3-6/+8
2009-12-04iwmc3200wifi: Coex table command does not expect a responseSamuel Ortiz1-1/+1
2009-12-04iwmc3200wifi: Update wiwi priority tableSamuel Ortiz1-4/+4
2009-12-04iwlwifi: driver version track kernel versionReinette Chatre2-4/+4
2009-12-04iwlwifi: indicate uCode type when fail dump error/event logWey-Yi Guy1-2/+6
2009-12-04iwl3945: remove duplicated event logging codeWey-Yi Guy1-9/+0
2009-12-04b43: fix two warningsJohannes Berg1-0/+1
2009-12-04ipw2100: fix rebooting hang with driver loadedZhu Yi1-0/+11
2009-12-04cfg80211: indent regulatory messages with spacesKalle Valo1-3/+3
2009-12-04iwmc3200wifi: fix NULL pointer dereference in pmkid updateZhu Yi1-2/+4
2009-12-04mac80211: Fix TX status reporting for injected data framesJouni Malinen1-1/+5
2009-12-04ath9k: enable 2GHz band only if the device supports itGabor Juhos3-14/+31
2009-12-04airo: Fix integer overflow warningMichael Buesch1-1/+1
2009-12-04rt2x00: Fix padding bug on L2PAD devices.Gertjan van Wingerde1-1/+1
2009-12-04WE: Fix set events not propagatedJean Tourrilhes1-1/+2
2009-12-04b43legacy: avoid PPC fault during resumeLarry Finger1-0/+7
2009-12-04b43: avoid PPC fault during resumeLarry Finger1-2/+8
2009-12-03tcp: fix a timewait refcnt raceEric Dumazet1-3/+16
2009-12-03tcp: connect() race with timewait reuseEric Dumazet4-18/+47
2009-12-03be2net: Add support for ethtool self testSuresh R3-0/+223