summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-07-30Fix a potential NULL pointer dereference in mace_interrupt() in drivers/net/p...Micah Gruber1-1/+3
2007-07-30PATCH kernel 2.6.22] PCMCIA-NETDEV : modify smc91c92_cs.c to become SMP safeKomuro1-6/+17
2007-07-30S2io: Increment received packet count correctlyRamkrishna Vepa1-1/+2
2007-07-30S2io: Fix crash when resetting adapterRamkrishna Vepa1-15/+0
2007-07-30S2io: Mask spurious interruptsRamkrishna Vepa1-3/+2
2007-07-30S2IO: Implementing review comments from old patchesVeena Parat1-5/+5
2007-07-30S2IO: Checking for the return value of pci map functionVeena Parat2-3/+79
2007-07-30S2IO: Removing MSI support from driverVeena Parat2-151/+10
2007-07-30S2IO: Removing 3 buffer mode support from the driverVeena Parat2-217/+73
2007-07-30netxen: drop redudant spinlockDhananjay Phadke1-4/+0
2007-07-30netxen: Fix interrupt handling for multiport adaptersdhananjay@netxen.com1-17/+19
2007-07-30netxen: re-init station address after h/w initdhananjay@netxen.com1-2/+2
2007-07-30forcedeth: mac address correctAyaz Abdulla1-17/+19
2007-07-30gfar: Fix modpost warningKumar Gala2-2/+2
2007-07-30lib8390: comment on locking by Alan CoxJarek Poplawski1-0/+46
2007-07-30Fix a potential NULL pointer dereference in write_bulk_callback() in drivers/...Micah Gruber1-1/+3
2007-07-30V4L/DVB (5939): dvb-pll: make struct dvb_pll_fcv1236d staticAdrian Bunk1-1/+1
2007-07-30V4L/DVB (5933): Dvb-usb/af9005-fe.c: error check fixesAdrian Bunk1-6/+4
2007-07-30V4L/DVB (5932): Af9005 fix tuner module unloadLuca Olivetti1-25/+12
2007-07-30V4L/DVB (5920): ivtv: fix incorrect fw size report.Hans Verkuil1-1/+1
2007-07-30V4L/DVB (5918): ivtv: fix TV-out VBI handling, only reset on last close.Hans Verkuil2-10/+10
2007-07-30V4L/DVB (5917): ivtv: improve mailbox responsiveness.Hans Verkuil1-3/+11
2007-07-30V4L/DVB (5916): ivtv: fix pause/continue/play handlingHans Verkuil3-2/+11
2007-07-30V4L/DVB (5900): usbvision: fix bugs [sg]_register functionsTrent Piepho1-2/+3
2007-07-30V4L/DVB (5899): bttv: Fix Viewcast Osprey 440 supportTrent Piepho1-104/+134
2007-07-30V4L/DVB (5891): zr36067: Turn off raw capture properlyTrent Piepho2-6/+26
2007-07-30V4L/DVB (5890): zr36067: Add UYVY, RGB555X, RGB565X, and RGB32 formatsTrent Piepho3-97/+86
2007-07-30V4L/DVB (5888): zr36067: Driver was not returning correct image sizeTrent Piepho1-3/+5
2007-07-30V4L/DVB (5887): zr36067: Fix poll() operationTrent Piepho1-26/+33
2007-07-30V4L/DVB (5886): zr36067: Fix problem setting normsTrent Piepho1-3/+3
2007-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds10-649/+576
2007-07-30setup and detect 2nd phy on MCF5275 in FEC driverMike Cruse1-0/+23
2007-07-30clean up reading of ICR register in FEC driverGreg Ungerer1-3/+3
2007-07-30fix work queues in FEC driverGreg Ungerer1-6/+11
2007-07-30remove unused config symbol from FEC driverGreg Ungerer1-2/+0
2007-07-30include cacheflush.h in FEC driverGreg Ungerer1-0/+1
2007-07-30[SPARC]: Mark SBUS framebuffer ioctls as IGNORE in compat_ioctl.cDavid S. Miller1-25/+0
2007-07-30[SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling.David S. Miller1-0/+9
2007-07-30[VIDEO]: Fix OOPS in all SBUS framebuffer drivers.David S. Miller8-624/+567
2007-07-30Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=nRusty Russell3-3/+11
2007-07-30Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds34-14818/+15895
2007-07-30Remove fs.h from mm.hAlexey Dobriyan5-0/+5
2007-07-30ACPI: restore CONFIG_ACPI_SLEEPLen Brown6-3/+18
2007-07-30Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki7-53/+69
2007-07-30Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki3-5/+5
2007-07-29IB/ehca: Move extern declarations from .c files to .h filesHoang-Nam Nguyen5-4/+3
2007-07-29IB/mlx4: Whitespace fixRoland Dreier1-1/+0
2007-07-29Provide timespec to guests rather than jiffies clock.Rusty Russell4-24/+57
2007-07-29Fix lguest bzImage loading with CONFIG_RELOCATABLE=yRusty Russell1-0/+5
2007-07-29Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds17-392/+160