index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
isert
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/isert: Do not excplicitly check == false for bool
Zou Wei
2020-11-12
1
-1
/
+1
*
IB/isert: add module param to set sg_tablesize for IO cmd
Max Gurtovoy
2020-10-28
2
-1
/
+32
*
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
2020-09-18
2
-56
/
+78
|
\
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-09-11
2
-56
/
+78
|
|
\
|
|
*
IB/isert: Fix unaligned immediate-data handling
Sagi Grimberg
2020-09-09
2
-56
/
+78
*
|
|
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
2020-08-31
1
-5
/
+5
|
\
|
|
|
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-5
/
+5
|
|
/
*
/
IB/isert: remove duplicated error prints
Max Gurtovoy
2020-08-18
1
-12
/
+3
|
/
*
IB/isert: use new shared CQ mechanism
Yamin Friedman
2020-07-29
2
-153
/
+34
*
IB/isert: allocate RW ctxs according to max IO size
Max Gurtovoy
2020-07-16
2
-3
/
+6
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
1
-1
/
+1
*
RDMA/cma: Provide ECE reject reason
Leon Romanovsky
2020-05-27
1
-2
/
+3
*
scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...
Bart Van Assche
2020-02-14
1
-0
/
+12
*
scsi: RDMA/isert: Fix a recently introduced regression related to logout
Bart Van Assche
2020-01-21
1
-12
/
+0
*
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2019-06-29
3
-9
/
+3
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-9
/
+1
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
|
RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handover
Israel Rukshin
2019-06-24
1
-2
/
+2
*
|
RDMA/core: Rename signature qp create flag and signature device capability
Israel Rukshin
2019-06-24
1
-2
/
+2
*
|
IB/isert: Remove unused sig_attrs argument
Israel Rukshin
2019-05-21
1
-6
/
+5
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-03-10
1
-1
/
+1
|
\
|
*
scsi: target/iscsi: Fix spelling of "unsolicited"
Bart Van Assche
2019-02-05
1
-1
/
+1
*
|
infiniband: remove unneeded header search paths
Masahiro Yamada
2019-01-25
1
-1
/
+0
|
/
*
RDMA/ulp: Use dev_name instead of ibdev->name
Jason Gunthorpe
2018-09-26
1
-1
/
+1
*
IB/isert: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2018-07-25
1
-12
/
+9
*
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
2018-06-18
1
-2
/
+3
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-2
/
+3
*
IB/isert: use T10-PI check mask definitions from core layer
Max Gurtovoy
2018-06-04
1
-4
/
+7
*
IB/isert: fix T10-pi check mask setting
Max Gurtovoy
2018-06-04
1
-1
/
+1
*
IB/isert: Fix for lib/dma_debug check_sync warning
Alex Estrin
2018-05-24
1
-9
/
+17
*
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Jason Gunthorpe
2018-01-30
1
-0
/
+1
|
\
|
*
iser-target: Fix possible use-after-free in connection establishment error
Sagi Grimberg
2018-01-10
1
-0
/
+1
*
|
iser-target: avoid reinitializing rdma contexts for isert commands
Bharat Potnuri
2017-12-19
2
-0
/
+8
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2017-11-15
1
-7
/
+7
|
\
|
*
RDMA/isert: Suppress gcc 7 fall-through complaints
Bart Van Assche
2017-10-15
1
-7
/
+7
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
RDMA: Remove useless MODULE_VERSION
Leon Romanovsky
2017-07-24
1
-1
/
+0
*
iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
Nicholas Bellinger
2017-07-07
1
-1
/
+1
*
iser-target: avoid posting a recv buffer twice
Sagi Grimberg
2017-03-31
2
-1
/
+14
*
iser-target: Fix queue-full response handling
Nicholas Bellinger
2017-03-31
1
-18
/
+35
*
IB/isert: fix spelling mistake: "teminating" -> "terminating"
Colin Ian King
2017-01-24
1
-1
/
+1
*
-
-
-
.
Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test
Doug Ledford
2016-12-14
1
-0
/
+8
|
\
\
\
|
|
|
*
ib_isert: log the connection reject message
Steve Wise
2016-12-14
1
-0
/
+2
|
|
|
/
|
*
/
IB/isert: do not ignore errors in dma_map_single()
Alexey Khoroshilov
2016-12-14
1
-0
/
+6
|
|
/
*
/
IB/isert: Remove and fix debug prints after allocation failure
Leon Romanovsky
2016-12-03
1
-17
/
+6
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2016-10-10
1
-1
/
+1
|
\
|
*
IB/core: add support to create a unsafe global rkey to ib_create_pd
Christoph Hellwig
2016-09-23
1
-1
/
+1
*
|
IB/isert: Properly release resources on DEVICE_REMOVAL
Raju Rangoju
2016-09-02
2
-3
/
+22
*
|
IB/isert: fix error return code in isert_alloc_login_buf()
Wei Yongjun
2016-08-22
1
-1
/
+1
|
/
*
IB/isert: Remove an unused member variable
Bart Van Assche
2016-08-02
2
-3
/
+0
[next]