aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-29convert get_sb_single() usersAl Viro2-14/+14
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-0/+2
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds39-538/+1520
2010-10-26Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-nextRoland Dreier39-538/+1520
2010-10-26IB/qib: clean up properly if pci_set_consistent_dma_mask() failsJason Gunthorpe1-1/+3
2010-10-26IB/qib: Allow driver to load if PCIe AER failsRalph Campbell1-1/+3
2010-10-26IB/qib: Fix uninitialized pointer if CONFIG_PCI_MSI not setRalph Campbell1-0/+1
2010-10-26IB/qib: Fix extra log level in qib_early_err()Jason Gunthorpe1-1/+1
2010-10-26RDMA/cxgb4: Remove unnecessary KERN_<level> useJoe Perches1-2/+2
2010-10-26RDMA/cxgb3: Remove unnecessary KERN_<level> useJoe Perches1-2/+2
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig2-0/+2
2010-10-25IB/mlx4: Add VLAN support for IBoEEli Cohen3-27/+161
2010-10-25IB/core: Add VLAN support for IBoEEli Cohen2-2/+2
2010-10-25IB/mlx4: Add support for IBoEEli Cohen5-108/+687
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2010-10-23IB/mlx4: Signal node desc changes to SM by using FW to generate trap 144Jack Morgenstein1-5/+23
2010-10-23IB: Replace EXTRA_CFLAGS with ccflags-ymatt mooney4-9/+5
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-4/+5
2010-10-22IB/qib: Process RDMA WRITE ONLY with IMMEDIATE properlyJason Gunthorpe2-3/+8
2010-10-22RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in errorSteve Wise6-20/+71
2010-10-22RDMA/cxgb4: Use cxgb4 service for packet gl to skbSteve Wise1-41/+1
2010-10-22RDMA/cxgb4: Export T4 TCP MIBSteve Wise1-1/+11
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds6-4/+14
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock2-2/+2
2010-10-16infiniband: fix mlx4 kconfig dependency warningRandy Dunlap1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann6-4/+14
2010-10-14IB/pack: IBoE UD packet packing supportEli Cohen2-2/+2
2010-10-12net: percpu net_device refcountEric Dumazet2-4/+4
2010-10-11RDMA/cxgb4: Use simple_read_from_buffer() for debugfs handlersSteve Wise1-25/+1
2010-10-11RDMA/cxgb4: Add default_llseek to debugfs filesSteve Wise1-0/+2
2010-10-11IB/mlx4: Limit size of fast registration WRsEli Cohen2-2/+2
2010-10-06IB/qib: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-10-06RDMA/nes: Turn carrier off on ifdownMaciej Sosnowski1-0/+1
2010-10-06RDMA/nes: Report correct port state if interface is downChien Tung1-1/+3
2010-10-06IB/ehca: Fix driver on relocatable kernelSonny Rao1-3/+3
2010-09-28RDMA/amso1100: Remove KERN_<level> from pr_<level> useJoe Perches1-2/+2
2010-09-28RDMA/nes: Remove unneeded variableDan Carpenter1-2/+1
2010-09-28RDMA/cxgb4: Fastreg NSMR fixesSteve Wise3-31/+29
2010-09-28RDMA/cxgb4: Don't set completion flag for read requestsSteve Wise1-1/+1
2010-09-28RDMA/cxgb4: Set the default TCP send window to 128KBSteve Wise1-2/+2
2010-09-28RDMA/cxgb4: Use a mutex for QP and EP state transitionsSteve Wise3-93/+88
2010-09-28RDMA/cxgb4: Support on-chip SQsSteve Wise7-29/+226
2010-09-28RDMA/cxgb4: Centralize the wait logicSteve Wise5-111/+72
2010-09-28RDMA/cxgb4: debugfs files for dumping active stagsSteve Wise1-39/+113
2010-09-28RDMA/cxgb4: Log HW lack-of-resource errorsSteve Wise1-0/+6
2010-09-28RDMA/cxgb4: Handle CPL_RDMA_TERMINATE messagesSteve Wise3-14/+16
2010-09-28RDMA/cxgb4: Ignore TERMINATE CQEsSteve Wise1-0/+6
2010-09-28RDMA/cxgb4: Ignore positive return values from cxgb4_*_send() functionsSteve Wise1-2/+2
2010-09-28RDMA/cxgb4: Zero out ISGL paddingSteve Wise1-0/+4
2010-09-28RDMA/cxgb4: Don't use null ep ptrSteve Wise1-1/+2