summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2018-09-11RDMA/mlx5: Allow creating a matcher for a NIC TX flow tableMark Bloch
2018-09-11RDMA/mlx5: Add NIC TX namespace when getting a flow tableMark Bloch
2018-09-11RDMA/mlx5: Add flow actions support to raw create flowMark Bloch
2018-09-11RDMA/mlx5: Refactor raw flow creationMark Bloch
2018-09-11RDMA/mlx5: Don't overwrite action if already setMark Bloch
2018-09-11RDMA/mlx5: Refactor flow action parsing to be more genericMark Bloch
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi
2018-09-11RDMA/mlx5: Enable attaching packet reformat action to steering flowsMark Bloch
2018-09-11RDMA/mlx5: Enable reformat on NIC RX if supportedMark Bloch
2018-09-11RDMA/mlx5: Enable attaching DECAP action to steering flowsMark Bloch
2018-09-11RDMA/mlx5: Enable decap and packet reformat on flow tablesMark Bloch
2018-09-11RDMA/mlx5: Enable attaching modify header to steering flowsMark Bloch
2018-09-11RDMA/mlx5: Add NIC TX steering supportMark Bloch
2018-09-06RDMA/core: Assign device ifindex before publishing the deviceParav Pandit
2018-09-06RDMA/core: Follow correct unregister order between sysfs and cgroupParav Pandit
2018-09-06RDMA/umem: Restore lockdep check while downgrading lockLeon Romanovsky
2018-09-06RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit
2018-09-06RDMA/core: Use simpler spin lock irq API from blocking contextParav Pandit
2018-09-06RDMA/core: Remove context entries from list while unregistering deviceParav Pandit
2018-09-06RDMA/core: Use simplified list_for_eachParav Pandit
2018-09-06RDMA/core: No need to protect kfree with spin lock and semaphoreParav Pandit
2018-09-06RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()Parav Pandit
2018-09-06RDMA/core: Rate limit MAD error messagesParav Pandit
2018-09-06IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar
2018-09-06IB/mlx5: Don't hold spin lock while checking device stateParav Pandit
2018-09-06RDMA/core: Fail early if unsupported QP is providedParav Pandit
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe
2018-09-05RDMA/uverbs: Use device.groups to initialize device attributesParav Pandit
2018-09-05RDMA/uverbs: Use cdev_device_add() instead of cdev_add()Parav Pandit
2018-09-05RDMA/core: Depend on device_add() to add device attributesParav Pandit
2018-09-05RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()Parav Pandit
2018-09-05bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur
2018-09-05RDMA/core: Replace open-coded variant of get_deviceParav Pandit
2018-09-05RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky
2018-09-05RDMA/nes: Delete impossible debug printsLeon Romanovsky
2018-09-05RDMA/qedr: remove set but not used variable 'ctx'YueHaibing
2018-09-05IB/srp: Remove unnecessary unlikely()Igor Stoppa
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein
2018-09-05RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmtJoe Perches
2018-09-05IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister
2018-09-05Merge branch 'mlx5-flow-mutate' into rdma.git for-nextJason Gunthorpe
2018-09-05RDMA/mlx5: Extend packet reformat verbsMark Bloch
2018-09-05RDMA/mlx5: Add new flow action verb - packet reformatMark Bloch
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch
2018-09-05RDMA/mlx5: Add a new flow action verb - modify headerMark Bloch
2018-09-05RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch
2018-09-05net/mlx5: Export packet reformat alloc/dealloc functionsMark Bloch
2018-09-05net/mlx5: Pass a namespace for packet reformat ID allocationMark Bloch
2018-09-05{net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch