aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-7/+6
2012-02-27IB/core: Fix SDR rates in sysfsRoland Dreier1-7/+11
2012-01-30Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier2-1/+2
2012-01-27RDMA/ucma: Discard all events for new connections until acceptedSean Hefty1-1/+4
2012-01-27RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert2-1/+2
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-13/+24
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-3/+3
2012-01-04Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextRoland Dreier2-4/+18
2012-01-04rdma/core: Fix sparse warningsSean Hefty2-6/+3
2012-01-04RDMA/cma: Fix endianness bugsSean Hefty1-3/+3
2012-01-03IB/cm: Fix layout of APR messageEli Cohen1-0/+1
2012-01-03IB/uverbs: Protect QP multicast listEli Cohen1-4/+17
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro3-3/+3
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2011-12-19RDMA/cma: Verify private data lengthSean Hefty1-0/+6
2011-12-05infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.David Miller1-26/+21
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-2/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet1-3/+6
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan2-7/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds15-0/+15
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds12-155/+1177
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-nextRoland Dreier12-155/+1177
2011-10-31mm: distinguish between mlocked and pinned pagesChristoph Lameter1-3/+3
2011-10-31infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker8-0/+8
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker6-0/+6
2011-10-31infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker1-0/+1
2011-10-13RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty3-1/+95
2011-10-13RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty3-42/+138
2011-10-13IB/cm: Do not automatically disconnect XRC TGT QPsSean Hefty1-0/+2
2011-10-13RDMA/cma: Support XRC QPsSean Hefty1-1/+1
2011-10-13RDMA/ucm: Allow user to specify QP type when creating idSean Hefty1-1/+4
2011-10-13RDMA/cm: Define new RDMA port space specific to IBSean Hefty1-0/+5
2011-10-13IB/cm: Update XRC support based on XRC annex errataSean Hefty2-8/+26
2011-10-13IB/cm: Update protocol to support XRCSean Hefty2-16/+43
2011-10-13RDMA/uverbs: Export XRC TGT QPs to user spaceSean Hefty2-40/+73
2011-10-13RDMA/uverbs: Export XRC INI QPs to userspaceSean Hefty1-11/+37
2011-10-13RDMA/uverbs: Export XRC SRQs to user spaceSean Hefty3-40/+139
2011-10-13RDMA/uverbs: Export XRC domains to user spaceSean Hefty4-0/+347
2011-10-13RDMA/verbs: Cleanup XRC TGT QPs when destroying XRCDSean Hefty1-0/+47
2011-10-13RDMA/core: Add XRC QPsSean Hefty1-20/+130
2011-10-13RDMA/core: Add XRC SRQ typeSean Hefty1-1/+20
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty2-0/+2
2011-10-12RDMA/core: Add XRC domain supportSean Hefty1-0/+26
2011-10-11IB: Add new InfiniBand link speedsMarcel Apfelbaum2-4/+47
2011-10-06RDMA/iwcm: Propagate ird/ord values upwardsKumar Sanghvi1-2/+6
2011-10-06RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean4-7/+5
2011-10-06IB/mad: Verify mgmt class in received MADsHefty, Sean1-0/+3
2011-10-06RDMA/cma: Check for NULL conn_param in rdma_acceptHefty, Sean1-15/+23
2011-10-06RDMA/cma: Fix crash in cma_req_handlerHefty, Sean1-1/+13