aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-19RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif3-8/+8
2010-02-19IB/ehca: Require in_wc in process_mad()Alexander Schmidt1-1/+1
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-1/+1
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+2
2010-02-12IB/ehca: Allow access for ib_query_qp()Alexander Schmidt1-3/+1
2010-02-12IB/ehca: Do not turn off irqs in tasklet contextAlexander Schmidt1-3/+2
2010-02-12IB/mlx4: Simplify retrieval of ib_deviceEli Cohen1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-11RDMA: Use rlimit helpersJiri Slaby2-3/+2
2010-02-11IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz1-8/+2
2010-02-11RDMA/cxgb3: Remove BUG_ON() on CQ rearm failureSteve Wise1-1/+0
2010-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-3/+1
2010-02-10RDMA/cm: Revert association of an RDMA device when binding to loopbackSean Hefty1-3/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack2-3/+3
2010-01-26Fix failure exit in ipathfsAl Viro1-3/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-2/+8
2010-01-07drivers/infiniband/hw/cxgb3/iwch_cm.c: use %pM to show MAC addressH Hartley Sweeten1-9/+2
2010-01-06Merge branches 'misc' and 'mlx4' into for-nextRoland Dreier2-1/+7
2010-01-06IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6Robert P. J. Day1-1/+1
2010-01-06IB/mlx4: Fix queue overflow check in post_recvOr Gerlitz1-1/+1
2010-01-06IB/mlx4: Initialize SRQ scatter entries when creating an SRQJack Morgenstein1-0/+6
2009-12-22kfifo: fix warn_unused_resultStefani Seibold1-2/+3
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-8/+8
2009-12-22kfifo: cleanup namespaceStefani Seibold1-5/+5
2009-12-22kfifo: move out spinlockStefani Seibold1-16/+20
2009-12-22kfifo: move struct kfifo in placeStefani Seibold2-35/+34
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+7
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds29-872/+1028
2009-12-16switch alloc_file() to passing struct pathAl Viro1-2/+7
2009-12-15Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', 'misc', 'mlx4' and 'nes' into for-nextRoland Dreier28-868/+1018
2009-12-15RDMA/cxgb3: Fix error paths in post_send and post_recvFrank Zago1-12/+20
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-6/+6
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+1
2009-12-09RDMA/nes: Fix stale ARP issueFaisal Latif1-10/+27
2009-12-09RDMA/nes: FIN during MPA startup causes timeoutFaisal Latif1-1/+8
2009-12-09RDMA/nes: Free kmap() resourcesFaisal Latif3-2/+19
2009-12-09RDMA/nes: Check for zero STagFaisal Latif2-4/+2
2009-12-09RDMA/nes: Fix Xansation test crash on cm_node ref_countFaisal Latif1-1/+16
2009-12-09RDMA/nes: Abnormal listener exit causes loopback node crashFaisal Latif1-13/+3
2009-12-09RDMA/nes: Fix crash in nes_accept()Faisal Latif2-28/+50
2009-12-09RDMA/nes: Resource not freed for REJECTed connectionsFaisal Latif1-0/+2
2009-12-09RDMA/nes: MPA request/response error checkingFaisal Latif1-2/+29
2009-12-09RDMA/nes: Fix query of ORD valuesFaisal Latif1-4/+4
2009-12-09RDMA/nes: Fix MAX_CM_BUFFER defineFaisal Latif1-1/+3
2009-12-09RDMA/nes: Pass correct size to ioremap_nocache()Julia Lawall1-1/+2
2009-12-09RDMA/nes: Update copyright and branding stringChien Tung13-17/+16
2009-12-09RDMA/nes: Add max_cqe check to nes_create_cq()Chien Tung2-2/+5
2009-12-09RDMA/nes: Clean up struct nes_qpChien Tung2-14/+1
2009-12-09RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extensionChien Tung2-8/+13