summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | | IB/hfi1: Add missing break in switch statementGustavo A. R. Silva2019-02-211-0/+1
| * | | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-02-213-77/+101
| |\ \ \
| * | | | drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages()Davidlohr Bueso2019-02-201-1/+1
| * | | | RDMA/core: Verify that memory window type is legalNoa Osherovich2019-02-191-0/+5
| * | | | RDMA/iwcm: Fix string truncation errorLeon Romanovsky2019-02-191-3/+3
| * | | | RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia2019-02-191-8/+7
| * | | | iw_cxgb4: Make function read_tcb() staticWei Yongjun2019-02-191-1/+1
| * | | | RDMA/hns: Bugfix for set hem of SCCYangyang Li2019-02-191-0/+3
| * | | | RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou2019-02-191-5/+5
| * | | | rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-198-13/+46
| * | | | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-191-0/+122
| * | | | IB/usnic: Fix deadlockParvi Kaustubhi2019-02-193-28/+19
| * | | | RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-195-12/+30
| * | | | RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-196-33/+32
| * | | | RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-198-87/+30
| * | | | RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-191-36/+206
| * | | | RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-194-47/+38
| * | | | RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-191-12/+107
| * | | | RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-195-38/+164
| * | | | RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-191-58/+31
| * | | | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-193-63/+35
| * | | | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-1910-46/+42
| * | | | RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky2019-02-191-5/+2
| * | | | RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky2019-02-192-1/+11
| * | | | RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky2019-02-191-0/+18
| * | | | RDMA/nldev: Share with user-space object IDsLeon Romanovsky2019-02-191-0/+20
| * | | | RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky2019-02-193-78/+43
| * | | | RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky2019-02-184-34/+111
| * | | | RDMA/restrack: Reduce scope of synchronization lock while updating DBLeon Romanovsky2019-02-181-2/+0
| * | | | RDMA/nldev: Add resource tracker doit callbackLeon Romanovsky2019-02-181-61/+129
| * | | | RDMA/restrack: Translate from ID to restrack objectLeon Romanovsky2019-02-181-0/+25
| * | | | RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky2019-02-182-38/+78
| * | | | RDMA/core: Move device addition deletion to device.cParav Pandit2019-02-153-13/+14
| * | | | RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit2019-02-151-29/+35
| * | | | RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit2019-02-152-5/+3
| * | | | RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky2019-02-153-29/+3
| * | | | RDMA/nes: Remove useless usecnt variable and redundant memsetLeon Romanovsky2019-02-152-9/+1
| * | | | IB/hfi1: Fix a build warning for TID RDMA READKaike Wan2019-02-151-0/+1
| * | | | RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cqJason Gunthorpe2019-02-151-2/+1
| * | | | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-1522-155/+189
| * | | | IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-155-28/+44
| * | | | IB/ipoib: Use __func__ instead of function's nameErez Alfasi2019-02-141-2/+2
| * | | | RDMA/iwpm: Remove set but not used variable 'msg_seq'YueHaibing2019-02-141-2/+0
| * | | | RDMA/hns: Configure capacity of hns deviceLijun Ou2019-02-141-0/+5
| * | | | RDMA/hns: Delete useful prints for aeq subtype eventYixian Liu2019-02-141-51/+6
| * | | | RDMA/hns: Set allocated memory to zero for wridYixian Liu2019-02-141-4/+4
| * | | | RDMA/hns: Fix the state of rereg mrYixian Liu2019-02-141-0/+3
| * | | | RDMA/hns: Limit minimum ROCE CQ depth to 64chenglang2019-02-141-0/+1
| * | | | RDMA/nes: Use for_each_sg_dma_page iterator for umem SGLShiraz, Saleem2019-02-131-131/+89
| * | | | RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEsShiraz, Saleem2019-02-131-10/+8