index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
iser
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-08
IB/iser: Fix sparse warnings
Sagi Grimberg
2
-8
/
+8
2015-05-17
IB/iser: Fix wrong calculation of protection buffer length
Sagi Grimberg
1
-2
/
+2
2015-03-23
IB/iser: Use correct dma direction when unmapping SGs
Roi Dayan
3
-8
/
+17
2015-03-23
IB/iser: Fix memory regions possible leak
Sagi Grimberg
2
-15
/
+14
2015-01-27
IB/iser: Fix possible SQ overflow
Max Gurtovoy
2
-3
/
+5
2014-10-09
IB/mlx5, iser, isert: Add Signature API additions
Sagi Grimberg
1
-26
/
+24
2014-10-09
IB/iser: Centralize ib_sig_domain settings
Sagi Grimberg
1
-18
/
+18
2014-10-09
IB/iser: Set IP_CSUM as default guard type
Sagi Grimberg
1
-2
/
+2
2014-10-09
IB/iser: Remove redundant assignment
Sagi Grimberg
1
-1
/
+0
2014-10-09
IB/iser: Bump version, add maintainer
Or Gerlitz
1
-1
/
+1
2014-10-09
IB/iser: Fix/add kernel-doc style description in iscsi_iser.c
Sagi Grimberg
1
-9
/
+160
2014-10-09
IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.h
Sagi Grimberg
1
-46
/
+189
2014-10-09
IB/iser: Nit - add space after __func__ in iser logging
Sagi Grimberg
1
-8
/
+8
2014-10-09
IB/iser: Change iscsi_conn_stop log level to info
Ariel Nahum
1
-1
/
+1
2014-10-09
IB/iser: Suppress scsi command send completions
Sagi Grimberg
3
-7
/
+16
2014-10-09
IB/iser: Optimize completion polling
Sagi Grimberg
2
-5
/
+11
2014-10-09
IB/iser: Use beacon to indicate all completions were consumed
Sagi Grimberg
3
-22
/
+23
2014-10-09
IB/iser: Use single CQ for RX and TX
Sagi Grimberg
3
-125
/
+114
2014-10-09
IB/iser: Use internal polling budget to avoid possible live-lock
Sagi Grimberg
1
-0
/
+4
2014-10-09
IB/iser: Centralize iser completion contexts
Sagi Grimberg
2
-87
/
+84
2014-10-09
IB/iser: Use iser_warn instead of BUG_ON in iser_conn_release
Ariel Nahum
1
-1
/
+3
2014-10-09
IB/iser: Signal iSCSI layer that transport is broken in error completions
Sagi Grimberg
1
-4
/
+25
2014-10-09
IB/iser: Protect tasks cleanup in case IB device was already released
Sagi Grimberg
1
-1
/
+7
2014-10-09
IB/iser: Unbind at conn_stop stage
Ariel Nahum
1
-0
/
+7
2014-10-09
IB/iser: Don't bound release_work completions timeouts
Sagi Grimberg
1
-9
/
+4
2014-10-09
IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon
Sagi Grimberg
2
-61
/
+108
2014-10-09
IB/iser: Extend iser_free_ib_conn_res()
Sagi Grimberg
1
-28
/
+30
2014-10-09
IB/iser: Remove unused variables and dead code
Roi Dayan
1
-4
/
+0
2014-10-09
IB/iser: Re-introduce ib_conn
Sagi Grimberg
5
-204
/
+245
2014-10-09
IB/iser: Rename ib_conn -> iser_conn
Sagi Grimberg
5
-392
/
+403
2014-09-22
IB/iser: Bump version to 1.4.1
Or Gerlitz
1
-1
/
+1
2014-09-22
IB/iser: Allow bind only when connection state is UP
Sagi Grimberg
1
-5
/
+14
2014-09-22
IB/iser: Fix RX/TX CQ resource leak on error flow
Roi Dayan
1
-10
/
+14
2014-08-01
IB/iser: Clarify a duplicate counters check
Roi Dayan
1
-1
/
+4
2014-08-01
IB/iser: Replace connection waitqueue with completion object
Ariel Nahum
3
-23
/
+22
2014-08-01
IB/iser: Protect iser state machine with a mutex
Ariel Nahum
3
-14
/
+65
2014-08-01
IB/iser: Remove redundant return code in iser_free_ib_conn_res()
Sagi Grimberg
1
-5
/
+2
2014-08-01
IB/iser: Seperate iser_conn and iscsi_endpoint storage space
Ariel Nahum
2
-4
/
+14
2014-08-01
IB/iser: Fix responder resources advertisement
Sagi Grimberg
1
-1
/
+3
2014-08-01
IB/iser: Add TIMEWAIT_EXIT event handling
Roi Dayan
1
-0
/
+1
2014-08-01
IB/iser: Support IPv6 address family
Roi Dayan
3
-15
/
+9
2014-06-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-24
/
+10
2014-06-11
libiscsi, iser: Adjust data_length to include protection information
Sagi Grimberg
1
-24
/
+10
2014-05-26
IB/iser: Bump version to 1.4
Or Gerlitz
1
-1
/
+1
2014-05-26
IB/iser: Add missing newlines to logging messages
Roi Dayan
1
-4
/
+4
2014-05-26
IB/iser: Fix a possible race in iser connection states transition
Ariel Nahum
1
-2
/
+2
2014-05-26
IB/iser: Simplify connection management
Ariel Nahum
3
-91
/
+99
2014-04-01
IB/iser: Bump driver version to 1.3
Or Gerlitz
1
-1
/
+1
2014-04-01
IB/iser: Update Mellanox copyright note
Or Gerlitz
5
-5
/
+5
2014-04-01
IB/iser: Print QP information once connection is established
Or Gerlitz
1
-2
/
+7
[next]