summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QPJason Gunthorpe2018-12-031-1/+8
| * | RDMA/uverbs: Use uverbs_request() and core for write_ex handlersJason Gunthorpe2018-12-031-139/+46
| * | RDMA/uverbs: Use uverbs_request() for request copyingJason Gunthorpe2018-12-031-64/+135
| * | RDMA/uverbs: Use uverbs_response() for remaining response copyingJason Gunthorpe2018-12-031-81/+52
| * | RDMA/uverbs: Get rid of the 'callback' scheme in the compat pathJason Gunthorpe2018-12-031-80/+40
| * | RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe2018-12-032-46/+30
| * | RDMA/uverbs: Remove out_len checks that are now done by the coreJason Gunthorpe2018-12-031-50/+0
| * | RDMA/uverbs: fix ptr_ret.cocci warningskbuild test robot2018-11-291-5/+1
| * | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe2018-11-264-5/+9
| * | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for writeJason Gunthorpe2018-11-262-73/+46
| * | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe2018-11-264-91/+71
| * | RDMA/uverbs: Prohibit write() calls with too small buffersJason Gunthorpe2018-11-261-4/+28
| * | RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe2018-11-263-106/+310
| * | RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2018-11-268-23/+17
| * | RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe2018-11-265-181/+131
| * | RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe2018-11-265-165/+173
| * | RDMA/core: Sync unregistration with netlink commandsParav Pandit2018-11-223-14/+33
| * | RDMA/cma: Move cma module specific functions to cma_priv.hParav Pandit2018-11-223-29/+31
| * | RDMA/uverbs: Check for NULL driver methods for every write callJason Gunthorpe2018-11-222-101/+162
| * | RDMA/uverbs: Make all the method functions in uverbs_cmd staticJason Gunthorpe2018-11-222-197/+133
| * | RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe2018-11-225-117/+165
| * | RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_apiJason Gunthorpe2018-11-222-2/+150
| * | RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe2018-11-228-15/+62
| * | RDMA/uverbs: Add helpers to mark uapi functions as unsupportedJason Gunthorpe2018-11-223-18/+165
| * | RDMA/uverbs: Factor out the add/get pattern into a helperJason Gunthorpe2018-11-221-30/+44
| * | RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe2018-11-224-85/+108
| * | IB/core: Make function ib_fmr_pool_unmap return voidYuval Shaia2018-11-211-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+3
|\ \ \
| * | | IB/core: Fix oops in netdev_next_upper_dev_rcu()Mark Zhang2018-12-121-0/+3
| | |/ | |/|
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-12-101-2/+12
|\ \ \ | |/ / |/| / | |/
| * IB/mlx5: Improve ODP debugging messagesMoni Shoua2018-11-121-2/+12
* | IB/umem: Set correct address to the invalidation functionArtemy Kovalyov2018-11-261-14/+6
* | RDMA/core: Add GIDs while changing MAC addr only for registered ndevParav Pandit2018-11-211-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-2631-1093/+1678
|\
| * RDMA/core: Fix comment for hw stats init for port == 0Parav Pandit2018-10-171-3/+3
| * RDMA/core: Refactor ib_register_device() functionParav Pandit2018-10-171-51/+75
| * RDMA/core: Fix unwinding flow in case of error to register deviceParav Pandit2018-10-171-2/+4
| * RDMA/umad: Use kernel API to allocate umad indexesLeon Romanovsky2018-10-161-6/+5
| * RDMA/uverbs: Use kernel API to allocate uverbs indexesLeon Romanovsky2018-10-161-6/+6
| * RDMA/core: Increase total number of RDMA ports across all devicesLeon Romanovsky2018-10-161-1/+1
| * RDMA/core: Rename ports_parent to ports_kobjParav Pandit2018-10-161-5/+4
| * RDMA/core: Do not expose unsupported countersParav Pandit2018-10-161-7/+12
| * RDMA/nldev: Allow IB device rename through RDMA netlinkLeon Romanovsky2018-10-161-0/+34
| * RDMA/core: Implement IB device rename functionLeon Romanovsky2018-10-162-0/+26
| * RDMA/core: Annotate timeout as unsigned longLeon Romanovsky2018-10-166-16/+18
| * RDMA/core: Align multiple functions to kernel coding styleLeon Romanovsky2018-10-162-8/+5
| * RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route()Leon Romanovsky2018-10-161-2/+2
| * RDMA/cm: Respect returned status of cm_init_av_by_pathLeon Romanovsky2018-10-161-2/+5
| * RDMA/restrack: Protect from reentry to resource return pathLeon Romanovsky2018-10-161-1/+3
| * Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-166-61/+89
| |\
OpenPOWER on IntegriCloud