index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/core: Ensure security pkey modify is not lost
Mike Marciniszyn
2020-03-24
1
-8
/
+3
*
RDMA/mad: Do not crash if the rdma device does not have a umad interface
Jason Gunthorpe
2020-03-13
1
-11
/
+22
*
RDMA/core: Fix missing error check on dev_set_name()
Jason Gunthorpe
2020-03-13
1
-1
/
+3
*
RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SET
Jason Gunthorpe
2020-03-13
1
-1
/
+5
*
RDMA/odp: Fix leaking the tgid for implicit ODP
Jason Gunthorpe
2020-03-10
1
-1
/
+1
*
RDMA/iwcm: Fix iwcm work deallocation
Bernard Metzler
2020-03-04
1
-1
/
+3
*
RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missing
Mark Zhang
2020-03-04
1
-0
/
+2
*
RDMA/odp: Ensure the mm is still alive before creating an implicit child
Jason Gunthorpe
2020-03-04
1
-5
/
+19
*
RDMA/core: Fix protection fault in ib_mr_pool_destroy
Maor Gottlieb
2020-03-04
3
-19
/
+14
*
RDMA/core: Fix pkey and port assignment in get_new_pps
Maor Gottlieb
2020-02-28
1
-4
/
+8
*
RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()
Jason Gunthorpe
2020-02-27
1
-0
/
+1
*
RDMA/rw: Fix error flow during RDMA context initialization
Max Gurtovoy
2020-02-20
1
-11
/
+20
*
RDMA/core: Fix use of logical OR in get_new_pps
Nathan Chancellor
2020-02-19
1
-1
/
+1
*
Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow"
Parav Pandit
2020-02-19
1
-4
/
+11
*
RDMA/core: Fix protection fault in get_pkey_idx_qp_list
Leon Romanovsky
2020-02-13
1
-15
/
+9
*
IB/umad: Fix kernel crash while unloading ib_umad
Yonatan Cohen
2020-02-13
1
-2
/
+3
*
RDMA/core: Add missing list deletion on freeing event queue
Michael Guralnik
2020-02-13
1
-0
/
+1
*
RDMA/core: Fix invalid memory access in spec_filter_size
Avihai Horon
2020-02-11
1
-8
/
+7
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-01-31
29
-2037
/
+1712
|
\
|
*
RDMA/core: Make the entire API tree static
Jason Gunthorpe
2020-01-30
1
-17
/
+0
|
*
RDMA/cma: Fix unbalanced cm_id reference count during address resolve
Parav Pandit
2020-01-28
1
-0
/
+2
|
*
RDMA/umem: Fix ib_umem_find_best_pgsz()
Artemy Kovalyov
2020-01-28
1
-3
/
+6
|
*
RDMA/cm: Remove CM message structs
Jason Gunthorpe
2020-01-25
2
-288
/
+0
|
*
RDMA/cm: Use IBA functions for complex structure members
Jason Gunthorpe
2020-01-25
1
-64
/
+107
|
*
RDMA/cm: Use IBA functions for simple structure members
Jason Gunthorpe
2020-01-25
1
-139
/
+245
|
*
RDMA/cm: Use IBA functions for swapping get/set acessors
Jason Gunthorpe
2020-01-25
2
-269
/
+36
|
*
RDMA/cm: Use IBA functions for simple get/set acessors
Jason Gunthorpe
2020-01-25
2
-509
/
+104
|
*
RDMA/cm: Add SET/GET implementations to hide IBA wire format
Leon Romanovsky
2020-01-25
2
-0
/
+268
|
*
RDMA/cm: Add accessors for CM_REQ transport_type
Jason Gunthorpe
2020-01-25
1
-12
/
+29
|
*
RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fence
Jason Gunthorpe
2020-01-25
1
-0
/
+2
|
*
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
2020-01-21
3
-40
/
+57
|
|
\
|
*
|
RDMA/core: Add the core support field to METHOD_GET_CONTEXT
Michael Guralnik
2020-01-16
1
-0
/
+8
|
*
|
RDMA/uverbs: Add ioctl command to get a device context
Jason Gunthorpe
2020-01-16
5
-62
/
+114
|
*
|
RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() path
Jason Gunthorpe
2020-01-16
2
-21
/
+5
|
*
|
RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOC
Jason Gunthorpe
2020-01-16
2
-2
/
+25
|
*
|
RDMA/core: Use READ_ONCE for ib_ufile.async_file
Jason Gunthorpe
2020-01-13
5
-26
/
+18
|
*
|
RDMA/core: Make ib_uverbs_async_event_file into a uobject
Jason Gunthorpe
2020-01-13
8
-143
/
+95
|
*
|
RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobject
Jason Gunthorpe
2020-01-13
1
-17
/
+19
|
*
|
RDMA/core: Simplify type usage for ib_uverbs_async_handler()
Jason Gunthorpe
2020-01-13
3
-56
/
+34
|
*
|
RDMA/core: Do not erase the type of ib_wq.uobject
Jason Gunthorpe
2020-01-13
2
-7
/
+9
|
*
|
RDMA/core: Do not erase the type of ib_srq.uobject
Jason Gunthorpe
2020-01-13
2
-8
/
+12
|
*
|
RDMA/core: Do not erase the type of ib_qp.uobject
Jason Gunthorpe
2020-01-13
3
-16
/
+23
|
*
|
RDMA/core: Do not erase the type of ib_cq.uobject
Jason Gunthorpe
2020-01-13
4
-21
/
+31
|
*
|
RDMA/core: Make ib_ucq_object use ib_uevent_object
Jason Gunthorpe
2020-01-13
4
-35
/
+25
|
*
|
RDMA/core: Do not allow alloc_commit to fail
Jason Gunthorpe
2020-01-13
4
-128
/
+96
|
*
|
RDMA/core: Simplify destruction of FD uobjects
Jason Gunthorpe
2020-01-13
5
-54
/
+40
|
*
|
RDMA/mlx5: Use RCU and direct refcounts to keep memory alive
Jason Gunthorpe
2020-01-13
2
-20
/
+6
|
*
|
RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_class
Jason Gunthorpe
2020-01-13
1
-22
/
+1
|
*
|
RDMA/core: Remove err in iw_query_port
Guoqing Jiang
2020-01-10
1
-6
/
+1
|
*
|
RDMA/core: Fix locking in ib_uverbs_event_read
Jason Gunthorpe
2020-01-10
1
-18
/
+14
[next]