summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-05-19IB/mlx4: Fix RESET to RESET and RESET to ERROR transitionsMichael S. Tsirkin1-35/+80
2007-05-19IB/mthca: Fix RESET to ERROR transitionMichael S. Tsirkin1-60/+98
2007-05-19IB/mlx4: Set GRH:HopLimit when sending globally routed MADsRoland Dreier1-0/+1
2007-05-19IB/mthca: Set GRH:HopLimit when building MLX headersRolf Manderscheid1-0/+1
2007-05-19IB/mlx4: Fix check of max_qp_dest_rdma in modify QPEli Cohen1-1/+1
2007-05-19IB/mthca: Fix use-after-free on device restartAli Ayoub1-1/+3
2007-05-19IB/ehca: Return proper error code if register_mr failsHoang-Nam Nguyen1-5/+2
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin4-45/+92
2007-05-19IB/core: Use start_port() and end_port()Roland Dreier1-8/+2
2007-05-19IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin1-0/+125
2007-05-19IB/ipath: Fix potential deadlock with multicast spinlocksRoland Dreier1-9/+7
2007-05-19IB/core: Free umem when mm is already goneEli Cohen1-1/+3
2007-05-19cciss: Fix pci_driver.shutdown while device is still activeGerald Britton1-15/+30
2007-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2007-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2-3/+9
2007-05-18[CRYPTO] padlock: Make CRYPTO_DEV_PADLOCK a tristate againHerbert Xu1-2/+2
2007-05-18Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds5-30/+6
2007-05-18sata_via: pcim_iomap_regions() conversion missed BAR5Tejun Heo1-1/+1
2007-05-18libata: remove libata.spindown_compatTejun Heo3-12/+4
2007-05-18sata_nv: fix fallout of devres conversionTejun Heo1-11/+1
2007-05-18drivers/ata: remove the wildcard from sata_nv driverPeer Chen1-6/+0
2007-05-18e1000: Fix msi enable leak on error, don't print error message, cleanupAuke Kok2-28/+15
2007-05-18ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok2-23/+15
2007-05-18NetXen: Fix NetXen driver ping on system-pMithlesh Thukral1-1/+1
2007-05-18spidernet: node-aware skbuff allocationChristoph Hellwig1-1/+2
2007-05-18gianfar: Add I/O barriers when touching buffer descriptor ownership.Scott Wood1-0/+11
2007-05-18ibm_emac: fix link speed detection changeEugene Surovegin1-1/+1
2007-05-18ibm_emac: improved PHY supportEugene Surovegin1-15/+45
2007-05-18ibm_emac: fix section mismatch warningsEugene Surovegin8-10/+8
2007-05-18sky2: memory barriers changeStephen Hemminger1-4/+11
2007-05-18sky2: remove dual port workaroundStephen Hemminger1-7/+0
2007-05-18sky2: MIB counter overflow handlingStephen Hemminger1-0/+6
2007-05-18sky2: keep track of receive alloc failuresStephen Hemminger1-1/+3
2007-05-18sky2: PHY register settingsStephen Hemminger1-1/+6
2007-05-18sky2: remove Gigabyte 88e8056 restrictionStephen Hemminger1-30/+0
2007-05-17NS16550A: Restore HS settings in EXCR2 on resumeDavid Woodhouse1-3/+18
2007-05-17icom: add new sub-device-id to support new adapterwendy xiong1-24/+31
2007-05-17rtc kconfig clarificationDavid Brownell1-3/+3
2007-05-17rtc-omap build fixDavid Brownell1-2/+2
2007-05-17Refine SCREEN_INFO sanity check for vgacon initializationGerd Hoffmann1-2/+7
2007-05-17acpi: fix potential call to a freed memory section.Aaron Durbin1-4/+4
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-3/+0
2007-05-17[POWERPC] Remove build warnings in windfarm_coreStephen Rothwell1-2/+8
2007-05-17[POWERPC] Fix comment in booke_wdtDave Jiang1-1/+1
2007-05-17Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds7-49/+98
2007-05-17Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-71/+205
2007-05-17parport_pc needs dma-mapping.hAndrew Morton1-0/+1
2007-05-17spi: fix spidev for >sizeof(long)/32 devicesDomen Puncer1-1/+1
2007-05-16libata: track spindown status and skip spindown_compat if possibleTejun Heo1-0/+9
2007-05-16libata: fix shutdown warning message printingTejun Heo1-8/+27