aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi2-0/+126
2018-09-11RDMA/mlx5: Enable attaching packet reformat action to steering flowsMark Bloch1-0/+8
2018-09-11RDMA/mlx5: Enable reformat on NIC RX if supportedMark Bloch1-0/+4
2018-09-11RDMA/mlx5: Enable attaching DECAP action to steering flowsMark Bloch1-0/+5
2018-09-11RDMA/mlx5: Enable decap and packet reformat on flow tablesMark Bloch1-4/+13
2018-09-11RDMA/mlx5: Enable attaching modify header to steering flowsMark Bloch1-0/+8
2018-09-11RDMA/mlx5: Add NIC TX steering supportMark Bloch2-10/+20
2018-09-10infiniband: nes: Use skb_peek_next() and skb_queue_walk().David S. Miller1-5/+3
2018-09-06RDMA/core: Assign device ifindex before publishing the deviceParav Pandit1-1/+2
2018-09-06RDMA/core: Follow correct unregister order between sysfs and cgroupParav Pandit1-1/+1
2018-09-06RDMA/umem: Restore lockdep check while downgrading lockLeon Romanovsky1-6/+0
2018-09-06RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit1-15/+15
2018-09-06RDMA/core: Use simpler spin lock irq API from blocking contextParav Pandit1-11/+9
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-06RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HWLeon Romanovsky1-3/+5
2018-09-06RDMA/cma: Protect cma dev list with lockParav Pandit1-5/+7
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe9-83/+90
2018-09-05RDMA/uverbs: Use device.groups to initialize device attributesParav Pandit2-13/+19
2018-09-05RDMA/uverbs: Use cdev_device_add() instead of cdev_add()Parav Pandit2-39/+30
2018-09-05RDMA/core: Depend on device_add() to add device attributesParav Pandit1-33/+26
2018-09-05RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()Parav Pandit1-3/+2
2018-09-05bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur2-1/+3
2018-09-05RDMA/core: Replace open-coded variant of get_deviceParav Pandit1-2/+2
2018-09-05RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky1-1/+1
2018-09-05RDMA/nes: Delete impossible debug printsLeon Romanovsky3-14/+0
2018-09-05RDMA/qedr: remove set but not used variable 'ctx'YueHaibing1-2/+0
2018-09-05IB/srp: Remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein3-4/+21
2018-09-05RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmtJoe Perches4-151/+116
2018-09-05IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-09-05Merge branch 'mlx5-flow-mutate' into rdma.git for-nextJason Gunthorpe6-9/+350
2018-09-05RDMA/mlx5: Extend packet reformat verbsMark Bloch2-0/+96
2018-09-05RDMA/mlx5: Add new flow action verb - packet reformatMark Bloch2-1/+76
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch2-10/+5
2018-09-05RDMA/mlx5: Add a new flow action verb - modify headerMark Bloch3-1/+153
2018-09-05RDMA/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-04IB/mlx5: Change TX affinity assignment in RoCE LAG modeMajd Dibbiny3-5/+44
2018-09-04iw_cxgb4: only allow 1 flush on user qpsSteve Wise1-0/+6
2018-09-04IB/core: Release object lock if destroy failedArtemy Kovalyov1-0/+2
2018-09-04RDMA/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