aboutsummaryrefslogtreecommitdiff
path: root/include/rdma/ib_verbs.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageGravatar Leon Romanovsky 1-2/+2
2017-11-13IB/uverbs: Add CQ moderation capability to query_deviceGravatar Yonatan Cohen 1-0/+6
2017-11-13IB/uverbs: Allow CQ moderation with modify CQGravatar Yonatan Cohen 1-0/+4
2017-11-10IB/core: Add PCI write end padding flags for WQ and QPGravatar Noa Osherovich 1-0/+4
2017-10-18IB: Let ib_core resolve destination mac addressGravatar Parav Pandit 1-2/+0
2017-10-18IB/core: Introduce and use rdma_create_user_ahGravatar Parav Pandit 1-0/+15
2017-09-25IB: Correct MR length field to be 64-bitGravatar Parav Pandit 1-1/+1
2017-09-25IB/core: Fix typo in the name of the tag-matching cap structGravatar Leon Romanovsky 1-2/+2
2017-09-08lib/interval_tree: fast overlap detectionGravatar Davidlohr Bueso 1-1/+1
2017-08-31IB/core: Add new ioctl interfaceGravatar Matan Barak 1-0/+2
2017-08-29IB/core: Add new SRQ type IB_SRQT_TMGravatar Artemy Kovalyov 1-2/+8
2017-08-29IB/core: Separate CQ handle in SRQ contextGravatar Artemy Kovalyov 1-11/+20
2017-08-29IB/core: Add XRQ capabilitiesGravatar Artemy Kovalyov 1-0/+19
2017-08-24RDMA/core: Cleanup device capability enumGravatar Leon Romanovsky 1-3/+3
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidGravatar Leon Romanovsky 1-2/+2
2017-08-24Merge branch 'k.o/for-4.13-rc' into k.o/for-nextGravatar Doug Ledford 1-0/+1
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeGravatar Noa Osherovich 1-0/+1
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleGravatar Don Hiatt 1-0/+15
2017-08-18Add OPA extended LID supportGravatar Hiatt, Don 1-6/+20
2017-08-10Merge branch 'rdma-netlink' into k.o/merge-testGravatar Doug Ledford 1-2/+6
2017-08-10Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testGravatar Doug Ledford 1-3/+39
2017-08-10RDMA: Simplify get firmware interfaceGravatar Leon Romanovsky 1-2/+4
2017-08-10RDMA/core: Add and expose static device indexGravatar Leon Romanovsky 1-0/+2
2017-08-08RDMA/core: expose affinity mappings per completion vectorGravatar Sagi Grimberg 1-0/+24
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsGravatar Hiatt, Don 1-1/+13
2017-08-08IB/core: Change port_attr.sm_lid from 16 to 32 bitsGravatar Dasaratharaman Chandramouli 1-1/+1
2017-08-08IB/core: Change port_attr.lid size from 16 to 32 bitsGravatar Dasaratharaman Chandramouli 1-1/+1
2017-07-27Merge branch 'misc' into k.o/for-nextGravatar Doug Ledford 1-0/+1
2017-07-26Merge branches 'rxe' and 'mlx' into k.o/for-nextGravatar Doug Ledford 1-0/+7
2017-07-24IB/core: Enable QP creation with a given source QP numberGravatar Yishai Hadas 1-0/+2
2017-07-24IB/core: Introduce delay drop for a WQGravatar Maor Gottlieb 1-0/+5
2017-07-24IB/core: Add generic function to extract IB speed from netdevGravatar Yuval Shaia 1-0/+1
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Gravatar Doug Ledford 1-1/+4
2017-07-17IB/core: Remove NOIO QP create flagGravatar Leon Romanovsky 1-1/+1
2017-07-17IB/core: Introduce modify QP operation with udataGravatar Parav Pandit 1-0/+16
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-2/+4
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevGravatar Niranjana Vishwanathapura 1-2/+4
2017-06-27IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapGravatar Vishwanathapura, Niranjana 1-1/+2
2017-06-27IB/hfi1: Add functions to parse BTH/IB headersGravatar Don Hiatt 1-0/+2
2017-05-23IB/core: Enforce PKey security on QPsGravatar Daniel Jurgens 1-0/+48
2017-05-23IB/core: IB cache enhancements to support Infiniband securityGravatar Daniel Jurgens 1-0/+1
2017-05-11smc_diag.h: fix include from userlandGravatar Nicolas Dichtel 1-2/+1
2017-05-01IB/core: Define 'opa' rdma_ah_attr typeGravatar Dasaratharaman Chandramouli 1-3/+21
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesGravatar Dasaratharaman Chandramouli 1-11/+47
2017-05-01IB/core: Add accessor functions for rdma_ah_attr fieldsGravatar Dasaratharaman Chandramouli 1-0/+121
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahGravatar Dasaratharaman Chandramouli 1-2/+2
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahGravatar Dasaratharaman Chandramouli 1-2/+2
2017-05-01IB/core: Rename ib_modify_ah to rdma_modify_ahGravatar Dasaratharaman Chandramouli 1-2/+2
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahGravatar Dasaratharaman Chandramouli 1-2/+2
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrGravatar Dasaratharaman Chandramouli 1-11/+11