summaryrefslogtreecommitdiff
path: root/drivers/scsi/iscsi_tcp.c
AgeCommit message (Expand)Author
2023-09-17scsi: iscsi_tcp: restrict to TCP socketsEric Dumazet
2023-06-24scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-02scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()Zhong Jinghua
2023-03-24scsi: iscsi: Declare SCSI host template constBart Van Assche
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2023-01-18scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie
2023-01-18scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-09-25scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()Mike Christie
2022-06-21scsi: iscsi_tcp: Drop target_alloc useMike Christie
2022-06-21scsi: iscsi_tcp: Tell net when there's more dataMike Christie
2022-06-21scsi: iscsi: Run recv path from workqueueMike Christie
2022-06-21scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche
2021-06-02scsi: iscsi: iscsi_tcp: Start socket shutdown during conn stopMike Christie
2021-06-02scsi: iscsi: iscsi_tcp: Set no lingerMike Christie
2021-02-08scsi: iscsi_tcp: Fix shost can_queue initializationMike Christie
2020-10-26scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-29scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()Mark Mielke
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-01-15scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black
2019-11-19scsi: iscsi: Don't send data to unbound connectionAnatol Pomazau
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig
2018-12-20scsi: iscsi: Capture iscsi debug messages using tracepointsFred Herard
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig
2018-10-16scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_paramNathan Chancellor
2018-04-19scsi: iscsi_tcp: don't set a bounce limitChristoph Hellwig
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-19scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabledJianchao Wang
2018-03-08iscsi: Use blk_queue_flag_set()Bart Van Assche
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-01-03scsi: doc: fix iscsi-related kernel-doc warningsRandy Dunlap
2017-08-25scsi: iscsi_tcp: Remove a set-but-not-used variableBart Van Assche
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2016-05-19scsi_tcp: block BH in TCP callbacksEric Dumazet
2016-01-27iscsi_tcp: Use ahashHerbert Xu
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig
2014-09-30iscsi_tcp: export port being usedMike Christie
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-15[SCSI] iscsi_tcp: check for valid session before accessingMike Christie