summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | zorro8390: Fix read buffer overflow in zorro8390_init_one()roel kluin2009-08-091-0/+3
| | * | pcnet32: Read buffer overflowroel kluin2009-08-091-1/+1
| | * | gianfar: keep vlan related state when restartYong Zhang2009-08-091-2/+10
| | * | e1000e: fix potential NVM corruption on ICH9 with 8K bank sizeBruce Allan2009-08-091-38/+12
| | * | e1000e: fix acquisition of SW/FW/HW semaphore for ICHx partsBruce Allan2009-08-091-13/+31
| | * | ixgbe: Disable packet split only on FCoE queues in 82599Yi Zou2009-08-092-16/+19
| | * | ixgbe: Pass rx_ring directly in ixgbe_configure_srrctl()Yi Zou2009-08-091-40/+15
| | * | tun: Extend RTNL lock coverage over whole ioctlHerbert Xu2009-08-091-31/+19
| | * | fec: fix FEC driver packet transmission breakageGreg Ungerer2009-08-091-4/+5
| | * | atlx: strncpy does not null terminate stringRoel Kluin2009-08-092-8/+8
| | * | irda: fix read buffer overflowRoel Kluin2009-08-091-1/+1
| | * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-09694-12298/+23374
| | |\ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-093-15/+22
| | |\ \ \
| | | * | | libertas: correct packing of rxpd structureBob Dunlop2009-08-071-2/+2
| | | * | | mwl8k: prevent module unload hangLennert Buytenhek2009-08-071-2/+2
| | | * | | mwl8k: prevent crash in ->configure_filter() if no interface was addedLennert Buytenhek2009-08-071-4/+8
| | | * | | mwl8k: call pci_unmap_single() before accessing command structure againLennert Buytenhek2009-08-071-2/+3
| | | * | | mwl8k: add various missing GET_HW_SPEC endian conversionsLennert Buytenhek2009-08-071-4/+4
| | | * | | mwl8k: fix NULL pointer dereference on receive out-of-memoryLennert Buytenhek2009-08-071-0/+2
| | | * | | ipw2x00: Write outside array boundsZhu Yi2009-08-071-1/+1
| | * | | | Add IDs for 3C905B-TX Fast Etherlink XL PCIPascal Terjan2009-08-051-0/+4
| | * | | | netxen: fix dma mask update calculationDhananjay Phadke2009-08-051-2/+2
| | |/ / /
| * | | | Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-08-182-0/+33
| |\ \ \ \
| | * | | | sh: CMT suspend/resumeMagnus Damm2009-08-151-0/+28
| | * | | | sh: skip disabled LCDC channelsMagnus Damm2009-08-151-0/+5
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-08-181-0/+1
| |\ \ \ \
| | * | | | Fix new incorrect error return from do_md_stop.NeilBrown2009-08-181-0/+1
| * | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-08-171-1/+1
| |\ \ \ \ \
| | * | | | | ARM: S3C64XX: serial: Fix a typo in KconfigRamax Lo2009-08-141-1/+1
| * | | | | | dm-log-userspace: fix printk format warningRandy Dunlap2009-08-161-1/+1
| * | | | | | V4L/DVB (12441): siano: read buffer overflowRoel Kluin2009-08-131-1/+1
| * | | | | | V4L/DVB (12440): Use kzalloc for frontend states to have struct dvb_frontend ...Matthias Schwarzott2009-08-1325-28/+28
| * | | | | | V4L/DVB (12438): Read buffer overflowRoel Kluin2009-08-131-1/+1
| * | | | | | V4L/DVB (12437): dvb: siano uses/depends on INPUTRandy Dunlap2009-08-131-1/+1
| * | | | | | V4L/DVB (12436): stk-webcam: read buffer overflowRoel Kluin2009-08-131-2/+2
| * | | | | | V4L/DVB (12432): em28xx: fix regression in Empire DualTV digital tuningDevin Heitmueller2009-08-131-1/+1
| * | | | | | V4L/DVB (12429): v4l2-ioctl: fix G_STD and G_PARM default handlersHans Verkuil2009-08-131-3/+12
| * | | | | | V4L/DVB (12428): hdpvr: add missing initialization of current_normHans Verkuil2009-08-131-0/+2
| * | | | | | V4L/DVB (12424): soc-camera: fix recursive locking in .buf_queue()Guennadi Liakhovetski2009-08-134-23/+13
| * | | | | | V4L/DVB (12422): media/zr364xx: fix build errorsRandy Dunlap2009-08-131-0/+2
| * | | | | | V4L/DVB (12405): em28xx-cards: move register 0x13 setting to the proper placeMauro Carvalho Chehab2009-08-132-4/+3
| * | | | | | V4L/DVB (12411): em28xx: Fix artifacts with Silvercrest webcamMauro Carvalho Chehab2009-08-131-16/+34
| * | | | | | V4L/DVB (12410): em28xx: Move the non-board dependent part to be outside em28...Mauro Carvalho Chehab2009-08-131-58/+53
| * | | | | | V4L/DVB (12407): em28xx: Adjust Silvercrest xtal frequencyMauro Carvalho Chehab2009-08-131-1/+1
| * | | | | | V4L/DVB (12406): em28xx: fix: don't do image interlacing on webcamsMauro Carvalho Chehab2009-08-134-10/+42
| * | | | | | V4L/DVB (12403): em28xx: properly reports some em2710 chipsMauro Carvalho Chehab2009-08-132-2/+6
| * | | | | | V4L/DVB (12402): em28xx: fix: some em2710 chips use a different vendor IDMauro Carvalho Chehab2009-08-131-0/+2
| * | | | | | V4L/DVB (12401): m9v011: add vflip/hflip controls to control mirror/upside downMauro Carvalho Chehab2009-08-131-2/+51
| * | | | | | V4L/DVB (12400): em28xx: Allow changing fps on webcamsMauro Carvalho Chehab2009-08-131-0/+37
| * | | | | | V4L/DVB (12399): mt9v011: Add support for controlling frame ratesMauro Carvalho Chehab2009-08-131-2/+87
OpenPOWER on IntegriCloud