index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-02
RDMA/mlx5: Move xlt_emergency_page_mutex into mr.c
Jason Gunthorpe
3
-22
/
+19
2020-11-02
RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()
Jason Gunthorpe
7
-18
/
+30
2020-11-02
RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()
Jason Gunthorpe
7
-45
/
+27
2020-11-02
RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()
Jason Gunthorpe
7
-52
/
+46
2020-11-02
RDMA/mlx5: Remove order from mlx5_ib_cont_pages()
Jason Gunthorpe
7
-24
/
+12
2020-11-02
RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mr
Jason Gunthorpe
3
-78
/
+69
2020-11-02
RDMA/mlx5: Remove mlx5_ib_mr->npages
Jason Gunthorpe
2
-12
/
+12
2020-11-02
RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()
Jason Gunthorpe
1
-9
/
+11
2020-11-02
RDMA/mlx5: Remove mlx5_ib_mr->order
Jason Gunthorpe
2
-3
/
+3
2020-10-30
RDMA: Convert various random sprintf sysfs _show uses to sysfs_emit
Joe Perches
4
-52
/
+35
2020-10-30
RDMA: Manual changes for sysfs_emit and neatening
Joe Perches
7
-151
/
+144
2020-10-28
RDMA/hns: Add support for filling GMV table
Weihang Li
3
-31
/
+116
2020-10-28
RDMA/hns: Add support for configuring GMV table
Weihang Li
6
-28
/
+159
2020-10-28
RDMA/hns: Support owner mode doorbell
Lang Cheng
3
-7
/
+28
2020-10-28
RDMA/qedr: Fix memory leak in iWARP CM
Alok Prasad
1
-0
/
+1
2020-10-27
RDMA/bnxt_re: Fix entry size during SRQ create
Selvin Xavier
1
-2
/
+2
2020-10-26
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
13
-84
/
+80
2020-10-26
RDMA: Remove AH from uverbs_cmd_mask
Jason Gunthorpe
4
-23
/
+4
2020-10-26
RDMA: Remove uverbs cmds from drivers that don't use them
Jason Gunthorpe
6
-41
/
+2
2020-10-26
RDMA: Check create_flags during create_qp
Jason Gunthorpe
13
-25
/
+22
2020-10-26
RDMA: Check flags during create_cq
Jason Gunthorpe
12
-6
/
+22
2020-10-26
RDMA: Check attr_mask during modify_qp
Jason Gunthorpe
14
-2
/
+39
2020-10-26
RDMA: Check srq_type during create_srq
Jason Gunthorpe
10
-9
/
+25
2020-10-26
RDMA: Move more uverbs_cmd_mask settings to the core
Jason Gunthorpe
10
-91
/
+9
2020-10-26
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
12
-179
/
+11
2020-10-26
RDMA: Remove uverbs_ex_cmd_mask values that are linked to functions
Jason Gunthorpe
5
-37
/
+3
2020-10-26
RDMA/cxgb4: Remove MW support
Jason Gunthorpe
3
-88
/
+0
2020-10-26
RDMA/bnxt_re: Set queue pair state when being queried
Kamal Heib
1
-0
/
+1
2020-10-26
RDMA/mlx5: Fix devlink deadlock on net namespace deletion
Parav Pandit
1
-2
/
+4
2020-10-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
104
-1876
/
+2623
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
12
-14
/
+24
2020-10-13
IB/hfi1: use new function dev_fetch_sw_netstats
Heiner Kallweit
1
-33
/
+1
2020-10-09
IB/mlx4: Convert rej_tmout radix-tree to XArray
HÃ¥kon Bugge
2
-48
/
+50
2020-10-06
RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.
Colin Ian King
1
-1
/
+1
2020-10-06
RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()
Jason Gunthorpe
3
-29
/
+22
2020-10-01
RDMA/core: Modify enum ib_gid_type and enum rdma_network_type
Avihai Horon
3
-4
/
+6
2020-10-01
RDMA/qedr: Endianness warnings cleanup
Alok Prasad
1
-2
/
+2
2020-10-01
RDMA/mlx5: Sync device with CPU pages upon ODP MR registration
Yishai Hadas
3
-6
/
+32
2020-10-01
RDMA/mlx5: Extend advice MR to support non faulting mode
Yishai Hadas
2
-2
/
+8
2020-10-01
IB/core: Enable ODP sync without faulting
Yishai Hadas
1
-1
/
+1
2020-10-01
IB/core: Improve ODP to use hmm_range_fault()
Yishai Hadas
1
-17
/
+7
2020-09-29
RDMA/hns: Remove unused variables and definitions
Lang Cheng
2
-10
/
+0
2020-09-29
RDMA/i40iw: Remove intermediate pointer that points to the same struct
Leon Romanovsky
1
-6
/
+3
2020-09-29
RDMA/mthca: Combine special QP struct with mthca QP
Leon Romanovsky
4
-58
/
+59
2020-09-29
RDMA/drivers: Remove udata check from special QP
Leon Romanovsky
6
-68
/
+19
2020-09-29
RDMA/mlx4: Prepare QP allocation to remove from the driver
Leon Romanovsky
1
-94
/
+63
2020-09-29
RDMA/mlx4: Embed GSI QP into general mlx4_ib QP
Leon Romanovsky
2
-91
/
+100
2020-09-29
RDMA/mlx5: Delete not needed GSI QP signal QP type
Leon Romanovsky
2
-8
/
+1
2020-09-29
RDMA/mlx5: Change GSI QP to have same creation flow like other QPs
Leon Romanovsky
3
-46
/
+38
2020-09-29
RDMA/mlx5: Reuse existing fields in parent QP storage object
Leon Romanovsky
3
-45
/
+31
[prev]
[next]