index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-08
RDMA/mlx5: Set PD pointers for the error flow unwind
Leon Romanovsky
1
-1
/
+2
2020-07-08
IB/mlx5: Fix 50G per lane indication
Aya Levin
1
-1
/
+1
2020-07-08
RDMA/siw: Fix reporting vendor_part_id
Kamal Heib
1
-1
/
+2
2020-07-02
IB/sa: Resolv use-after-free in ib_nl_make_request()
Divya Indi
1
-21
/
+17
2020-07-02
IB/hfi1: Do not destroy link_wq when the device is shut down
Kaike Wan
1
-5
/
+5
2020-07-02
IB/hfi1: Do not destroy hfi1_wq when the device is shut down
Kaike Wan
3
-6
/
+31
2020-07-02
RDMA/mlx5: Fix legacy IPoIB QP initialization
Leon Romanovsky
1
-0
/
+4
2020-07-02
IB/hfi1: Add explicit cast OPA_MTU_8192 to 'enum ib_mtu'
Nathan Chancellor
1
-1
/
+1
2020-06-24
IB/hfi1: Add atomic triggered sleep/wakeup
Mike Marciniszyn
2
-20
/
+53
2020-06-24
IB/hfi1: Correct -EBUSY handling in tx code
Mike Marciniszyn
1
-17
/
+18
2020-06-24
IB/hfi1: Fix module use count flaw due to leftover module put calls
Dennis Dalessandro
1
-17
/
+2
2020-06-24
IB/hfi1: Restore kfree in dummy_netdev cleanup
Dennis Dalessandro
1
-1
/
+1
2020-06-22
IB/mad: Fix use after free when destroying MAD agent
Shay Drory
1
-1
/
+1
2020-06-22
RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udata
Leon Romanovsky
1
-1
/
+1
2020-06-22
RDMA/counter: Query a counter before release
Mark Zhang
1
-1
/
+3
2020-06-19
RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()
Fan Guo
1
-0
/
+1
2020-06-18
RDMA/mlx5: Fix integrity enabled QP creation
Max Gurtovoy
1
-0
/
+3
2020-06-18
RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPs
Leon Romanovsky
1
-9
/
+1
2020-06-18
RDMA/mlx5: Fix remote gid value in query QP
Maor Gottlieb
1
-2
/
+1
2020-06-18
RDMA/mlx5: Don't access ib_qp fields in internal destroy QP path
Leon Romanovsky
1
-10
/
+18
2020-06-18
RDMA/core: Check that type_attrs is not NULL prior access
Leon Romanovsky
1
-15
/
+21
2020-06-18
RDMA/hns: Fix an cmd queue issue when resetting
Yangyang Li
1
-1
/
+1
2020-06-18
RDMA/hns: Fix a calltrace when registering MR from userspace
Yangyang Li
4
-14
/
+17
2020-06-18
RDMA/mlx5: Add missed RST2INIT and INIT2INIT steps during ECE handshake
Leon Romanovsky
1
-0
/
+8
2020-06-18
RDMA/cma: Protect bind_list and listen_list while finding matching cm id
Mark Zhang
1
-0
/
+18
2020-06-18
RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532
Michal Kalderon
1
-2
/
+11
2020-06-18
RDMA/efa: Set maximum pkeys device attribute
Gal Pressman
1
-0
/
+1
2020-06-18
RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq
Aditya Pakki
1
-2
/
+4
2020-06-18
RDMA/core: Annotate CMA unlock helper routine
Leon Romanovsky
1
-0
/
+1
2020-06-15
RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()
Tom Seewald
1
-1
/
+2
2020-06-15
RDMA/hfi1: Fix trivial mis-spelling of 'descriptor'
Kieran Bingham
3
-3
/
+3
2020-06-15
RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()
Tom Seewald
1
-1
/
+1
2020-06-15
RDMA/mlx5: Remove duplicated assignment to resp.response_length
Colin Ian King
1
-2
/
+0
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
22
-37
/
+37
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2
-2
/
+2
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
6
-13
/
+13
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2
-2
/
+0
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
182
-9909
/
+18523
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
16
-194
/
+813
2020-06-03
RDMA/cm: Spurious WARNING triggered in cm_destroy_id()
Ka-Cheong Poon
1
-1
/
+3
2020-06-03
RDMA/mlx5: Return ECE DC support
Leon Romanovsky
1
-14
/
+31
2020-06-03
RDMA/mlx5: Don't rely on FW to set zeros in ECE response
Leon Romanovsky
1
-2
/
+4
2020-06-03
RDMA/mlx5: Return an error if copy_to_user fails
Leon Romanovsky
1
-6
/
+2
2020-06-02
IB/hfi1: Use free_netdev() in hfi1_netdev_free()
YueHaibing
1
-4
/
+1
2020-06-02
RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()
Dan Carpenter
1
-1
/
+1
2020-06-02
RDMA/core: Move and rename trace_cm_id_create()
Chuck Lever
2
-6
/
+16
2020-06-02
IB/hfi1: Fix hfi1_netdev_rx_init() error handling
Dan Carpenter
1
-2
/
+9
2020-06-02
RDMA: Remove 'max_map_per_fmr'
Jason Gunthorpe
9
-18
/
+0
[next]