summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-1815-233/+92Star
* IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-185-6/+65
* IB/core: Tidy ib_resolve_eth_dmacParav Pandit2018-06-181-4/+10
* IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe2018-06-181-27/+225
* IB: Ensure that all rdma_ah_attr's are zero initializedParav Pandit2018-06-181-2/+2
* IB/mad: Agent registration is process context onlyMatthew Wilcox2018-06-181-7/+9
* IB/rxe: Do not hide uABI stuff in memcpyJason Gunthorpe2018-06-181-3/+16
* i40iw: Reorganize acquire/release of locks in i40iw_manage_apbvtShiraz Saleem2018-06-181-32/+51
* RDMA/uverbs: Refactor flow_resources_alloc() functionLeon Romanovsky2018-06-181-10/+5Star
* RDMA/nldev: Return port capability flag for IB onlyLeon Romanovsky2018-06-181-8/+8
* IB/rxe: Use rdma GID APIParav Pandit2018-06-182-37/+25Star
* IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-189-40/+18Star
* IB/core: Make rdma_find_gid_by_filter support all protocolsJason Gunthorpe2018-06-181-17/+8Star
* IB/core: Provide rdma_ versions of the gid cache APIJason Gunthorpe2018-06-181-103/+161
* IB/core: Replace ib_query_gid with rdma_get_gid_attrParav Pandit2018-06-181-35/+31Star
* IB/core: Introduce GID attribute get, put and hold APIsParav Pandit2018-06-181-0/+86
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-1810-29/+20Star
* IB/core: Introduce GID entry reference countsParav Pandit2018-06-181-103/+220
* IB/core: Store default GID property per-table instead of per-entryParav Pandit2018-06-181-13/+24
* IB/core: Do not set the gid type when reserving default entriesParav Pandit2018-06-181-5/+0Star
* treewide: Use array_size() in kvzalloc_node()Kees Cook2018-06-131-1/+2
* treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-135-13/+22
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-2/+2
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-132-7/+6Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1323-51/+62
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1320-62/+79
* Convert infiniband uverbs to struct_sizeMatthew Wilcox2018-06-131-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-07122-1722/+4093
|\
| * RDMA/mlx5: Update SPDX tags to show proper licenseLeon Romanovsky2018-06-052-2/+2
| * RDMA/restrack: Change SPDX tag to properly reflect licenseLeon Romanovsky2018-06-051-1/+1
| * IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn2018-06-041-2/+2
| * IB/hfi1: Rename exp_lock to exp_mutexKaike Wan2018-06-043-8/+8
| * IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn2018-06-042-1/+9
| * IB/hfi1: Remove unused variableKaike Wan2018-06-041-3/+1Star
| * IB/hfi1: Ensure VL index is within boundsKaike Wan2018-06-041-9/+3Star
| * IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn2018-06-043-10/+9Star
| * IB/hns: Use zeroing memory allocator instead of allocator/memsetYueHaibing2018-06-041-5/+3Star
| * infiniband: fix a possible use-after-free bugCong Wang2018-06-041-1/+5
| * iw_cxgb4: add INFINIBAND_ADDR_TRANS dependencyArnd Bergmann2018-06-041-0/+1
| * IB/isert: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-041-4/+7
| * IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-042-6/+2Star
| * IB/isert: fix T10-pi check mask settingMax Gurtovoy2018-06-041-1/+1
| * Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-0411-41/+587
| |\
| | * IB/mlx5: Add counters read supportRaed Salem2018-06-021-0/+43
| | * IB/mlx5: Add flow counters read supportRaed Salem2018-06-022-1/+27
| | * IB/mlx5: Add flow counters binding supportRaed Salem2018-06-022-13/+224
| | * IB/mlx5: Add counters create and destroy supportRaed Salem2018-06-022-0/+33
| | * IB/uverbs: Add support for flow countersRaed Salem2018-06-022-11/+71
| | * IB/core: Support passing uhw for create_flowMatan Barak2018-06-024-4/+18