aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2i (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-19scsi: bnx2i: fix potential use after freePan Bian1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-3/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon1-1/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-01-08scsi: bnx2i: fix indentation issue, remove a tabColin Ian King1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-21scsi: bnx2i: remove set but not used variable 'cid_num'YueHaibing1-2/+0
2018-11-07block: kill request ->cpu memberJens Axboe1-7/+1
2018-06-19scsi: bnx2i: add error handling for ioremap_nocacheZhouyang Jia1-0/+2
2018-01-04scsi: bnx2i: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-6/+4
2017-12-04scsi: bnx2i: bnx2i_hwi: use swap macro in bnx2i_send_iscsi_nopoutGustavo A. R. Silva1-6/+3
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+0
2017-10-27scsi: bnx2i: Convert timers to use timer_setup()Kees Cook3-14/+7
2017-09-15scsi: bnx2i: Clean up unused pointers in bnx2i_hwiChristos Gkekas1-10/+0
2017-07-26scsi: bnx2i: Simplify cpu hotplug codeThomas Gleixner1-50/+15
2017-07-26scsi: bnx2i: Prevent recursive cpuhotplug lockingThomas Gleixner1-7/+8
2017-06-26scsi: bnx2i: missing error code in bnx2i_ep_connect()Dan Carpenter1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2016-12-25scsi/bnx2i: Convert to hotplug state machineSebastian Andrzej Siewior1-48/+30
2016-07-12bnx2i: fix spelling mistake "complection" -> "completion"Colin Ian King1-1/+1
2016-04-25bnx2i: silence uninitialized variable warningsDan Carpenter1-2/+2
2015-06-02bnx2i: Fix call trace while device resetNilesh Javali1-0/+2
2015-06-02bnx2i: Fixed firmware assert, during target logout.Tej Parkash1-1/+2
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-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2014-09-16bnx2i: Make boot_nic entry visible in the sysfs session objectsTej Parkash1-0/+3
2014-09-15bnx2i/bnx2fc : fix randconfig error in next-20140909Anish Bhatt1-0/+1
2014-07-25bnx2i: Update driver version to 2.7.10.1Vikas Chaudhary1-2/+2
2014-07-25bnx2i: Rebranding bnx2i driverVikas Chaudhary8-19/+33
2014-07-25bnx2i, be2iscsi: fix custom stats lengthMike Christie1-4/+3
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar1-2/+10
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+10
2014-04-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-27/+27
2014-03-20scsi, bnx2i: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-2/+10
2014-03-18cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan2-37/+38
2014-03-15[SCSI] libiscsi: Reduce locking contention in fast pathShlomo Pongratz2-27/+27
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-15/+15
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat2-15/+15
2013-09-18bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan2-3/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-11/+13
2013-08-23[SCSI] bnx2i: Update version and copyright year 2013Eddie Wai7-9/+9
2013-08-02cnic, bnx2i: Fix bug on some bnx2x devices that don't support iSCSIMichael Chan1-7/+5
2013-07-29cnic: Update TCP options setup for iSCSI.Eddie Wai1-4/+8
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida1-6/+6