summaryrefslogtreecommitdiffstats
path: root/include/rdma
AgeCommit message (Expand)AuthorLines
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky-4/+5
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky-4/+4
2019-04-08RDMA/core: Support object allocation in atomic contextLeon Romanovsky-1/+6
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe-1/+1
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem-1/+2
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch-4/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch-34/+194
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch-8/+14
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch-20/+16
2019-03-29RDMA/core: Don't compare specific bit after boolean ANDLeon Romanovsky-2/+2
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit-0/+3
2019-03-28RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit-0/+6
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceParav Pandit-6/+19
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi-6/+6
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky-3/+4
2019-02-19RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise-0/+14
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe-0/+5
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe-0/+11
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe-1/+9
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe-0/+7
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe-1/+2
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe-31/+43
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe-0/+10
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky-32/+3
2019-02-18RDMA/restrack: Reduce scope of synchronization lock while updating DBLeon Romanovsky-1/+2
2019-02-18RDMA/restrack: Translate from ID to restrack objectLeon Romanovsky-0/+3
2019-02-18RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky-7/+15
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch-0/+5
2019-02-15IB/verbs: Add helper function rdma_udata_to_drv_contextShamir Rabinovitch-0/+17
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch-7/+14
2019-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Doug Ledford-22/+42
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford-6/+158
2019-02-08RDMA/devices: Re-organize device.c lockingJason Gunthorpe-0/+1
2019-02-08RDMA/devices: Use xarray to store the client_dataJason Gunthorpe-7/+16
2019-02-08RDMA/devices: Use xarray to store the clientsJason Gunthorpe-1/+2
2019-02-08RDMA/device: Get rid of reg_stateJason Gunthorpe-6/+0
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky-4/+5
2019-02-08RDMA/core: Share driver structure size with coreLeon Romanovsky-0/+13
2019-02-08IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens-2/+1
2019-02-08IB/core: Eliminate a hole in MAD agent structDaniel Jurgens-2/+2
2019-02-08RDMA/iwcm: add tos_set bool to iw_cm structSteve Wise-1/+2
2019-02-08IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg-0/+1
2019-02-05IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan-0/+1
2019-02-05IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan-0/+1
2019-02-05IB/hfi1: Build TID RDMA WRITE requestKaike Wan-0/+61
2019-02-05IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan-4/+14
2019-02-05IB/hfi1: Add functions to build TID RDMA READ requestKaike Wan-1/+60
2019-02-05IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan-0/+2
2019-02-05IB/hfi: Move RC functions into a header fileKaike Wan-0/+10
2019-02-05RDMA/iwpm: move kdoc comments to functionsSteve Wise-149/+0