aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrParav Pandit3-11/+19
2018-09-12RDMA/core: Introduce and use rdma_set_src_addr() between IPv4 and IPv6Parav Pandit1-42/+23
2018-09-12RDMA/core: Let protocol specific function typecast sockaddr structureParav Pandit1-16/+15
2018-09-12RDMA/core: Avoid unnecessary sa_family overwriteParav Pandit1-4/+1
2018-09-12RDMA/core Introduce and use rdma_find_ndev_for_src_ip_rcuParav Pandit1-26/+35
2018-09-12IB/mlx5: Allow transition of DCI QP to resetMoni Shoua1-1/+3
2018-09-11IB/hfi1: set_intr_bits uses incorrect source for register modificationMichael J. Ruhl1-1/+1
2018-09-11IB/hfi1: Missing return value in error path for user sdmaMichael J. Ruhl1-1/+3
2018-09-11IB/hfi1: Right size user_sdma sequence numbers and related variablesMichael J. Ruhl4-11/+11
2018-09-11IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl2-18/+15
2018-09-11IB/hfi1: Eliminate races in the SDMA send error pathMichael J. Ruhl2-51/+39
2018-09-11RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()Dan Carpenter1-0/+1
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl5-25/+24
2018-09-11infiniband: remove redundant condition check before debugfs_removezhong jiang1-2/+1
2018-09-11RDMA/mlx5: Allow creating a matcher for a NIC TX flow tableMark Bloch2-6/+33
2018-09-11RDMA/mlx5: Add NIC TX namespace when getting a flow tableMark Bloch3-11/+32
2018-09-11RDMA/mlx5: Add flow actions support to raw create flowMark Bloch2-8/+43
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