index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-01
RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table
oulijun
1
-1
/
+0
2018-02-01
RDMA/hns: Add names to function arguments in function pointers
oulijun
1
-4
/
+4
2018-02-01
RDMA/hns: Remove unnecessary operator
oulijun
1
-2
/
+2
2018-02-01
RDMA/bnxt_re: Use common error handling code in bnxt_qplib_alloc_dpi_tbl()
Markus Elfring
1
-6
/
+7
2018-02-01
RDMA/bnxt_re: Delete two error messages for a failed memory allocation in bnx...
Markus Elfring
1
-5
/
+0
2018-01-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2018-01-31
mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
David Rientjes
1
-0
/
+1
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-55
/
+72
2018-01-31
IB/rxe: remove redudant parameter in rxe_av_fill_ip_info
Zhu Yanjun
4
-7
/
+5
2018-01-31
IB/rxe: change the function rxe_av_fill_ip_info to void
Zhu Yanjun
3
-6
/
+4
2018-01-31
IB/rxe: change the function to void from int
Zhu Yanjun
2
-3
/
+2
2018-01-31
IB/rxe: remove unnecessary parameter in rxe_av_to_attr
Zhu Yanjun
4
-10
/
+5
2018-01-31
IB/rxe: change the function to void from int
Zhu Yanjun
3
-6
/
+4
2018-01-31
IB/rxe: remove redudant parameter in function
Zhu Yanjun
4
-8
/
+7
2018-01-31
RDMA/bnxt_re: Fix an error code in bnxt_qplib_create_srq()
Dan Carpenter
1
-1
/
+3
2018-01-31
RDMA/bnxt_re: Fix static checker warning
Doug Ledford
1
-5
/
+2
2018-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
153
-3876
/
+9383
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-26
/
+26
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-19
/
+1
2018-01-30
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Jason Gunthorpe
5
-11
/
+13
2018-01-29
RDMA/nldev: Provide detailed QP information
Leon Romanovsky
1
-0
/
+227
2018-01-29
RDMA/nldev: Provide global resource utilization
Leon Romanovsky
1
-0
/
+147
2018-01-29
RDMA/core: Add resource tracking for create and destroy PDs
Leon Romanovsky
2
-0
/
+7
2018-01-29
RDMA/core: Add resource tracking for create and destroy CQs
Leon Romanovsky
4
-0
/
+14
2018-01-29
RDMA/core: Add resource tracking for create and destroy QPs
Leon Romanovsky
3
-5
/
+30
2018-01-29
RDMA/restrack: Add general infrastructure to track RDMA resources
Leon Romanovsky
4
-1
/
+170
2018-01-29
RDMA/core: Save kernel caller name when creating PD and CQ objects
Leon Romanovsky
2
-6
/
+8
2018-01-29
RDMA: Move enum ib_cq_creation_flags to uapi headers
Jason Gunthorpe
3
-5
/
+5
2018-01-29
IB/rxe: Change RDMA_RXE kconfig to use select
Jason Gunthorpe
1
-2
/
+2
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2018-01-28
IB/qib: remove qib_keys.c
Corentin Labbe
1
-235
/
+0
2018-01-28
IB/mthca: remove mthca_user.h
Corentin Labbe
1
-112
/
+0
2018-01-28
RDMA/cm: Fix access to uninitialized variable
Leon Romanovsky
1
-2
/
+0
2018-01-28
RDMA/cma: Use existing netif_is_bond_master function
Parav Pandit
1
-1
/
+1
2018-01-28
IB/core: Avoid SGID attributes query while converting GID from OPA to IB
Parav Pandit
1
-3
/
+1
2018-01-28
RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure
Leon Romanovsky
1
-4
/
+1
2018-01-28
IB/umad: Fix use of unprotected device pointer
Jack Morgenstein
1
-1
/
+1
2018-01-28
IB/iser: Combine substrings for three messages
Markus Elfring
1
-6
/
+4
2018-01-28
IB/iser: Delete an unnecessary variable initialisation in iser_send_data_out()
Markus Elfring
1
-1
/
+1
2018-01-28
IB/iser: Delete an error message for a failed memory allocation in iser_send_...
Markus Elfring
1
-3
/
+1
2018-01-26
IB/mthca: Fix gup usage in mthca_map_user_db()
Davidlohr Bueso
1
-1
/
+1
2018-01-25
net: don't call update_pmtu unconditionally
Nicolas Dichtel
1
-2
/
+1
2018-01-25
RDMA/qedr: lower print level of flushed CQEs
Kalderon, Michal
1
-3
/
+3
2018-01-25
RDMA/uverbs: Use an unambiguous errno for method not supported
Jason Gunthorpe
1
-6
/
+13
2018-01-25
RDMA/srpt: Fix RCU debug build error
Leon Romanovsky
1
-2
/
+0
2018-01-24
RDMA/qedr: Use pci_enable_atomic_ops_to_root()
Felix Kuehling
1
-51
/
+8
2018-01-23
IB/srp: Add target_can_queue login parameter
Bart Van Assche
2
-0
/
+23
2018-01-23
IB/srp: Add RDMA/CM support
Bart Van Assche
2
-154
/
+589
2018-01-22
RDMA/cma: Update RoCE multicast routines to use net namespace
Parav Pandit
1
-3
/
+3
2018-01-22
RDMA/cma: Update cma_validate_port to honor net namespace
Parav Pandit
1
-1
/
+1
[prev]
[next]