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.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
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-16
IB/mlx5: Free mpi in mp_slave mode
Danit Goldberg
1
-0
/
+1
2019-09-16
IB/mlx5: Use the original address for the page during free_pages
Danit Goldberg
1
-4
/
+5
2019-09-16
RDMA/bnxt_re: Fix spelling mistake "missin_resp" -> "missing_resp"
Colin Ian King
1
-1
/
+1
2019-09-16
RDMA/hns: Package operations of rq inline buffer into separate functions
Lijun Ou
1
-39
/
+56
2019-09-16
RDMA/hns: Optimize cmd init and mode selection for hip08
Yixian Liu
2
-13
/
+5
2019-09-13
IB/hfi1: Define variables as unsigned long to fix KASAN warning
Ira Weiny
1
-26
/
+19
2019-09-13
IB/{rdmavt, hfi1, qib}: Add a counter for credit waits
Kaike Wan
5
-16
/
+9
2019-09-13
IB/hfi1: Add traces for TID RDMA READ
Kaike Wan
3
-0
/
+51
2019-09-13
RDMA/siw: Relax from kmap_atomic() use in TX path
Bernard Metzler
1
-7
/
+5
2019-09-13
Merge tag 'v5.3-rc8' into rdma.git for-next
Jason Gunthorpe
23
-240
/
+263
2019-09-13
IB/iser: Support up to 16MB data transfer in a single command
Sergey Gorenko
1
-3
/
+4
2019-09-13
RDMA/siw: Fix page address mapping in TX path
Bernard Metzler
1
-5
/
+6
2019-09-13
RDMA: Fix goto target to release the allocated memory
Navid Emamdoost
1
-1
/
+1
2019-09-13
RDMA/usnic: Avoid overly large buffers on stack
Arnd Bergmann
1
-2
/
+8
2019-09-13
RDMA/odp: Add missing cast for 32 bit
Jason Gunthorpe
1
-1
/
+1
2019-09-13
RDMA/hns: Use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-13
RDMA/cma: Fix false error message
HÃ¥kon Bugge
1
-1
/
+1
2019-08-28
RDMA/hns: Fix wrong assignment of qp_access_flags
Lijun Ou
1
-2
/
+2
2019-08-28
RDMA/hns: Delete the not-used lines
Wenpeng Liang
1
-1
/
+0
2019-08-28
RDMA/hns: Remove if-else judgment statements for creating srq
Wenpeng Liang
1
-22
/
+7
2019-08-28
RDMA/hns: Add reset process for function-clear
Lang Cheng
2
-2
/
+98
2019-08-28
RDMA/hns: Fix cast from or to restricted __le32 for driver
Lang Cheng
6
-126
/
+105
2019-08-28
RDMA/hns: Remove the some magic number
Lijun Ou
4
-4
/
+11
2019-08-28
RDMA/hns: Modify the data structure of hns_roce_av
Lang Cheng
4
-31
/
+18
2019-08-28
RDMA/siw: Fix IPv6 addr_list locking
Bernard Metzler
1
-11
/
+20
2019-08-28
Merge branch 'mlx5-odp-dc' into rdma.git for-next
Jason Gunthorpe
1
-48
/
+3
2019-08-28
IB/mlx5: Add page fault handler for DC initiator WQE
Michael Guralnik
1
-1
/
+2
2019-08-28
IB/mlx5: Remove check of FW capabilities in ODP page fault handling
Michael Guralnik
1
-47
/
+1
2019-08-27
RDMA/iwpm: Delete unnecessary checks before the macro call "dev_kfree_skb"
Markus Elfring
2
-12
/
+6
2019-08-27
RDMA/efa: Use existing FIELD_SIZEOF macro
Gal Pressman
1
-1
/
+1
2019-08-27
RDMA/efa: Remove umem check on dereg MR flow
Gal Pressman
1
-7
/
+5
2019-08-26
RDMA/mlx5: RDMA_RX flow type support for user applications
Mark Zhang
3
-2
/
+19
2019-08-23
RDMA/siw: Fix 64/32bit pointer inconsistency
Bernard Metzler
9
-109
/
+108
2019-08-22
RDMA/siw: Fix SGL mapping issues
Bernard Metzler
1
-22
/
+15
2019-08-22
RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_message
Selvin Xavier
2
-4
/
+15
2019-08-21
Merge branch 'odp_fixes' into rdma.git for-next
Jason Gunthorpe
22
-419
/
+485
2019-08-21
RDMA/mlx5: Use odp instead of mr->umem in pagefault_mr
Jason Gunthorpe
1
-6
/
+5
2019-08-21
RDMA/mlx5: Use ib_umem_start instead of umem.address
Jason Gunthorpe
1
-3
/
+3
2019-08-21
RDMA/core: Make invalidate_range a device operation
Moni Shoua
5
-11
/
+7
2019-08-21
RDMA/odp: Use kvcalloc for the dma_list and page_list
Jason Gunthorpe
1
-8
/
+8
2019-08-21
RDMA/odp: Check for overflow when computing the umem_odp end
Jason Gunthorpe
1
-6
/
+19
2019-08-21
RDMA/odp: Provide ib_umem_odp_release() to undo the allocs
Jason Gunthorpe
4
-20
/
+11
2019-08-21
RDMA/odp: Split creating a umem_odp from ib_umem_get
Jason Gunthorpe
4
-64
/
+80
2019-08-21
RDMA/odp: Make the three ways to create a umem_odp clear
Jason Gunthorpe
2
-18
/
+85
2019-08-21
RMDA/odp: Consolidate umem_odp initialization
Jason Gunthorpe
1
-114
/
+86
2019-08-21
RDMA/odp: Make it clearer when a umem is an implicit ODP umem
Jason Gunthorpe
3
-26
/
+32
2019-08-21
RDMA/odp: Iterate over the whole rbtree directly
Jason Gunthorpe
2
-41
/
+40
2019-08-21
RDMA/odp: Use the common interval tree library instead of generic
Jason Gunthorpe
2
-54
/
+19
2019-08-20
infiniband: hfi1: fix memory leaks
Wenwen Wang
1
-3
/
+6
2019-08-20
infiniband: hfi1: fix a memory leak bug
Wenwen Wang
1
-1
/
+2
[next]