aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi4-3/+201
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-11RDMA/core: Document QP @event_handler functionChuck Lever1-0/+2
2018-09-11RDMA/core: Document CM @event_handler functionChuck Lever1-1/+5
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 Pandit2-17/+18
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-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe249-1723/+2314
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 Pandit2-34/+30
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 Romanovsky2-2/+2
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 Morgenstein4-7/+27
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 Gunthorpe22-147/+643
2018-09-05RDMA/mlx5: Extend packet reformat verbsMark Bloch4-0/+100
2018-09-05RDMA/mlx5: Add new flow action verb - packet reformatMark Bloch4-1/+87
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch3-10/+17
2018-09-05RDMA/mlx5: Add a new flow action verb - modify headerMark Bloch5-1/+168
2018-09-05RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch2-0/+63
2018-09-05net/mlx5: Export packet reformat alloc/dealloc functionsMark Bloch3-8/+11
2018-09-05net/mlx5: Pass a namespace for packet reformat ID allocationMark Bloch3-1/+12
2018-09-05net/mlx5: Expose new packet reformat capabilitiesMark Bloch1-3/+16
2018-09-05{net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch11-94/+107
2018-09-05net/mlx5: Move header encap type to IFC header fileMark Bloch2-5/+5
2018-09-05net/mlx5: Break encap/decap into two separated flow table creation flagsMark Bloch3-5/+8
2018-09-05net/mlx5: Add support for more namespaces when allocating modify headerMark Bloch1-0/+5
2018-09-05net/mlx5: Export modify header alloc/dealloc functionsMark Bloch3-5/+8