index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
uverbs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/ucontext: Fix regression with disassociate
Jason Gunthorpe
2019-04-24
1
-0
/
+1
*
IB/core: Move query port to ioctl
Michael Guralnik
2018-12-20
1
-0
/
+25
*
RDMA/uverbs: Implement an ioctl that can call write and write_ex handlers
Jason Gunthorpe
2018-12-18
1
-1
/
+0
*
RDMA/uverbs: Make all the method functions in uverbs_cmd static
Jason Gunthorpe
2018-11-22
1
-59
/
+0
*
RDMA/uverbs: Convert the write interface to use uverbs_api
Jason Gunthorpe
2018-11-22
1
-3
/
+0
*
RDMA/ucontext: Add a core API for mmaping driver IO memory
Jason Gunthorpe
2018-09-20
1
-0
/
+3
*
RDMA/uverbs: Remove is_closed from ib_uverbs_file
Jason Gunthorpe
2018-09-19
1
-1
/
+0
*
RDMA/uverbs: Move flow resources initialization
Mark Bloch
2018-09-11
1
-6
/
+0
*
RDMA/uverbs: Use device.groups to initialize device attributes
Parav Pandit
2018-09-05
1
-0
/
+2
*
RDMA/uverbs: Use cdev_device_add() instead of cdev_add()
Parav Pandit
2018-09-05
1
-2
/
+1
*
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Jason Gunthorpe
2018-08-13
1
-1
/
+0
*
IB/uverbs: Build the specs into a radix tree at runtime
Jason Gunthorpe
2018-08-10
1
-0
/
+1
*
IB/uverbs: Do not block disassociate during write()
Jason Gunthorpe
2018-08-01
1
-0
/
+3
*
IB/uverbs: Do not pass struct ib_device to the write based methods
Jason Gunthorpe
2018-08-01
1
-2
/
+0
*
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
2018-07-25
1
-1
/
+4
*
IB/uverbs: Rework the locking for cleaning up the ucontext
Jason Gunthorpe
2018-07-25
1
-4
/
+2
*
IB/uverbs: Revise and clarify the rwsem and uobjects_lock
Jason Gunthorpe
2018-07-25
1
-4
/
+8
*
IB: Enable uverbs_destroy_def_handler to be used by drivers
Yishai Hadas
2018-07-10
1
-3
/
+0
*
IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobject
Jason Gunthorpe
2018-07-09
1
-1
/
+0
*
IB/uverbs: Remove ib_uobject_file
Jason Gunthorpe
2018-07-09
1
-1
/
+1
*
IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile
Jason Gunthorpe
2018-07-09
1
-0
/
+8
*
RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macros
Jason Gunthorpe
2018-07-04
1
-2
/
+0
*
IB: Improve uverbs_cleanup_ucontext algorithm
Yishai Hadas
2018-06-29
1
-1
/
+1
*
IB/uverbs: Add support for flow counters
Raed Salem
2018-06-02
1
-0
/
+1
*
IB/uverbs: Add create/destroy counters support
Raed Salem
2018-06-02
1
-0
/
+1
*
IB/uverbs: Add alloc/free dm uverbs ioctl support
Ariel Levkovich
2018-04-05
1
-0
/
+1
*
IB/uverbs: Introduce ESP steering match filter
Matan Barak
2018-04-04
1
-0
/
+1
*
IB/uverbs: Add action_handle flow steering specification
Matan Barak
2018-04-04
1
-0
/
+8
*
IB/uverbs: Add flow_action create and destroy verbs
Matan Barak
2018-04-04
1
-0
/
+4
*
IB/uverbs: Refactor kern_spec_to_ib_spec_filter
Matan Barak
2018-04-04
1
-0
/
+6
*
IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new file
Matan Barak
2018-03-19
1
-0
/
+3
*
IB/uverbs: Expose parsing tree of all common objects to providers
Matan Barak
2018-03-19
1
-0
/
+15
*
IB/uverbs: Move to new headers and make naming consistent
Matan Barak
2018-03-19
1
-0
/
+3
*
IB/uverbs: Allow CQ moderation with modify CQ
Yonatan Cohen
2017-11-13
1
-0
/
+1
*
IB/uverbs: clean up INIT_UDATA() macro usage
Arnd Bergmann
2017-09-27
1
-8
/
+14
*
IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usage
Arnd Bergmann
2017-09-27
1
-7
/
+8
*
IB/core: Expose ioctl interface through experimental Kconfig
Matan Barak
2017-08-31
1
-0
/
+2
*
IB/core: Assign root to all drivers
Matan Barak
2017-08-31
1
-0
/
+1
*
IB/core: Introduce drop flow specification
Slava Shwartsman
2017-04-21
1
-0
/
+1
*
IB/core: Rename uverbs event file structure
Matan Barak
2017-04-20
1
-10
/
+11
*
IB/core: Change completion channel to use the reworked objects schema
Matan Barak
2017-04-05
1
-9
/
+17
*
IB/core: Add support for fd objects
Matan Barak
2017-04-05
1
-0
/
+1
*
IB/core: Add lock to multicast handlers
Matan Barak
2017-04-05
1
-0
/
+2
*
IB/core: Change idr objects to use the new schema
Matan Barak
2017-04-05
1
-2
/
+0
*
IB/core: Add idr based standard types
Matan Barak
2017-04-05
1
-1
/
+4
*
IB/core: Refactor idr to be per uverbs_file
Matan Barak
2017-04-05
1
-14
/
+5
*
IB/uverbs: Add support for flow tag
Moses Reuben
2017-02-14
1
-0
/
+1
*
IB/uverbs: Extend modify_qp and support packet pacing
Bodong Wang
2016-12-13
1
-0
/
+1
*
-
.
Merge branches 'misc' and 'rxe' into k.o/for-4.8-1
Doug Ledford
2016-08-04
1
-0
/
+1
|
\
\
|
*
|
IB/uverbs: Fix race between uverbs_close and remove_one
Jason Gunthorpe
2016-08-03
1
-0
/
+1
|
|
/
[next]