Age | Commit message (Expand) | Author | Files | Lines |
2018-12-03 | RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex | Jason Gunthorpe | 3 | -46/+31 |
2018-12-03 | RDMA/uverbs: Remove out_len checks that are now done by the core | Jason Gunthorpe | 1 | -50/+0 |
2018-11-30 | net/mlx5: Debug print for forwarded async events | Saeed Mahameed | 1 | -0/+3 |
2018-11-30 | net/mlx5: Forward SRQ resource events | Saeed Mahameed | 3 | -30/+14 |
2018-11-30 | net/mlx5: Forward QP/WorkQueues resource events | Saeed Mahameed | 3 | -5/+15 |
2018-11-30 | net/mlx5: Remove all deprecated software versions of FW events | Saeed Mahameed | 2 | -100/+1 |
2018-11-30 | IB/mlx5: Handle raw delay drop general event | Saeed Mahameed | 1 | -3/+15 |
2018-11-30 | net/mlx5: Allow forwarding event type general event as is | Saeed Mahameed | 1 | -0/+1 |
2018-11-30 | IB/mlx5: Handle raw port change event rather than the software version | Saeed Mahameed | 1 | -34/+52 |
2018-11-30 | net/mlx5: Remove unused events callback and logic | Saeed Mahameed | 6 | -132/+11 |
2018-11-30 | IB/mlx5: Use the new mlx5 core notifier API | Saeed Mahameed | 2 | -14/+66 |
2018-11-30 | net/mlx5: Forward all mlx5 events to mlx5 notifiers chain | Saeed Mahameed | 2 | -1/+4 |
2018-11-30 | net/mlx5e: Use the new mlx5 core notifier API | Saeed Mahameed | 2 | -14/+16 |
2018-11-30 | net/mlx5: Allow port change event to be forwarded to driver notifiers chain | Saeed Mahameed | 1 | -0/+16 |
2018-11-30 | net/mlx5: Driver events notifier API | Saeed Mahameed | 3 | -1/+29 |
2018-11-30 | IB/mlx5: Use fragmented QP's buffer for in-kernel users | Guy Levi | 2 | -167/+241 |
2018-11-30 | IB/mlx5: Use fragmented SRQ's buffer for in-kernel users | Guy Levi | 2 | -5/+10 |
2018-11-30 | rxe: IB_WR_REG_MR does not capture MR's iova field | Chuck Lever | 1 | -0/+1 |
2018-11-30 | RDMA/mlx5: Attach a DEVX counter via raw flow creation | Mark Bloch | 5 | -12/+56 |
2018-11-30 | RDMA/qib: Remove all occurrences of BUG_ON() | Leon Romanovsky | 8 | -13/+0 |
2018-11-30 | IB/usnic: fix spelling mistake "miniumum" -> "minimum" | Colin Ian King | 1 | -1/+1 |
2018-11-30 | RDMA/uverbs: fix ptr_ret.cocci warnings | kbuild test robot | 1 | -5/+1 |
2018-11-30 | RDMA/drivers: Fix spelling mistake "initalize" -> "initialize" | Colin Ian King | 1 | -1/+1 |
2018-11-27 | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl() | Jason Gunthorpe | 5 | -7/+15 |
2018-11-27 | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write | Jason Gunthorpe | 2 | -73/+46 |
2018-11-27 | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex | Jason Gunthorpe | 5 | -93/+73 |
2018-11-27 | RDMA/uverbs: Prohibit write() calls with too small buffers | Jason Gunthorpe | 1 | -4/+28 |
2018-11-27 | RDMA/uverbs: Add structure size info to write commands | Jason Gunthorpe | 4 | -109/+319 |
2018-11-27 | RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods | Jason Gunthorpe | 12 | -43/+35 |
2018-11-27 | RDMA/uverbs: Make write() handlers return 0 on success | Jason Gunthorpe | 7 | -191/+139 |
2018-11-27 | RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write | Jason Gunthorpe | 9 | -192/+208 |
2018-11-27 | RDMA/uverbs: Add missing driver_data | Jason Gunthorpe | 1 | -3/+13 |
2018-11-27 | IB/qib: fix spelling mistake "colescing" -> "coalescing" | Colin Ian King | 1 | -1/+1 |
2018-11-27 | net/mlx5: Improve core device events handling | Saeed Mahameed | 1 | -87/+136 |
2018-11-27 | net/mlx5: Device events, Use async events chain | Saeed Mahameed | 10 | -252/+344 |
2018-11-27 | net/mlx5: CQ ERR, Use async events chain | Saeed Mahameed | 1 | -22/+44 |
2018-11-27 | net/mlx5: Resource tables, Use async events chain | Saeed Mahameed | 4 | -50/+108 |
2018-11-27 | net/mlx5: CmdIF, Use async events chain | Saeed Mahameed | 5 | -31/+50 |
2018-11-27 | net/mlx5: FWPage, Use async events chain | Saeed Mahameed | 4 | -40/+47 |
2018-11-27 | net/mlx5: E-Switch, Use async events chain | Saeed Mahameed | 3 | -25/+26 |
2018-11-27 | net/mlx5: Clock, Use async events chain | Saeed Mahameed | 4 | -15/+20 |
2018-11-27 | net/mlx5: FPGA, Use async events chain | Saeed Mahameed | 3 | -16/+38 |
2018-11-27 | net/mlx5: FWTrace, Use async events chain | Saeed Mahameed | 3 | -17/+16 |
2018-11-27 | net/mlx5: EQ, Introduce atomic notifier chain subscription API | Saeed Mahameed | 5 | -6/+72 |
2018-11-22 | RDMA/core: Sync unregistration with netlink commands | Parav Pandit | 4 | -15/+40 |
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 | 3 | -101/+178 |
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 | 3 | -8/+238 |