summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-02-05RDMA/nes: Add a driver for NetEffect RNICsGlenn Streiff16-1/+16551
2008-02-05IB/mthca: Return proper error codes from mthca_fmr_alloc()Olaf Kirch1-2/+6
2008-02-05IB: Avoid marking __devinitdata as constRoland Dreier2-2/+2
2008-02-05IB/mlx4: Actually print out the driver versionRoland Dreier1-1/+8
2008-02-05IB/ib_mthca: Pre-link receive WQEs in Tavor modeEli Cohen2-14/+22
2008-02-05IB/mthca: Remove checks for srq->first_free < 0Eli Cohen1-23/+3
2008-02-05IB/fmr_pool: Allocate page list for pool FMRs only when caching enabledOr Gerlitz1-2/+5
2008-02-05IB/srp: Retry stale connectionsDavid Dillow2-12/+42
2008-02-05mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()Jack Morgenstein4-10/+1
2008-02-05IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER()Jack Morgenstein3-4/+12
2008-02-05IPoIB: Remove a misleading debug printOr Gerlitz1-4/+2
2008-02-05IPoIB: Handle bonding failover race for connected neighbours tooOr Gerlitz1-6/+7
2008-02-05IB/mthca: Fix and simplify page size calculation in mthca_reg_phys_mr()Roland Dreier1-17/+3
2008-02-05IB/ehca: Add PMA supportHoang-Nam Nguyen4-1/+98
2008-02-05IB/ehca: Update sma_attr also in case of disruptive config changeJoachim Fenkes1-0/+2
2008-02-05IB/ehca: Prevent sending UD packets to QP0Joachim Fenkes1-0/+4
2008-02-05IB/cm: Add interim support for routed pathsSean Hefty1-23/+66
2008-02-05mlx4_core: Fix more section mismatchesRoland Dreier2-5/+5
2008-02-05Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-132/+8
2008-02-04Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into develRussell King2-3/+7
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds13-243/+1055
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds116-171/+166
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-7/+2
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2-1/+3
2008-02-04ADB: Add missing #include <linux/platform_device.h>Geert Uytterhoeven1-0/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds59-957/+1149
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds5-146/+77
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds11-863/+28
2008-02-04[ARM] 4660/3: at91: allow selecting UART for early kernel messagesGuennadi Liakhovetski2-129/+1
2008-02-04[ARM] 4810/1: - Fix 'section mismatch' building warningsKristoffer Ericson1-1/+1
2008-02-04[ARM] 21285 serial: fix build errorRussell King1-2/+6
2008-02-04virtio: balloon driverRusty Russell3-0/+295
2008-02-04virtio: Use PCI revision field to indicate virtio PCI ABI versionAnthony Liguori1-0/+6
2008-02-04virtio: PCI deviceAnthony Liguori3-0/+458
2008-02-04virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzzChristian Borntraeger1-7/+22
2008-02-04virtio_blk: Dont waste major numbersChristian Borntraeger1-12/+16
2008-02-04virtio_blk: provide getgeoChristian Borntraeger1-2/+13
2008-02-04virtio_net: parametrize the napi_weight for virtio receive queue.Dor Laor1-1/+4
2008-02-04virtio: free transmit skbs when notified, not on next xmit.Rusty Russell1-6/+19
2008-02-04virtio: flush buffers on openRusty Russell1-0/+7
2008-02-04virtnet: remove double ether_setupChristian Borntraeger1-1/+0
2008-02-04virtio: Allow virtio to be modular and used by modulesRusty Russell3-2/+14
2008-02-04virtio: Use the sg_phys convenience function.Rusty Russell1-4/+2
2008-02-04virtio: Put the virtio under the virtualization menuAnthony Liguori3-4/+4
2008-02-04virtio: handle interrupts after callbacks turned offRusty Russell1-0/+7
2008-02-04virtio: reset functionRusty Russell5-17/+31
2008-02-04virtio: populate network rings in the probe routine, not openRusty Russell1-19/+25
2008-02-04virtio: Tweak virtio_net definesRusty Russell1-16/+16
2008-02-04virtio: Net header needs hdr_lenRusty Russell1-1/+2
2008-02-04virtio: clarify NO_NOTIFY flag usageRusty Russell1-0/+2