index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
rdma
/
ib_verbs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-25
IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)...
Bart Van Assche
1
-3
/
+9
2018-07-24
IB/mlx5: Introduce driver create and destroy flow methods
Yishai Hadas
1
-0
/
+14
2018-07-24
IB: Support ib_flow creation in drivers
Yishai Hadas
1
-0
/
+1
2018-07-24
IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapi
Jason Gunthorpe
1
-13
/
+10
2018-07-10
IB: Enable uverbs_destroy_def_handler to be used by drivers
Yishai Hadas
1
-0
/
+3
2018-07-10
RDMA: Validate grh_required when handling AVs
Artemy Kovalyov
1
-1
/
+12
2018-07-10
RDMA: Fix storage of PortInfo CapabilityMask in the kernel
Jason Gunthorpe
1
-28
/
+3
2018-07-09
IB/uverbs: Remove ib_uobject_file
Jason Gunthorpe
1
-6
/
+0
2018-07-09
IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile
Jason Gunthorpe
1
-6
/
+3
2018-07-04
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
1
-1
/
+1
2018-06-29
IB: Improve uverbs_cleanup_ucontext algorithm
Yishai Hadas
1
-1
/
+45
2018-06-26
RDMA/verbs: Drop kernel variant of destroy_flow
Leon Romanovsky
1
-2
/
+0
2018-06-26
RDMA/verbs: Drop kernel variant of create_flow
Leon Romanovsky
1
-2
/
+0
2018-06-25
IB: Make ib_init_ah_attr_from_wc set sgid_attr
Parav Pandit
1
-0
/
+7
2018-06-19
IB/core: Expose ib_ucontext from a given ib_uverbs_file
Yishai Hadas
1
-0
/
+2
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
1
-1
/
+2
2018-06-18
RDMA: Hold the sgid_attr inside the struct ib_ah/qp
Jason Gunthorpe
1
-0
/
+4
2018-06-18
RDMA: Convert drivers to use sgid_attr instead of sgid_index
Parav Pandit
1
-4
/
+4
2018-06-18
IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs
Jason Gunthorpe
1
-0
/
+5
2018-06-18
IB/core: Add a sgid_attr pointer to struct rdma_ah_attr
Jason Gunthorpe
1
-0
/
+7
2018-06-18
IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid
Parav Pandit
1
-4
/
+0
2018-06-18
RDMA: Use GID from the ib_gid_attr during the add_gid() callback
Parav Pandit
1
-2
/
+1
2018-06-18
IB/core: Introduce GID entry reference counts
Parav Pandit
1
-0
/
+1
2018-06-13
Convert infiniband uverbs to struct_size
Matthew Wilcox
1
-4
/
+1
2018-06-04
RDMA/core: introduce check masks for T10-PI offload
Max Gurtovoy
1
-0
/
+13
2018-06-04
Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...
Jason Gunthorpe
1
-2
/
+41
2018-06-02
IB/core: Add support for flow counters
Raed Salem
1
-1
/
+14
2018-06-02
IB/core: Support passing uhw for create_flow
Matan Barak
1
-1
/
+2
2018-06-02
IB/core: Introduce counters read verb
Raed Salem
1
-0
/
+14
2018-06-02
IB/core: Introduce counters object and its create/destroy
Raed Salem
1
-0
/
+11
2018-05-28
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Jason Gunthorpe
1
-0
/
+14
2018-05-28
IB/core: Make testing MR flags for writability a static inline function
Jack Morgenstein
1
-0
/
+14
2018-05-17
IB/uverbs: Introduce a MPLS steering match filter
Ariel Levkovich
1
-0
/
+15
2018-05-17
IB/uverbs: Introduce a GRE steering match filter
Ariel Levkovich
1
-0
/
+17
2018-04-07
Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-41
/
+171
2018-04-05
IB/uverbs: Add device memory registration ioctl support
Ariel Levkovich
1
-0
/
+11
2018-04-05
IB/uverbs: Add alloc/free dm uverbs ioctl support
Ariel Levkovich
1
-1
/
+19
2018-04-05
IB/uverbs: Add device memory capabilities reporting
Ariel Levkovich
1
-0
/
+1
2018-04-04
IB/uverbs: Introduce ESP steering match filter
Matan Barak
1
-0
/
+16
2018-04-04
IB/uverbs: Add modify ESP flow_action
Matan Barak
1
-0
/
+4
2018-04-04
IB/uverbs: Introduce egress flow steering
Boris Pismenny
1
-1
/
+2
2018-04-04
IB/uverbs: Add action_handle flow steering specification
Matan Barak
1
-0
/
+8
2018-04-04
IB/uverbs: Add flow_action create and destroy verbs
Matan Barak
1
-0
/
+65
2018-04-04
RDMA: Use ib_gid_attr during GID modification
Parav Pandit
1
-19
/
+14
2018-04-04
IB/core: Refactor GID modify code for RoCE
Parav Pandit
1
-1
/
+4
2018-04-04
RDMA/core: Update query_gid documentation for HCA drivers
Parav Pandit
1
-0
/
+4
2018-03-28
IB/core: Protect against concurrent access to hardware stats
Mark Bloch
1
-0
/
+4
2018-03-26
net: Drop NETDEV_UNREGISTER_FINAL
Kirill Tkhai
1
-2
/
+2
2018-03-19
IB/uverbs: Safely extend existing attributes
Matan Barak
1
-4
/
+9
2018-03-19
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
1
-0
/
+2
[next]