Age | Commit message (Expand) | Author | Files | Lines |
2018-11-29 | IB/mlx5: Use fragmented SRQ's buffer for in-kernel users | Guy Levi | 2 | -5/+10 |
2018-11-29 | rxe: IB_WR_REG_MR does not capture MR's iova field | Chuck Lever | 1 | -0/+1 |
2018-11-29 | RDMA/mlx5: Attach a DEVX counter via raw flow creation | Mark Bloch | 4 | -12/+55 |
2018-11-29 | RDMA/qib: Remove all occurrences of BUG_ON() | Leon Romanovsky | 8 | -13/+0 |
2018-11-29 | IB/usnic: fix spelling mistake "miniumum" -> "minimum" | Colin Ian King | 1 | -1/+1 |
2018-11-29 | RDMA/uverbs: fix ptr_ret.cocci warnings | kbuild test robot | 1 | -5/+1 |
2018-11-29 | RDMA/drivers: Fix spelling mistake "initalize" -> "initialize" | Colin Ian King | 1 | -1/+1 |
2018-11-26 | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl() | Jason Gunthorpe | 4 | -5/+9 |
2018-11-26 | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write | Jason Gunthorpe | 2 | -73/+46 |
2018-11-26 | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex | Jason Gunthorpe | 4 | -91/+71 |
2018-11-26 | RDMA/uverbs: Prohibit write() calls with too small buffers | Jason Gunthorpe | 1 | -4/+28 |
2018-11-26 | RDMA/uverbs: Add structure size info to write commands | Jason Gunthorpe | 3 | -106/+310 |
2018-11-26 | RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods | Jason Gunthorpe | 10 | -39/+32 |
2018-11-26 | RDMA/uverbs: Make write() handlers return 0 on success | Jason Gunthorpe | 5 | -181/+131 |
2018-11-26 | RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write | Jason Gunthorpe | 6 | -166/+174 |
2018-11-26 | IB/qib: fix spelling mistake "colescing" -> "coalescing" | Colin Ian King | 1 | -1/+1 |
2018-11-26 | net/mlx5: Improve core device events handling | Saeed Mahameed | 1 | -87/+136 |
2018-11-26 | net/mlx5: Device events, Use async events chain | Saeed Mahameed | 8 | -222/+342 |
2018-11-26 | net/mlx5: CQ ERR, Use async events chain | Saeed Mahameed | 1 | -22/+44 |
2018-11-26 | net/mlx5: Resource tables, Use async events chain | Saeed Mahameed | 3 | -48/+104 |
2018-11-26 | net/mlx5: CmdIF, Use async events chain | Saeed Mahameed | 4 | -31/+48 |
2018-11-26 | net/mlx5: FWPage, Use async events chain | Saeed Mahameed | 3 | -38/+44 |
2018-11-26 | net/mlx5: E-Switch, Use async events chain | Saeed Mahameed | 3 | -25/+26 |
2018-11-26 | net/mlx5: Clock, Use async events chain | Saeed Mahameed | 3 | -14/+17 |
2018-11-26 | net/mlx5: FPGA, Use async events chain | Saeed Mahameed | 3 | -16/+38 |
2018-11-26 | net/mlx5: FWTrace, Use async events chain | Saeed Mahameed | 3 | -17/+16 |
2018-11-26 | net/mlx5: EQ, Introduce atomic notifier chain subscription API | Saeed Mahameed | 3 | -3/+49 |
2018-11-22 | RDMA/core: Sync unregistration with netlink commands | Parav Pandit | 3 | -14/+33 |
2018-11-22 | RDMA/cma: Move cma module specific functions to cma_priv.h | Parav Pandit | 3 | -29/+31 |
2018-11-22 | RDMA/uverbs: Check for NULL driver methods for every write call | Jason Gunthorpe | 2 | -101/+162 |
2018-11-22 | RDMA/uverbs: Make all the method functions in uverbs_cmd static | Jason Gunthorpe | 2 | -197/+133 |
2018-11-22 | RDMA/uverbs: Convert the write interface to use uverbs_api | Jason Gunthorpe | 5 | -117/+165 |
2018-11-22 | RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_api | Jason Gunthorpe | 2 | -2/+150 |
2018-11-22 | RDMA/uverbs: Require all objects to have a driver destroy function | Jason Gunthorpe | 8 | -15/+62 |
2018-11-22 | RDMA/mlx5: Use the uapi disablement APIs instead of code | Jason Gunthorpe | 3 | -37/+21 |
2018-11-22 | RDMA/uverbs: Add helpers to mark uapi functions as unsupported | Jason Gunthorpe | 3 | -18/+165 |
2018-11-22 | RDMA/uverbs: Factor out the add/get pattern into a helper | Jason Gunthorpe | 1 | -30/+44 |
2018-11-22 | RDMA/uverbs: Use a linear list to describe the compiled-in uapi | Jason Gunthorpe | 8 | -126/+145 |
2018-11-22 | RDMA/mlx5: Do not generate the uabi specs unconditionally | Jason Gunthorpe | 1 | -8/+9 |
2018-11-22 | mlx4: trigger IB events needed by SMC | Ursula Braun | 2 | -0/+28 |
2018-11-21 | iw_cxgb4: only reconnect with MPAv1 if the peer aborts | Steve Wise | 1 | -1/+2 |
2018-11-21 | IB/core: Make function ib_fmr_pool_unmap return void | Yuval Shaia | 2 | -7/+2 |
2018-11-21 | IB/srpt: Drop pointless static qualifier in srpt_make_tpg() | Yue Haibing | 1 | -1/+1 |
2018-11-21 | infiniband/hw/cxgb4/qp.c: Use dma_zalloc_coherent | Sabyasachi Gupta | 1 | -2/+1 |
2018-11-21 | infiniband/hw/cxgb3/cxio_hal.c: Use dma_zalloc_coherent | Sabyasachi Gupta | 1 | -2/+1 |
2018-11-21 | Merge branch 'mlx5-next' into rdma.git | Jason Gunthorpe | 17 | -768/+1084 |
2018-11-21 | IB/mlx5: Allow modify AV in DCI QP to RTR | Artemy Kovalyov | 1 | -1/+1 |
2018-11-20 | net/mlx5: EQ, Make EQE access methods inline | Saeed Mahameed | 2 | -24/+24 |
2018-11-20 | {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA | Saeed Mahameed | 8 | -332/+287 |
2018-11-20 | net/mlx5: EQ, Generic EQ | Saeed Mahameed | 2 | -73/+182 |