summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-09-11RDMA/mlx5: Refactor raw flow creationMark Bloch3-7/+13
2018-09-11RDMA/mlx5: Don't overwrite action if already setMark Bloch1-0/+10
2018-09-11RDMA/mlx5: Refactor flow action parsing to be more genericMark Bloch2-6/+10
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch3-24/+3
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-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-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe136-945/+1463
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-34/+27
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 Gunthorpe14-115/+492
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-05net/mlx5: Export packet reformat alloc/dealloc functionsMark Bloch2-8/+2
2018-09-05net/mlx5: Pass a namespace for packet reformat ID allocationMark Bloch3-1/+12
2018-09-05{net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch9-67/+80
2018-09-05net/mlx5: Move header encap type to IFC header fileMark Bloch1-5/+0
2018-09-05net/mlx5: Break encap/decap into two separated flow table creation flagsMark Bloch2-4/+6
2018-09-05net/mlx5: Add support for more namespaces when allocating modify headerMark Bloch1-0/+5