summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: Remove runtime check that can never be true.David S. Miller2009-12-081-5/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-0814-201/+228
|\
| * ath5k: add support for Dell Vostro A860 LEDShahar Or2009-12-071-0/+2
| * orinoco: remove spare KERN_DEBUGDavid Kilroy2009-12-071-1/+1
| * rtl8187: Fix wrong rfkill switch mask for some modelsLarry Finger2009-12-073-4/+17
| * ath9k: fix tx status reportingFelix Fietkau2009-12-071-1/+1
| * mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan2009-12-071-1/+1
| * net/rfkill/core.c: work around gcc-4.0.2 sillinessAndrew Morton2009-12-071-2/+2
| * mwl8k: don't complain about oversized beacons in FINALIZE_JOINLennert Buytenhek2009-12-071-21/+8
| * mwl8k: don't overwrite mwl8k_vif::bssid until after disassociationLennert Buytenhek2009-12-071-3/+2
| * mwl8k: struct ieee80211_rx_status::qual is deprecatedLennert Buytenhek2009-12-071-1/+0
| * mwl8k: don't forget to call pci_disable_device()Lennert Buytenhek2009-12-071-1/+3
| * mwl8k: increase firmware loading timeoutsLennert Buytenhek2009-12-071-3/+2
| * mwl8k: allow more time for transmit rings to drainLennert Buytenhek2009-12-071-60/+67
| * mwl8k: allow more time for firmware commands to completeLennert Buytenhek2009-12-071-2/+11
| * mwl8k: properly report rate on received 40MHz packetsLennert Buytenhek2009-12-071-2/+8
| * mwl8k: fix addr4 zeroing and payload overwrite on DMA header creationLennert Buytenhek2009-12-071-14/+15
| * mwl8k: prevent corruption of QoS field on receiveLennert Buytenhek2009-12-071-15/+31
| * mwl8k: fix UPDATE_STADB command struct legacy_rates array lengthLennert Buytenhek2009-12-071-38/+13
| * mwl8k: fix MCS bitmap size in SET_RATE commandLennert Buytenhek2009-12-071-4/+3
| * mac80211: Fix dynamic power save for scanning.Vivek Natarajan2009-12-072-4/+17
| * mac80211: recalculate idle later in MLMEJohannes Berg2009-12-071-2/+8
| * wl1251: don't build null data template in wl1251_op_config()Kalle Valo2009-12-071-4/+0
| * wl1251: fix bssid handlingKalle Valo2009-12-071-15/+15
| * wl1251: remove false warning messagesKalle Valo2009-12-071-2/+0
| * iwlwifi: fix warning from ieee80211_stop_tx_ba_cb_irqsafe argument changeJohn W. Linville2009-12-071-1/+1
* | sctp: fix compile error due to sysctl mismergeLinus Torvalds2009-12-081-1/+0
* | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-08107-2132/+24813
|\ \
| * | cfq-iosched: Do not access cfqq after freeing itVivek Goyal2009-12-071-3/+4
| * | block: include linux/err.h to use ERR_PTRStephen Rothwell2009-12-071-0/+1
| * | cfq-iosched: use call_rcu() instead of doing grace period stall on queue exitJens Axboe2009-12-061-2/+8
| * | blkio: Allow CFQ group IO scheduling even when CFQ is a moduleVivek Goyal2009-12-041-1/+1
| * | blkio: Implement dynamic io controlling policy registrationVivek Goyal2009-12-044-12/+69
| * | blkio: Export some symbols from blkio as its user CFQ can be a moduleVivek Goyal2009-12-043-2/+27
| * | block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2009-12-044-9/+11
| * | block: Fix io_context leak after clone with CLONE_IOLouis Rilling2009-12-041-1/+1
| * | cfq-iosched: make nonrot check logic consistentShaohua Li2009-12-041-1/+2
| * | io controller: quick fix for blk-cgroup and modular CFQJens Axboe2009-12-041-1/+1
| * | cfq-iosched: move IO controller declerations to a header fileJens Axboe2009-12-043-3/+9
| * | cfq-iosched: fix compile problem with !CONFIG_CGROUPJens Axboe2009-12-031-0/+10
| * | blkio: DocumentationVivek Goyal2009-12-031-0/+135
| * | blkio: Wait on sync-noidle queue even if rq_noidle = 1Vivek Goyal2009-12-031-1/+2
| * | blkio: Implement group_isolation tunableVivek Goyal2009-12-031-1/+36
| * | blkio: Determine async workload length based on total number of queuesVivek Goyal2009-12-031-5/+31
| * | blkio: Wait for cfq queue to get backlogged if group is emptyVivek Goyal2009-12-031-5/+29
| * | blkio: Propagate cgroup weight updation to cfq groupsVivek Goyal2009-12-032-0/+13
| * | blkio: Drop the reference to queue once the task changes cgroupVivek Goyal2009-12-031-0/+39
| * | blkio: Provide some isolation between groupsVivek Goyal2009-12-031-10/+20
| * | blkio: Export disk time and sectors used by a group to user spaceVivek Goyal2009-12-033-6/+99
| * | blkio: Some debugging aids for CFQVivek Goyal2009-12-035-1/+53
OpenPOWER on IntegriCloud