summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* igb: add support for 82580 MACAlexander Duyck2009-11-207-42/+299
* igb: add support for the 82580 phyAlexander Duyck2009-11-203-0/+275
* drivers/net: tasklet_init - Remove unnecessary leading & from second argJoe Perches2009-11-193-8/+8
* drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second...Joe Perches2009-11-195-6/+6
* iwmc3200top: revamp fw name handlingTomas Winkler2009-11-193-14/+14
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-1996-131/+131
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-19858-16931/+67538
|\
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-11-193-12/+44
| |\
| | * [CPUFREQ] Fix stale cpufreq_cpu_governor pointerPrarit Bhargava2009-11-181-2/+30
| | * [CPUFREQ] Resolve time unit thinko in ondemand/conservative govsPallipadi, Venkatesh2009-11-182-4/+4
| | * [CPUFREQ] Fix use after free on governor restoreDmitry Monakhov2009-11-181-6/+10
| * | Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-11-191-6/+5Star
| |\ \
| | * | agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse2009-11-191-6/+5Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-1835-442/+352Star
| |\ \ \
| | * | | cxgb3: fix premature page unmapDivy Le Ray2009-11-181-2/+2
| | * | | ibm_newemac: Fix EMACx_TRTR[TRT] bit shiftsDave Mitchell2009-11-181-2/+2
| | * | | sungem: Fix Serdes detection.David S. Miller2009-11-171-1/+9
| | * | | net: fix mdio section mismatch warningStephen Rothwell2009-11-171-1/+1
| * | | | Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-11-181-0/+1
| |\ \ \ \
| | * | | | uio: pm_runtime_disable is needed if failedKuninori Morimoto2009-11-131-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-11-189-22/+78
| |\ \ \ \ \
| | * | | | | USB: option.c: add support for D-Link DWM-162-U5Zhang Le2009-11-181-0/+2
| | * | | | | USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern2009-11-181-4/+7
| | * | | | | USB: xhci: Fix scratchpad deallocation.Sarah Sharp2009-11-181-1/+1
| | * | | | | USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp2009-11-181-2/+5
| | * | | | | USB: xhci: Fix bug memory free after failed initialization.Sarah Sharp2009-11-181-3/+5
| | * | | | | USB: cdc_acm: Fix memory leak after hangupFrancesco Lavra2009-11-181-5/+11
| | * | | | | USB: cdc_acm: Fix race condition when opening ttyHenry Gebhardt2009-11-181-1/+1
| | * | | | | USB: ohci: quirk AMD prefetch for USB 1.1 ISO transferLibin Yang2009-11-184-6/+46
| | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-11-182-0/+24
| |\ \ \ \ \
| | * | | | | tty: cp210x: Fix carrier handlingAlan Cox2009-11-181-0/+21
| | * | | | | tty_port: If we are opened non blocking we still need to raise the carrierAlan Cox2009-11-181-0/+3
| | |/ / / /
| * | | | | drivers/video/da8xx-fb.c: fix error returnRoel Kluin2009-11-181-1/+1
| * | | | | spi: error status should be negativeRoel Kluin2009-11-181-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-11-178-17/+46
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [SCSI] bfa: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+2
| | * | | | [SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080Dave Jones2009-11-111-1/+1
| | * | | | [SCSI] libsas: do not set res = 0 in sas_ex_discover_dev()jack wang2009-11-061-1/+0Star
| | * | | | [SCSI] pmcraid: Fix ppc64 driver build for using cpu_to_le32 on U8 data typeAnil Ravindranath2009-11-061-5/+5
| | * | | | [SCSI] ipr: add workaround for MSI interrupts on P7Wayne Boyer2009-11-062-9/+34
| | * | | | [SCSI] scsi_transport_fc: Fix WARN message for FC passthru failure pathsBrian King2009-11-061-0/+3
| | * | | | [SCSI] bfa: fix test in bfad_os_fc_host_init()Roel Kluin2009-11-031-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-11-172-3/+2Star
| |\ \ \ \ \
| | * | | | | Input: lifebook - fix settings for CF-72Abner Holsinger2009-11-171-2/+1Star
| | * | | | | Input: psmouse - fix breakage introduced by b7802c5c1eaJiri Kosina2009-11-171-1/+1
| * | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-11-172-2/+13
| |\ \ \ \ \ \
| | * | | | | | ARM: 5787/1: U300 COH 901 331 fixesLinus Walleij2009-11-161-0/+11
| | * | | | | | ARM: Fix warning in sa1100-flash.cRussell King2009-11-161-2/+2
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-11-173-7/+7
| |\ \ \ \ \ \ \
| | * | | | | | | dereferencing freed memory regulator_fixed_voltage_remove()Dan Carpenter2009-11-161-3/+2Star