summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/cxgbit
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-05-10scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy-39/+39
2022-05-10scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy-23/+23
2021-10-18scsi: target: cxgbit: Enable Delayed ACKVarun Prakash-10/+26
2021-10-18scsi: target: cxgbit: Increase max DataSegmentLengthVarun Prakash-5/+12
2021-07-27scsi: target: Remove redundant assignment to variable retColin Ian King-1/+1
2021-05-14scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()Varun Prakash-12/+28
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-08scsi: target: cxgbit: Remove tx flow control codeVarun Prakash-23/+4
2020-07-08scsi: target: cxgbit: Check connection state before issuing hardware commandVarun Prakash-8/+24
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+0
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+2
2019-10-24scsi: cxgb4i: remove set but not used variable 'ppmax'YueHaibing-3/+0
2019-10-24scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche-1/+2
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+7
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon-2/+2
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)-6/+7
2019-07-22scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL_STREAM selectorVarun Prakash-4/+7
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-20/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-20/+5
2019-06-10cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash-2/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada-3/+3
2019-02-04scsi: target/iscsi: Rename a function and a function pointerBart Van Assche-3/+3
2019-02-04scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche-1/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+4
2018-12-12scsi: target: iscsi: cxgbit: add missing spin_lock_init()Varun Prakash-0/+1
2018-12-12scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash-1/+4
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur-4/+4
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+20
2018-09-25scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash-3/+20
2018-08-27scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info()Varun Prakash-4/+4
2018-07-12scsi: target: iscsi: cxgbit: fix max iso npdu calculationVarun Prakash-7/+9
2018-01-12cxgbit: call neigh_event_send() to update MAC addressVarun Prakash-0/+3
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-0/+56
2017-11-04target: Suppress gcc 7 fallthrough warningsBart Van Assche-0/+1
2017-11-04cxgbit: Abort the TCP connection in case of data out timeoutVarun Prakash-0/+55
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-30cxgbit: fix sg_nents calculationVarun Prakash-5/+7
2017-07-30cxgbit: add missing __kfree_skb()Varun Prakash-4/+12
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu-8/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-3/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-5/+5