aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ocs_fc
Commit message (Expand)AuthorAgeFilesLines
* ocs: Fix mismatch in array bounds.John Baldwin2022-12-071-1/+1
* sys: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* ocs_fc(4): Fix a typo in an error messageGordon Bergling2022-10-251-1/+1
* ocs_fc(4): Remove double words in source code commentsGordon Bergling2022-09-102-2/+2
* Fix unused variable warning in ocs_cam.cDimitry Andric2022-07-211-5/+0
* ocs_fc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* ocs: Remove unused variable.John Baldwin2022-04-081-2/+0
* ocs_fc(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* stack_zero is not needed before stack_saveEric van Gyzen2022-03-261-1/+0
* ocs_fc: Ignore flogi failure when the remote node is pt2pt winnerRam Kishore Vegesna2022-03-041-10/+6
* ocs_fc: Support persistent topology featureRam Kishore Vegesna2022-03-047-30/+330
* ocs_fc: Do not respond to unsolicited NOP BLS command.Ram Kishore Vegesna2022-03-041-1/+1
* ocs_fc: Ignore flogi failure when the discovery is already done.Ram Kishore Vegesna2022-03-041-2/+14
* ocs_fc: Fix a possible Null pointer dereferenceRam Kishore Vegesna2022-02-091-0/+5
* ocs_fc: Remove giant lock usage in sysctl.Ram Kishore Vegesna2022-01-061-14/+12
* ocs_fc: Populate subvendor and subdevice ids.Ram Kishore Vegesna2021-12-212-4/+3
* ocs_fc: Remove unused function delarations.Ram Kishore Vegesna2021-12-071-2/+6
* ocs_fs: Fix two typos in source code commentsGordon Bergling2021-11-031-2/+2
* ocs_fc: Fix device lost timer where device is not getting deleted.Ram Kishore Vegesna2021-09-302-8/+1
* ocs_fc: When commands complete with an error, freeze the device queue.Ram Kishore Vegesna2021-09-301-4/+7
* ocs_fc: Fix CAM status reporting in ocs_fc(4) when no data is returned.Ram Kishore Vegesna2021-09-301-9/+9
* ocs_fc: Increase maximum supported SG elements to support larger transfer sizes.Ram Kishore Vegesna2021-09-302-6/+10
* ocs_fc: Emulex Gen 7 HBA support.Ram Kishore Vegesna2021-09-305-67/+296
* ocs_fs(4): Fix some common typos in source code commentsGordon Bergling2021-08-282-2/+2
* ocs_fc: Add gendump and dump_to_host ioctl command support.Ram Kishore Vegesna2021-07-067-157/+447
* ocs_fc: Fix use after free bug in ocs_hw_async_call()Ram Kishore Vegesna2021-05-281-4/+3
* ocs_fc: Fix a use after free in ocs_sport_freeRam Kishore Vegesna2021-05-281-1/+1
* ocs_fc: Fix memory leak in ocs_scsi_io_alloc()Ram Kishore Vegesna2021-04-221-0/+1
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-254-20/+59
* Fix incorrect constants of target tag action.Alexander Motin2020-10-251-2/+2
* ocs_fc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0142-433/+34
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-1/+1
* remove extraneous double ;s in sys/Ed Maste2020-03-304-4/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-33/+31
* schedlock 1/4Jeff Roberson2019-12-151-0/+2
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* Fixed issues reported by coverity scan.Ram Kishore Vegesna2019-01-239-69/+116
* ocs_fc: Ensure that we zero-initialize memory before copying it out.Mark Johnston2019-01-231-0/+1
* Remove accessing remote node and domain objects while processing cam actions.Ram Kishore Vegesna2019-01-112-11/+25
* Use the right buffer size when calling snprintf().Mark Johnston2018-07-221-2/+2
* Implemented Device Lost Timer, which is used to give target device the time t...Ram Kishore Vegesna2018-07-184-59/+270
* Fix build of ocs_fs with base gcc on i386Dimitry Andric2018-06-112-7/+7
* Issue:Ram Kishore Vegesna2018-06-051-2/+2
* Clear out the entire structure, not just the size of a pointer to it.Kenneth D. Merry2018-05-111-1/+1
* Moved opts-stack.h include before all other includes.Ram Kishore Vegesna2018-04-172-6/+6
* Check if STACK is defined before using the stack(9).Ram Kishore Vegesna2018-04-131-0/+3
* ocs_fc(4): Fix GCC build (-Wredundant-decls)Conrad Meyer2018-03-301-3/+0
* Bring in the Broadcom/Emulex Fibre Channel driver, ocs_fc(4).Kenneth D. Merry2018-03-3049-0/+69126