summaryrefslogtreecommitdiff
path: root/drivers/scsi/iscsi_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-1/+1
2023-09-17scsi: iscsi_tcp: restrict to TCP socketsEric Dumazet1-0/+4
2023-06-25scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells1-16/+10
2023-04-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2023-04-03scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()Zhong Jinghua1-2/+1
2023-03-25scsi: iscsi: Declare SCSI host template constBart Van Assche1-2/+2
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+15
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2023-01-19scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie1-3/+6
2023-01-19scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie1-2/+9
2022-12-20Treewide: 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-22scsi: iscsi_tcp: Drop target_alloc useMike Christie1-1/+0
2022-06-22scsi: iscsi_tcp: Tell net when there's more dataMike Christie1-1/+1
2022-06-22scsi: iscsi: Run recv path from workqueueMike Christie1-13/+52
2022-06-22scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie1-1/+1
2022-06-22scsi: iscsi: Fix session removal on shutdownMike Christie1-2/+2
2022-02-23scsi: 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-09scsi: iscsi_tcp: Fix shost can_queue initializationMike Christie1-2/+7
2020-10-27scsi: 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-30scsi: 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-16scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black1-0/+4
2019-11-20scsi: 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-06scsi: remove bidirectional command supportChristoph Hellwig1-8/+1
2018-12-21scsi: iscsi: Capture iscsi debug messages using tracepointsFred Herard1-0/+4
2018-12-19scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-10-17scsi: 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-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2018-03-20scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabledJianchao Wang1-0/+8
2018-03-09iscsi: 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-04scsi: doc: fix iscsi-related kernel-doc warningsRandy Dunlap1-0/+2
2017-08-26scsi: iscsi_tcp: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-05-09treewide: 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-07scsi: 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-24net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-1/+1
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1