summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2019-04-22RDMA/mlx5: Access the prio bypass inside the FDB flow table namespaceMark Bloch2-11/+21
2019-04-22RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit3-6/+65
2019-04-22RDMA/core: Introduce a helper function to change net namespace of rdma deviceParav Pandit1-0/+77
2019-04-22RDMA/core: Avoid freeing netdevs in disable_device()Parav Pandit1-3/+4
2019-04-22infiniband/qib: Fix typo in commentChengguang Xu1-1/+1
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-0/+3
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0
2019-04-18RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"Colin Ian King1-1/+1
2019-04-18IB/mlx5: Fix scatter to CQE in DCT QP creationGuy Levi2-4/+9
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-41/+42
2019-04-16RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King1-0/+2
2019-04-16IB/rdmavt: Fix frwr memory registrationJosh Collier1-7/+10
2019-04-12RDMA/mlx5: Check for error return in flow_rule rather than errColin Ian King1-1/+1
2019-04-12RDMA/ocrdma: Remove use of idr use pci bdf insteadDevesh Sharma1-11/+2
2019-04-10IB/hfi1: Do not flush send queue in the TID RDMA second legKaike Wan1-23/+8
2019-04-10RDMA/mlx5: Remove VF representor profileMark Bloch3-86/+16
2019-04-10RDMA/mlx5: Move to single device multiport ports in switchdev modeMark Bloch3-9/+49
2019-04-10RDMA/mlx5: Move SMI caps logicMark Bloch1-5/+5
2019-04-10RDMA/mlx5: Refactor netdev affinity codeMark Bloch2-10/+39
2019-04-10RDMA/mlx5: Move default representors SQ steering to rule to modify QPMark Bloch3-30/+48
2019-04-10RDMA/mlx5: Move rep into port structMark Bloch7-20/+26
2019-04-10RDMA/mlx5: Use correct size for device resourcesMark Bloch1-3/+1
2019-04-10RDMA/mlx5: Move ports allocation to outside of INIT stageMark Bloch2-14/+22
2019-04-10RDMA/mlx5: Free IB device on removeMark Bloch2-6/+3
2019-04-10RDMA/mlx5: Move netdev info into the port structMark Bloch3-25/+25
2019-04-10Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe4-9/+8
2019-04-09RDMA/cxgb4: Use ib_device_set_netdev()Steve Wise1-19/+17
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe9-92/+31
2019-04-09ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2-2/+2
2019-04-08RDMA/hns: Bugfix for SCC hem freeYangyang Li1-3/+0
2019-04-08RDMA/hns: Fix bug that caused srq creation to failLijun Ou2-4/+6
2019-04-08RDMA/hns: Support to create 1M srq queuechenglang1-1/+1
2019-04-08RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()Shiraz Saleem1-2/+2
2019-04-08RDMA/hns: Dump detailed driver-specific CQLijun Ou8-2/+181
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky40-409/+303
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky35-326/+225
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe5-8/+8
2019-04-08IB/mlx5: Remove references to uboject->contextJason Gunthorpe3-14/+23
2019-04-08RDMA/nldev: Return device protocolLeon Romanovsky1-1/+23
2019-04-08RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky3-38/+57
2019-04-08opa_vnic: fix check on record->event, incorrect operator usedColin Ian King1-1/+1
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem5-28/+93
2019-04-08RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib1-0/+2
2019-04-08i40iw: Redefine i40iw_mmiowb() to do nothingWill Deacon1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon14-73/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2-2/+2
2019-04-06Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed4-9/+8
2019-04-04RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky1-1/+0
2019-04-04RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja1-2/+2
2019-04-04RDMA/mlx5: Cleanup WQE page fault handlerLeon Romanovsky1-67/+52