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
/
sw
/
rxe
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2022-01-20
hash.h: remove unused define directive
Isabella Basso
1
-2
/
+1
2022-01-13
Merge tag 'v5.16' into rdma.git for-next
Jason Gunthorpe
1
-9
/
+7
2022-01-08
RDMA/rxe: Use the standard method to produce udp source port
Zhu Yanjun
1
-0
/
+5
2022-01-05
RDMA/rxe: Delete deprecated module parameters interface
Leon Romanovsky
4
-126
/
+0
2022-01-05
RDMA/rxe: Fix indentations and operators sytle
Li Zhijian
1
-368
/
+369
2022-01-05
RDMA/rxe: Fix a typo in opcode name
Chengguang Xu
1
-1
/
+1
2022-01-05
RDMA/rxe: Remove the unused xmit_errors member
Zhu Yanjun
2
-3
/
+0
2022-01-05
RDMA/rxe: Remove redundant err variable
Minghao Chi
1
-6
/
+2
2022-01-04
RDMA/rxe: Prevent double freeing rxe_map_set()
Li Zhijian
1
-9
/
+7
2021-12-15
Merge tag 'v5.16-rc5' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+1
2021-12-07
RDMA/rxe: Remove the unnecessary variable
Zhu Yanjun
1
-4
/
+1
2021-11-25
RDMA: Fix use-after-free in rxe_queue_cleanup
Pavel Skripkin
1
-0
/
+1
2021-11-19
RDMA/rxe: Remove some #defines from rxe_pool.h
Bob Pearson
2
-3
/
+2
2021-11-19
RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.c
Bob Pearson
1
-1
/
+0
2021-11-19
RDMA/rxe: Save object pointer in pool element
Bob Pearson
2
-13
/
+18
2021-11-19
RDMA/rxe: Copy setup parameters into rxe_pool
Bob Pearson
2
-33
/
+27
2021-11-19
RDMA/rxe: Cleanup rxe_pool_entry
Bob Pearson
11
-91
/
+89
2021-11-19
RDMA/rxe: Replace irqsave locks with bh locks
Bob Pearson
9
-86
/
+59
2021-10-28
RDMA/rxe: Make rxe_type_info static const
Joe Perches
2
-24
/
+18
2021-10-28
RDMA/rxe: Use 'bitmap_zalloc()' when applicable
Christophe JAILLET
1
-6
/
+2
2021-10-28
RDMA/rxe: Save a few bytes from struct rxe_pool
Christophe JAILLET
2
-2
/
+0
2021-10-12
RDMA/rxe: Convert kernel UD post send to use ah_num
Bob Pearson
1
-6
/
+3
2021-10-12
RDMA/rxe: Lookup kernel AH from ah index in UD WQEs
Bob Pearson
2
-4
/
+24
2021-10-12
RDMA/rxe: Replace ah->pd by ah->ibah.pd
Bob Pearson
1
-1
/
+5
2021-10-12
RDMA/rxe: Create AH index and return to user space
Bob Pearson
2
-1
/
+32
2021-10-12
RDMA/rxe: Change AH objects to indexed
Bob Pearson
2
-2
/
+6
2021-10-12
RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wr
Bob Pearson
2
-2
/
+3
2021-10-12
RDMA/counter: Add a descriptor in struct rdma_hw_stats
Aharon Landau
1
-21
/
+21
2021-10-07
RDMA/rxe: Remove duplicate settings
Xiao Yang
1
-4
/
+0
2021-10-07
RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESS
Xiao Yang
1
-20
/
+25
2021-10-07
RDMA/rxe: Change the is_user member of struct rxe_cq to bool
Xiao Yang
2
-3
/
+2
2021-10-07
RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srq
Xiao Yang
4
-9
/
+0
2021-10-04
RDMA/rxe: Bump up default maximum values used via uverbs
Rao Shoaib
1
-14
/
+16
2021-09-28
RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASK
Xiao Yang
1
-1
/
+0
2021-09-28
RDMA/rxe: Add MASK suffix for RXE_READ_OR_ATOMIC and RXE_WRITE_OR_SEND
Xiao Yang
3
-6
/
+6
2021-09-28
RDMA/rxe: Add new RXE_READ_OR_WRITE_MASK
Xiao Yang
2
-2
/
+3
2021-09-24
RDMA/rxe: Only allow invalidate for appropriate MRs
Bob Pearson
1
-0
/
+6
2021-09-24
RDMA/rxe: Create duplicate mapping tables for FMRs
Bob Pearson
5
-102
/
+161
2021-09-24
RDMA/rxe: Separate HW and SW l/rkeys
Bob Pearson
5
-51
/
+81
2021-09-24
RDMA/rxe: Cleanup MR status and type enums
Bob Pearson
2
-16
/
+13
2021-09-24
RDMA/rxe: Add memory barriers to kernel queues
Bob Pearson
9
-314
/
+189
2021-09-14
RDMA/rxe: remove the unnecessary variable
Zhu Yanjun
2
-3
/
+0
2021-09-14
RDMA/rxe: remove the redundant variable
Zhu Yanjun
1
-4
/
+1
2021-09-14
RDMA/rxe: Fix wrong port_cap_flags
Junji Wei
1
-1
/
+1
2021-09-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
12
-201
/
+226
2021-08-30
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
3
-12
/
+20
2021-08-25
RDMA: Use the sg_table directly and remove the opencoded version from umem
Maor Gottlieb
1
-1
/
+1
2021-08-20
RDMA/rxe: Zero out index member of struct rxe_queue
Xiao Yang
1
-1
/
+1
2021-08-20
RDMA/rxe: Fix memory allocation while in a spin lock
Bob Pearson
1
-1
/
+1
[next]