summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-31Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier
2012-01-27RDMA/ucma: Discard all events for new connections until acceptedSean Hefty
2012-01-27RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert
2012-01-26infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().David Miller
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-04Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextRoland Dreier
2012-01-04rdma/core: Fix sparse warningsSean Hefty
2012-01-04RDMA/cma: Fix endianness bugsSean Hefty
2012-01-04IB/cm: Fix layout of APR messageEli Cohen
2012-01-04IB/uverbs: Protect QP multicast listEli Cohen
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-19RDMA/cma: Verify private data lengthSean Hefty
2011-12-05infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.David Miller
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier
2011-11-01mm: distinguish between mlocked and pinned pagesChristoph Lameter
2011-10-31infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker
2011-10-31infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker
2011-10-13RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty
2011-10-13RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty
2011-10-13IB/cm: Do not automatically disconnect XRC TGT QPsSean Hefty
2011-10-13RDMA/cma: Support XRC QPsSean Hefty
2011-10-13RDMA/ucm: Allow user to specify QP type when creating idSean Hefty
2011-10-13RDMA/cm: Define new RDMA port space specific to IBSean Hefty
2011-10-13IB/cm: Update XRC support based on XRC annex errataSean Hefty
2011-10-13IB/cm: Update protocol to support XRCSean Hefty
2011-10-13RDMA/uverbs: Export XRC TGT QPs to user spaceSean Hefty
2011-10-13RDMA/uverbs: Export XRC INI QPs to userspaceSean Hefty
2011-10-13RDMA/uverbs: Export XRC SRQs to user spaceSean Hefty
2011-10-13RDMA/uverbs: Export XRC domains to user spaceSean Hefty
2011-10-13RDMA/verbs: Cleanup XRC TGT QPs when destroying XRCDSean Hefty
2011-10-13RDMA/core: Add XRC QPsSean Hefty
2011-10-13RDMA/core: Add XRC SRQ typeSean Hefty
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty
2011-10-12RDMA/core: Add XRC domain supportSean Hefty
2011-10-11IB: Add new InfiniBand link speedsMarcel Apfelbaum
2011-10-06RDMA/iwcm: Propagate ird/ord values upwardsKumar Sanghvi
2011-10-06RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean
2011-10-06IB/mad: Verify mgmt class in received MADsHefty, Sean
2011-10-06RDMA/cma: Check for NULL conn_param in rdma_acceptHefty, Sean