summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-09-06RDMA/core: Remove context entries from list while unregistering deviceParav Pandit1-1/+5
2018-09-06RDMA/core: Use simplified list_for_eachParav Pandit1-5/+4
2018-09-06RDMA/core: No need to protect kfree with spin lock and semaphoreParav Pandit1-1/+1
2018-09-06RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()Parav Pandit2-9/+7
2018-09-06RDMA/core: Rate limit MAD error messagesParav Pandit1-35/+37
2018-09-06IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar1-1/+2
2018-09-06IB/mlx5: Don't hold spin lock while checking device stateParav Pandit1-14/+12
2018-09-06RDMA/core: Fail early if unsupported QP is providedParav Pandit1-0/+4
2018-09-06Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe9-85/+92
2018-09-06RDMA/uverbs: Use device.groups to initialize device attributesParav Pandit2-13/+19
2018-09-06RDMA/uverbs: Use cdev_device_add() instead of cdev_add()Parav Pandit2-39/+30
2018-09-06RDMA/core: Depend on device_add() to add device attributesParav Pandit1-34/+27
2018-09-06RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()Parav Pandit1-3/+2
2018-09-06bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur2-1/+3
2018-09-06RDMA/core: Replace open-coded variant of get_deviceParav Pandit1-2/+2
2018-09-06RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky1-1/+1
2018-09-06RDMA/nes: Delete impossible debug printsLeon Romanovsky3-14/+0
2018-09-06RDMA/qedr: remove set but not used variable 'ctx'YueHaibing1-2/+0
2018-09-06IB/srp: Remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-09-06IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein3-4/+21
2018-09-06RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmtJoe Perches4-151/+116
2018-09-06IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-09-06Merge branch 'mlx5-flow-mutate' into rdma.git for-nextJason Gunthorpe6-9/+350
2018-09-06RDMA/mlx5: Extend packet reformat verbsMark Bloch2-0/+96
2018-09-06RDMA/mlx5: Add new flow action verb - packet reformatMark Bloch2-1/+76
2018-09-06RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch2-10/+5
2018-09-06RDMA/mlx5: Add a new flow action verb - modify headerMark Bloch3-1/+153
2018-09-06RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch1-0/+23
2018-09-05{net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch1-3/+3
2018-09-05IB/mlx5: Change TX affinity assignment in RoCE LAG modeMajd Dibbiny3-5/+44
2018-09-05iw_cxgb4: only allow 1 flush on user qpsSteve Wise1-0/+6
2018-09-05IB/core: Release object lock if destroy failedArtemy Kovalyov1-0/+2
2018-09-05RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn1-0/+6
2018-09-01IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()Michael J. Ruhl3-8/+12
2018-09-01IB/hfi1: Rework the IRQ API to be more flexibleMichael J. Ruhl6-104/+162
2018-09-01IB/hfi1: PCIe bus width retryKamenee Arumugam1-3/+8
2018-09-01IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl8-243/+295
2018-09-01IB/hfi1: Prepare for new HFI1 MSIx APIMichael J. Ruhl7-295/+414
2018-09-01IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl4-86/+59
2018-09-01IB/hfi1: tune_pcie_caps is arbitrarily placed, poorlyMichael J. Ruhl3-10/+15
2018-09-01IB/hfi1: Remove duplicated definesMichael J. Ruhl1-10/+0
2018-09-01IB/hfi1: Rework file list in MakefileDennis Dalessandro1-6/+34
2018-08-31IB/rxe: fixes for rdma read retryVijay Immanuel2-11/+25
2018-08-31IB/rxe: avoid back-to-back retriesVijay Immanuel2-1/+18
2018-08-31IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2-2/+8
2018-08-30IB/rxe: Refactor lookup memory functionParav Pandit1-24/+11
2018-08-30IB/rxe: Avoid NULL check when search is successfulParav Pandit1-4/+3
2018-08-30IB/rxe: Change pool state enums to capital lettersParav Pandit2-8/+8
2018-08-30IB/rxe: Replace spinlock with rwlockParav Pandit2-19/+19
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit4-24/+13