summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: niu uses crc32, so select CRC32Randy Dunlap2009-12-101-0/+1
* gianfar: Fix build with CONFIG_NET_POLL_CONTROLLER=yAnton Vorontsov2009-12-091-0/+1
* b44 WOL setup: one-bit-off stack corruption kernel panic fixStanislav Brabec2009-12-081-2/+1
* atl1c:use common_task instead of reset_task and link_chg_taskJie Yang2009-12-082-41/+37
* atl1c:add pci map direction in atl1c_buffer flagsJie Yang2009-12-082-9/+24
* netxen: fix firmware type checkDhananjay Phadke2009-12-081-1/+13
* netxen:fix napi intr enable checkAmit Kumar Salecha2009-12-081-2/+4
* netxen: protect device reset by rtnl_lockAmit Kumar Salecha2009-12-081-8/+35
* mv643xx_eth: check for valid hw address (resubmit)Denis Kirjanov2009-12-081-0/+3
* gigaset: don't enable any debugging output by defaultTilman Schmidt2009-12-081-1/+1
* net/mpc5200: Fix locking on fec_mpc52xx driverAsier Llano2009-12-081-59/+62
* myri10ge: use src+dst for rss hashingBrice Goglin2009-12-081-2/+2
* atm: [he] adjust tests to account for sk_wmem_alloc changeschas williams - CONTRACTOR2009-12-081-2/+2
* ixgbe: add support for 82599 KR device 0x1517Don Skidmore2009-12-083-0/+4
* ixgbe: Fix TX stats accountingEric Dumazet2009-12-082-16/+5
* e1000e: only perform ESB2 MDIC workaround on certain configurationsBruce Allan2009-12-082-33/+69
* e1000e: replace incorrect use of GG82563_REG macroBruce Allan2009-12-082-3/+7
* e1000e: minor correction to name of bit in CTRL_EXT registerBruce Allan2009-12-082-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-089-192/+200
|\
| * 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
| * 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
| * 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
* | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-0824-298/+19651
|\ \
| * | drbd_req.c: use part_[inc|dec]_in_flight()Philipp Reisner2009-12-031-2/+2
| * | writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-10/+0
| * | Merge branch 'master' into for-2.6.33Jens Axboe2009-12-03380-2613/+5147
| |\ \
| * \ \ Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.33Jens Axboe2009-11-262-2/+5
| |\ \ \
| | * | | Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260]Philipp Reisner2009-11-241-0/+1
| | * | | add missing state change on corrupt packet header in drbd_recv_headerLars Ellenberg2009-11-241-1/+3
| | * | | fix in-kernel configuration serializationLars Ellenberg2009-11-241-1/+1
| * | | | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+2
| |/ / /
| * | | cciss: change Cmd_sg_list.sg_chain_dma type to dma_addr_tAlex Chiang2009-11-231-1/+1
| * | | cciss: fix scatter gather cleanup problemsStephen M. Cameron2009-11-231-7/+18