summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/iscsi_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie1-3/+6
2023-01-18scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie1-2/+9
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-09-25scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()Mike Christie1-21/+52
2022-06-21scsi: iscsi_tcp: Drop target_alloc useMike Christie1-1/+0
2022-06-21scsi: iscsi_tcp: Tell net when there's more dataMike Christie1-1/+1
2022-06-21scsi: iscsi: Run recv path from workqueueMike Christie1-13/+52
2022-06-21scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie1-1/+1
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie1-2/+2
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche1-0/+1
2021-06-02scsi: iscsi: iscsi_tcp: Start socket shutdown during conn stopMike Christie1-0/+6
2021-06-02scsi: iscsi: iscsi_tcp: Set no lingerMike Christie1-0/+1
2021-02-08scsi: iscsi_tcp: Fix shost can_queue initializationMike Christie1-2/+7
2020-10-26scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-09-29scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()Mark Mielke1-7/+15
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-2/+2
2020-01-15scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black1-0/+4
2019-11-19scsi: iscsi: Don't send data to unbound connectionAnatol Pomazau1-0/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig1-8/+1
2018-12-20scsi: iscsi: Capture iscsi debug messages using tracepointsFred Herard1-0/+4
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-10-16scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_paramNathan Chancellor1-1/+2
2018-04-19scsi: iscsi_tcp: don't set a bounce limitChristoph Hellwig1-1/+0
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2018-03-19scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabledJianchao Wang1-0/+8
2018-03-08iscsi: Use blk_queue_flag_set()Bart Van Assche1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-7/+7
2018-01-03scsi: doc: fix iscsi-related kernel-doc warningsRandy Dunlap1-0/+2
2017-08-25scsi: iscsi_tcp: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka1-3/+4
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown1-1/+1
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2016-05-19scsi_tcp: block BH in TCP callbacksEric Dumazet1-6/+6
2016-01-27iscsi_tcp: Use ahashHerbert Xu1-22/+32
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-09-30iscsi_tcp: export port being usedMike Christie1-2/+8
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-15[SCSI] iscsi_tcp: check for valid session before accessingMike Christie1-0/+3
2014-03-15[SCSI] libiscsi: Reduce locking contention in fast pathShlomo Pongratz1-11/+11
2013-10-25[SCSI] iscsi_tcp: consider session state in iscsi_sw_sk_state_checkChris Leech1-0/+1
2013-04-11[SCSI] iscsi_tcp: support PF_MEMALLOC/__GFP_MEMALLOCMike Christie1-5/+13
2012-09-24[SCSI] iscsi_tcp: increase max_lun to ~0, don't careRob Evers1-1/+1
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-1/+1
2012-02-19[SCSI] libiscsi_tcp: fix max_r2t manipulationMike Christie1-12/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1