aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig2015-10-131-1/+9
* IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2015-10-132-14/+32
* IB/core: don't disallow registering region starting at 0x0Yann Droneaud2015-08-071-2/+2
* IB/core: disallow registering 0-sized memory regionYann Droneaud2015-08-071-0/+3
* IB/core: Avoid leakage from kernel to user spaceEli Cohen2015-05-091-0/+1
* IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel2015-05-091-0/+8
* RDMA/iwcm: Use a default listen backlog if neededSteve Wise2014-09-131-0/+34
* IB/umad: Fix error handlingBart Van Assche2014-07-111-22/+27
* IB/core: Fix mismatch between locked and pinned pagesYishai Hadas2012-05-311-1/+1
* RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert2012-02-132-1/+2
* IB/uverbs: Protect QP multicast listEli Cohen2012-01-121-4/+17
* RDMA/cma: Verify private data lengthSean Hefty2011-12-191-0/+6
* IB: Fix RCU lockdep splatsEric Dumazet2011-11-291-3/+6
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0615-0/+15
|\
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-318-0/+8
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-10-316-0/+6
| * infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker2011-10-311-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
| | | | | * RDMA/core: Add XRC domain supportSean Hefty2011-10-121-0/+26
| | |_|_|/ | |/| | |
| | | | * RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean2011-10-064-7/+5
| | | | * IB/mad: Verify mgmt class in received MADsHefty, Sean2011-10-061-0/+3
| | | | * RDMA/cma: Check for NULL conn_param in rdma_acceptHefty, Sean2011-10-061-15/+23
| | |_|/ | |/| |
| | | * IB: Add new InfiniBand link speedsMarcel Apfelbaum2011-10-112-4/+47
| | |/ | |/|
| | * RDMA/iwcm: Propagate ird/ord values upwardsKumar Sanghvi2011-10-061-2/+6
| | * RDMA/cma: Fix crash in cma_req_handlerHefty, Sean2011-10-061-1/+13
| |/
* | mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-10-311-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-07-223-41/+52
|\
| *---. Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's...Roland Dreier2011-07-222-1/+8
| |\ \ \
| | | | * IB/core: Add GID change eventOr Gerlitz2011-07-181-1/+2
| | | |/ | | |/|
| | | * RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche2011-07-181-0/+6
| | |/
| * | RDMA/cma: Don't allow IPoIB port space for IBoEMoni Shoua2011-07-181-0/+4
| * | RDMA/cma: Avoid assigning an IS_ERR value to cm_id pointer in CMA id objectJack Morgenstein2011-07-181-40/+40
| |/
* | net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-3/+4