aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_std_types_flow_action.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe1-1/+1
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch1-1/+2
2019-03-28RDMA/uverbs: Allow the compiler to verify declaration and definition consistencyBart Van Assche1-0/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-6/+8
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe1-6/+4
2018-11-22RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe1-0/+7
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch1-5/+2
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe1-20/+15
2018-07-24IB/mlx5: Introduce flow steering matcher uapi objectYishai Hadas1-2/+1
2018-07-04RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCTJason Gunthorpe1-12/+9
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe1-16/+24
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe1-46/+57
2018-07-04RDMA/uverbs: Simplify method definition macrosJason Gunthorpe1-4/+3
2018-07-04RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe1-15/+9
2018-07-04RDMA/uverbs: Split UVERBS_ATTR_FLOW_ACTION_ESP_HANDLEJason Gunthorpe1-4/+8
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas1-4/+5
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-nextJason Gunthorpe1-2/+2
2018-06-02IB/uverbs: Add an ib_uobject getter to ioctl() infrastructureMatan Barak1-2/+2
2018-04-17IB/uverbs: Add missing braces in anonymous union initializersGeert Uytterhoeven1-6/+6
2018-04-04IB/uverbs: Add modify ESP flow_actionMatan Barak1-5/+92
2018-04-04IB/uverbs: Add flow_action create and destroy verbsMatan Barak1-0/+348