summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-03-214-42/+67
|\
| *---. Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-192-19/+39
| |\ \ \
| | | | * IB/mad: Return error response for unsupported MADsSwapna Thete2012-02-261-0/+21
| | | |/
| | * / RDMA/ucma: Fix AB-BA deadlockHefty, Sean2012-03-051-19/+18Star
| | |/
| * | RDMA/iwcm: Reject connect requests if cmid is not in LISTEN stateSteve Wise2012-03-081-11/+13
| * | IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-051-7/+6Star
| * | IB/core: Fix SDR rates in sysfsRoland Dreier2012-02-271-7/+11
| |/
* | netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-3/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-113-2/+6
|\|
| *-. Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier2012-01-312-1/+2
| |\ \
| | | * RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert2012-01-272-1/+2
| | |/
| * / RDMA/ucma: Discard all events for new connections until acceptedSean Hefty2012-01-271-1/+4
| |/
* / infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().David Miller2012-01-261-5/+9
|/
* Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-084-13/+24
|\
| *---. Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextRoland Dreier2012-01-042-4/+18
| |\ \ \
| | | | * IB/uverbs: Protect QP multicast listEli Cohen2012-01-041-4/+17
| | | |/
| | * / IB/cm: Fix layout of APR messageEli Cohen2012-01-041-0/+1
| | |/
| * | rdma/core: Fix sparse warningsSean Hefty2012-01-042-6/+3Star
| * | RDMA/cma: Fix endianness bugsSean Hefty2012-01-041-3/+3
| |/
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-083-3/+3
|\ \
| * | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-043-3/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-0/+6
|\|
| * RDMA/cma: Verify private data lengthSean Hefty2011-12-191-0/+6
* | infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.David Miller2011-12-051-26/+21Star
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-3/+6
|\|
| * IB: Fix RCU lockdep splatsEric Dumazet2011-11-291-3/+6
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-222-7/+7
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0715-0/+15
|\
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-018-0/+8
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-11-016-0/+6
| * infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker2011-11-011-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-0112-155/+1177
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-0112-155/+1177
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | | * RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty2011-10-133-1/+95
| | | | | * RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty2011-10-133-42/+138
| | | | | * IB/cm: Do not automatically disconnect XRC TGT QPsSean Hefty2011-10-131-0/+2
| | | | | * RDMA/cma: Support XRC QPsSean Hefty2011-10-131-1/+1
| | | | | * RDMA/ucm: Allow user to specify QP type when creating idSean Hefty2011-10-131-1/+4
| | | | | * RDMA/cm: Define new RDMA port space specific to IBSean Hefty2011-10-131-0/+5
| | | | | * IB/cm: Update XRC support based on XRC annex errataSean Hefty2011-10-132-8/+26
| | | | | * IB/cm: Update protocol to support XRCSean Hefty2011-10-132-16/+43
| | | | | * RDMA/uverbs: Export XRC TGT QPs to user spaceSean Hefty2011-10-132-40/+73
| | | | | * RDMA/uverbs: Export XRC INI QPs to userspaceSean Hefty2011-10-131-11/+37
| | | | | * RDMA/uverbs: Export XRC SRQs to user spaceSean Hefty2011-10-133-40/+139
| | | | | * RDMA/uverbs: Export XRC domains to user spaceSean Hefty2011-10-134-0/+347
| | | | | * RDMA/verbs: Cleanup XRC TGT QPs when destroying XRCDSean Hefty2011-10-131-0/+47
| | | | | * RDMA/core: Add XRC QPsSean Hefty2011-10-131-20/+130
| | | | | * RDMA/core: Add XRC SRQ typeSean Hefty2011-10-131-1/+20
| | | | | * RDMA/core: Add SRQ type fieldSean Hefty2011-10-132-0/+2