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/umem: batch page unpin in __ib_umem_release()
Joao Martins
2021-04-30
1
-6
/
+6
*
RDMA/addr: Be strict with gid size
Leon Romanovsky
2021-04-08
1
-1
/
+3
*
RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc
Leon Romanovsky
2021-03-03
1
-1
/
+1
*
RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep
Saeed Mahameed
2021-03-01
1
-2
/
+3
*
RDMA/ucma: Fix use-after-free bug in ucma_create_uevent
Avihai Horon
2021-02-16
1
-29
/
+41
*
RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()
Leon Romanovsky
2021-02-16
1
-3
/
+3
*
RDMA/ipoib: Remove racy Subnet Manager sendonly join checks
Christoph Lameter
2021-02-16
2
-35
/
+0
*
RDMA/core: Introduce and use API to read port immutable data
Parav Pandit
2021-02-05
1
-0
/
+14
*
IB/core: Use valid port number to check link layer
Parav Pandit
2021-02-03
1
-2
/
+2
*
IB/cm: Avoid a loop when device has 255 ports
Parav Pandit
2021-02-02
1
-4
/
+4
*
IB/umad: Return EPOLLERR in case of when device disassociated
Shay Drory
2021-01-28
1
-0
/
+10
*
IB/umad: Return EIO in case of when device disassociated
Shay Drory
2021-01-28
1
-1
/
+6
*
RDMA/uverbs: Don't set rcq for a QP if qp_type is IB_QPT_XRC_INI
Xiao Yang
2021-01-21
1
-1
/
+1
*
RDMA/uverbs: Add uverbs command for dma-buf based MR registration
Jianxin Xiong
2021-01-20
1
-2
/
+115
*
RDMA/core: Add device method for registering dma-buf based memory region
Jianxin Xiong
2021-01-20
1
-0
/
+1
*
RDMA/umem: Support importing dma-buf as user memory region
Jianxin Xiong
2021-01-20
3
-1
/
+178
*
RDMA/core/iwpm_msg: Add proper descriptions for 'skb' param
Lee Jones
2021-01-20
1
-8
/
+8
*
RDMA/core/iwpm_util: Fix some param description misspellings
Lee Jones
2021-01-20
1
-3
/
+3
*
RDMA/core/counters: Demote non-conformant kernel-doc headers
Lee Jones
2021-01-20
1
-8
/
+8
*
RDMA/core/restrack: Fix kernel-doc formatting issue
Lee Jones
2021-01-20
1
-2
/
+2
*
RDMA/core/sa_query: Demote non-conformant kernel-doc header
Lee Jones
2021-01-20
1
-1
/
+1
*
RDMA/core/multicast: Provide description for 'ib_init_ah_from_mcmember()'s 'r...
Lee Jones
2021-01-20
1
-0
/
+1
*
RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s param ...
Lee Jones
2021-01-20
1
-1
/
+1
*
RDMA/core/cache: Fix some misspellings, missing and superfluous param descrip...
Lee Jones
2021-01-20
1
-5
/
+4
*
RDMA/core: device: Fix formatting in worthy kernel-doc header and demote another
Lee Jones
2021-01-20
1
-4
/
+4
*
Merge branch 'devx_set_get' into rdma.git for-next
Jason Gunthorpe
2021-01-19
4
-65
/
+77
|
\
|
*
RDMA/cma: Fix error flow in default_roce_mode_store
Neta Ostrovsky
2021-01-14
1
-1
/
+3
|
*
RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()
Aharon Landau
2021-01-14
1
-1
/
+1
|
*
RDMA/restrack: Don't treat as an error allocation ID wrapping
Leon Romanovsky
2021-01-07
1
-0
/
+1
|
*
RDMA/ucma: Do not miss ctx destruction steps in some cases
Jason Gunthorpe
2021-01-06
1
-63
/
+72
*
|
RDMA/nldev: Return an error message on failure to turn auto mode
Patrisious Haddad
2021-01-18
2
-32
/
+34
*
|
RDMA: Use kzalloc for allocating only one thing
Zheng Yongjun
2021-01-07
1
-1
/
+1
*
|
RDMA/cma: Delete useless kfree code
Zheng Yongjun
2021-01-07
1
-10
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-12-16
31
-452
/
+620
|
\
|
*
RDMA/cma: Don't overwrite sgid_attr after device is released
Leon Romanovsky
2020-12-14
1
-3
/
+4
|
*
RDMA/uverbs: Fix incorrect variable type
Avihai Horon
2020-12-10
1
-9
/
+5
|
*
RDMA/core: Do not indicate device ready when device enablement fails
Jack Morgenstein
2020-12-10
1
-3
/
+4
|
*
RDMA/core: Clean up cq pool mechanism
Jack Morgenstein
2020-12-10
3
-15
/
+9
|
*
RDMA/core: Update kernel documentation for ib_create_named_qp()
Lukas Bulwahn
2020-12-10
1
-0
/
+1
|
*
IB: Fix kernel-doc markups
Mauro Carvalho Chehab
2020-12-07
5
-8
/
+10
|
*
RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr
Jason Gunthorpe
2020-12-07
2
-20
/
+116
|
*
RDMA/uverbs: Check ODP in ib_check_mr_access() as well
Jason Gunthorpe
2020-12-07
2
-15
/
+6
|
*
RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()
Jason Gunthorpe
2020-12-07
1
-4
/
+6
|
*
RDMA/restrack: Support all QP types
Leon Romanovsky
2020-11-27
4
-27
/
+17
|
*
RDMA/core: Allow drivers to disable restrack DB
Leon Romanovsky
2020-11-27
2
-3
/
+11
|
*
RDMA/core: Track device memory MRs
Leon Romanovsky
2020-11-27
1
-0
/
+4
|
*
RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwind
Jason Gunthorpe
2020-11-25
1
-7
/
+18
|
*
RDMA/core: remove use of dma_virt_ops
Christoph Hellwig
2020-11-17
2
-21
/
+27
|
*
Merge branch 'for-rc' into rdma.git
Jason Gunthorpe
2020-11-17
3
-19
/
+44
|
|
\
|
*
|
RDMA/efa: Remove .create_ah callback assignment
Gal Pressman
2020-11-16
1
-1
/
+1
[next]