index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
iscsi
/
iscsi_target_nego.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iscsi-target: Fix initial login PDU asynchronous socket close OOPs
Nicholas Bellinger
2017-08-11
1
-67
/
+137
*
iscsi-target: Add login_keys_workaround attribute for non RFC initiators
Nicholas Bellinger
2017-07-27
1
-2
/
+4
*
iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race
Nicholas Bellinger
2016-05-17
1
-9
/
+9
*
iscsi-target: export symbols
Varun Prakash
2016-05-09
1
-0
/
+1
*
iscsi-target: Fix rx_login_comp hang after login failure
Nicholas Bellinger
2015-11-28
1
-0
/
+1
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2015-09-11
1
-6
/
+1
|
\
|
*
target: Fix max_cmd_sn increment w/o cmdsn mutex regressions
Roland Dreier
2015-09-11
1
-2
/
+0
|
*
target: Drop iSCSI use of mutex around max_cmd_sn increment
Roland Dreier
2015-08-02
1
-6
/
+3
*
|
iscsi-target: Fix iscsit_start_kthreads failure OOPs
Nicholas Bellinger
2015-07-24
1
-1
/
+33
|
/
*
iscsi-target: Move iscsi_target_[core,stat].h under linux include
Sagi Grimberg
2015-01-30
1
-1
/
+1
*
target: cleanup some boolean tests
Christophe Vu-Brugier
2014-06-06
1
-3
/
+3
*
iscsi-target: Reject zero-length payloads during SecurityNegotiation
Nicholas Bellinger
2014-06-03
1
-0
/
+6
*
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2014-04-11
1
-1
/
+1
*
iscsi-target: Pre-allocate more tags to avoid ack starvation
Nicholas Bellinger
2014-01-19
1
-1
/
+1
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2013-11-22
1
-5
/
+5
|
\
|
*
iscsi-target: fix extract_param to handle buffer length corner case
Eric Seppanen
2013-11-20
1
-1
/
+1
|
*
target/iscsi: Remove macros that contain typecasts
Andy Grover
2013-10-16
1
-3
/
+3
|
*
target/iscsi: Remove iscsi dereferencing macros
Andy Grover
2013-10-16
1
-4
/
+4
*
|
iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tags
Nicholas Bellinger
2013-10-03
1
-1
/
+1
|
/
*
target: Update copyright ownership/year information to 2013
Nicholas Bellinger
2013-09-10
1
-3
/
+1
*
iscsi-target: Convert to per-cpu ida_alloc + ida_free command map
Nicholas Bellinger
2013-09-09
1
-4
/
+24
*
iscsi-target: Remove left-over iscsi_target_do_login_io
Nicholas Bellinger
2013-09-09
1
-9
/
+1
*
iscsi-target: Add sk->sk_state_change to cleanup after TCP failure
Nicholas Bellinger
2013-09-09
1
-0
/
+101
*
iscsi-target: Add login negotiation multi-plexing support
Nicholas Bellinger
2013-09-09
1
-8
/
+226
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2013-07-11
1
-1
/
+12
|
\
|
*
iscsi-target: Add demo-mode TPG authentication context support
Nicholas Bellinger
2013-07-03
1
-1
/
+12
*
|
iscsi-target: Remove left over v3.10-rc debug printks
Nicholas Bellinger
2013-06-20
1
-3
/
+0
|
/
*
iscsi-target: Refactor RX PDU logic + export request PDU handling
Nicholas Bellinger
2013-04-25
1
-15
/
+0
*
iscsi-target: Initial traditional TCP conversion to iscsit_transport
Nicholas Bellinger
2013-04-25
1
-148
/
+19
*
target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros
Andy Grover
2013-04-25
1
-8
/
+6
*
iscsi-target: Always send a response before terminating iSCSI connection
Roland Dreier
2012-11-07
1
-2
/
+8
*
iscsit: proper endianess conversions
Christoph Hellwig
2012-10-03
1
-12
/
+6
*
iscsit: use the itt_t abstract type
Christoph Hellwig
2012-10-03
1
-4
/
+2
*
iscsit: mark various functions static
Christoph Hellwig
2012-10-02
1
-1
/
+1
*
iscsi-target: Enable MaxXmitDataSegmentLength operation in login path
Nicholas Bellinger
2012-10-02
1
-2
/
+2
*
target/iscsi: Don't log "iSCSI Login negotiation failed." twice
Roland Dreier
2012-09-17
1
-1
/
+0
*
target: remove obvious warnings
Jörn Engel
2012-03-15
1
-7
/
+1
*
target: Fix typo in drivers/target
Masanari Iida
2012-03-10
1
-1
/
+1
*
target: remove useless casts
Jörn Engel
2011-12-14
1
-1
/
+1
*
target: header reshuffle, part2
Christoph Hellwig
2011-12-14
1
-1
/
+1
*
iscsi-target: Use kmemdup rather than duplicating its implementation
Thomas Meyer
2011-12-06
1
-2
/
+1
*
treewide: Correct spelling of successfully in comments
Joe Perches
2011-09-27
1
-1
/
+1
*
iscsi-target: Fix NULL dereference on allocation failure
Dan Carpenter
2011-07-27
1
-1
/
+1
*
iscsi-target: Add iSCSI fabric support for target v4.1
Nicholas Bellinger
2011-07-26
1
-0
/
+1067