aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-07ssb-pcicore: Fix IRQ-vector init on embedded devicesGravatar Michael Buesch 1-0/+7
2008-07-07zd1211rw: add ID for AirTies WUS-201Gravatar Firat Birlik 1-0/+1
2008-07-07drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bitGravatar Darren Jenkins 1-2/+2
2008-07-07hostap_cs: correct poor NULL checks in suspend/resume routinesGravatar John W. Linville 1-4/+8
2008-07-04fs_enet: restore promiscuous and multicast settings in restart()Gravatar Laurent Pinchart 1-0/+3
2008-07-04ibm_newemac: Fixes entry of short packetsGravatar Sathya Narayanan 1-0/+6
2008-07-04ibm_newemac: Fixes kernel crashes when speed of cable connected changesGravatar Sathya Narayanan 1-0/+2
2008-07-04pasemi_mac: Access iph->tot_len with correct endiannessGravatar Roland Dreier 1-1/+1
2008-07-04ehea: Access iph->tot_len with correct endiannessGravatar Roland Dreier 1-1/+1
2008-07-04ehea: fix race conditionGravatar Jan-Bernd Themann 2-7/+16
2008-07-04ehea: add MODULE_DEVICE_TABLEGravatar Jan-Bernd Themann 1-0/+1
2008-07-04ehea: fix might sleep problemGravatar Jan-Bernd Themann 2-12/+12
2008-07-04forcedeth: fix lockdep warning on ethtool -sGravatar Tobias Diedrich 1-2/+13
2008-07-04Add missing skb->dev assignment in Frame Relay RX codeGravatar Krzysztof Halasa 1-0/+1
2008-07-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...Gravatar David S. Miller 5-4/+15
2008-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 5-16/+63
2008-07-02Merge branch 'i2c-fix' of git://aeryn.fluff.org.uk/bjdooks/linuxGravatar Linus Torvalds 1-14/+14
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbGravatar Linus Torvalds 11-0/+6877
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 4-1/+99
2008-07-02Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 2-21/+35
2008-07-02tty: Fix inverted logic in send_breakGravatar Alan Cox 1-1/+1
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 2-3/+21
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmGravatar Linus Torvalds 1-0/+1
2008-07-02Merge branch 'for-2.6.26' of git://neil.brown.name/mdGravatar Linus Torvalds 3-3/+12
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 35-155/+239
2008-07-02DRM/i915: only use tiled blits on 965+Gravatar Jesse Barnes 1-2/+2
2008-07-02drivers/input/ff-core.c needs <linux/sched.h>Gravatar Geert Uytterhoeven 1-0/+1
2008-07-02libertas: support USB persistence on suspend/resume (resend)Gravatar andrey@cozybit.com 1-0/+1
2008-07-02iwlwifi: drop skb silently for Tx request in monitor modeGravatar Zhu Yi 2-2/+4
2008-07-02iwlwifi: fix incorrect 5GHz rates reported in monitor modeGravatar Rick Farrington 2-2/+10
2008-07-02PCI: acpiphp: cleanup notify handler on all root bridgesGravatar Alex Chiang 1-3/+14
2008-07-02PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.Gravatar Benjamin Li 4-12/+48
2008-07-02V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc i...Gravatar Mauro Carvalho Chehab 1-1/+1
2008-07-02dm crypt: use cond_reschedGravatar Milan Broz 1-0/+1
2008-07-01PCI: Restrict VPD read permission to rootGravatar Ben Hutchings 1-1/+1
2008-07-01I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device.Gravatar Ben Dooks 1-0/+1
2008-07-01I2C: S3C2410: Fixup error codes returned rom a transfer.Gravatar Ben Dooks 1-3/+3
2008-07-01I2C: S3C2410: Check ACK on byte transmissionGravatar Ben Dooks 1-11/+10
2008-06-30V4L/DVB (8145a): USB Video Class driverGravatar Laurent Pinchart 11-0/+6877
2008-06-30hostap: fix sparse warningsGravatar Pavel Roskin 5-16/+15
2008-06-30hostap: don't report useless WDS frames by defaultGravatar Pavel Roskin 1-1/+1
2008-06-30ide: fix /proc/ide/ide?/mate reportingGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2008-06-30Revert "BAST: Remove old IDE driver"Gravatar Bartlomiej Zolnierkiewicz 3-0/+98
2008-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-6/+11
2008-06-30Input: fix locking in force-feedback coreGravatar Dmitry Torokhov 1-6/+11
2008-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbGravatar Linus Torvalds 39-442/+599
2008-06-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 5-2/+20
2008-06-27CONNECTOR: add a proc entry to list connectorsGravatar Li Zefan 1-0/+40
2008-06-27hamradio: remove unused variableGravatar Andre Haupt 1-2/+0
2008-06-28Fix error paths if md_probe fails.Gravatar Neil Brown 1-2/+4