summaryrefslogtreecommitdiff
path: root/sys/dev/ocs_fc
AgeCommit message (Expand)Author
2025-12-28ocs_fc: Use __printflike() instead of format(printf)Alex Richardson
2025-10-28ocs_fc(4): Fix a couple of typos in kernel messagesGordon Bergling
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-12-28ocs_fc: print instance_index value rather than pointer itself in ocs_cam.cFuqian Huang
2024-10-24ocs_fc: Remove a stray semicolonZhenlei Huang
2024-07-07ocs_fc(4): Fix a typo in a kernel messageGordon Bergling
2023-12-25ocs: Check for copyin errors in the ioctl handlerMark Johnston
2023-12-18ocs_fc: Use xpt_path_sbuf() to copy the path to sbuf.Ram Kishore Vegesna
2023-12-12ocs_fc: IO timeout handling and error reporting fix.Ram Kishore Vegesna
2023-11-14ocs: Fix a couple of type mismatches in function prototypesJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-12-07ocs: Fix mismatch in array bounds.John Baldwin
2022-11-02sys: Nuke double-semicolonsElliott Mitchell
2022-10-25ocs_fc(4): Fix a typo in an error messageGordon Bergling
2022-09-10ocs_fc(4): Remove double words in source code commentsGordon Bergling
2022-07-21Fix unused variable warning in ocs_cam.cDimitry Andric
2022-05-06ocs_fc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-07ocs: Remove unused variable.John Baldwin
2022-04-02ocs_fc(4): Fix a typo in a source code commentGordon Bergling
2022-03-25stack_zero is not needed before stack_saveEric van Gyzen
2022-03-04ocs_fc: Ignore flogi failure when the remote node is pt2pt winnerRam Kishore Vegesna
2022-03-04ocs_fc: Support persistent topology featureRam Kishore Vegesna
2022-03-04ocs_fc: Do not respond to unsolicited NOP BLS command.Ram Kishore Vegesna
2022-03-04ocs_fc: Ignore flogi failure when the discovery is already done.Ram Kishore Vegesna
2022-02-09ocs_fc: Fix a possible Null pointer dereferenceRam Kishore Vegesna
2022-01-06ocs_fc: Remove giant lock usage in sysctl.Ram Kishore Vegesna
2021-12-21ocs_fc: Populate subvendor and subdevice ids.Ram Kishore Vegesna
2021-12-07ocs_fc: Remove unused function delarations.Ram Kishore Vegesna
2021-11-03ocs_fs: Fix two typos in source code commentsGordon Bergling
2021-09-30ocs_fc: Fix device lost timer where device is not getting deleted.Ram Kishore Vegesna
2021-09-30ocs_fc: When commands complete with an error, freeze the device queue.Ram Kishore Vegesna
2021-09-30ocs_fc: Fix CAM status reporting in ocs_fc(4) when no data is returned.Ram Kishore Vegesna
2021-09-30ocs_fc: Increase maximum supported SG elements to support larger transfer sizes.Ram Kishore Vegesna
2021-09-30ocs_fc: Emulex Gen 7 HBA support.Ram Kishore Vegesna
2021-08-28ocs_fs(4): Fix some common typos in source code commentsGordon Bergling
2021-07-06ocs_fc: Add gendump and dump_to_host ioctl command support.Ram Kishore Vegesna
2021-05-28ocs_fc: Fix use after free bug in ocs_hw_async_call()Ram Kishore Vegesna
2021-05-28ocs_fc: Fix a use after free in ocs_sport_freeRam Kishore Vegesna
2021-04-22ocs_fc: Fix memory leak in ocs_scsi_io_alloc()Ram Kishore Vegesna
2020-10-25Introduce support of SCSI Command Priority.Alexander Motin
2020-10-25Fix incorrect constants of target tag action.Alexander Motin
2020-09-01ocs_fc: clean up empty lines in .c and .h filesMateusz Guzik
2020-04-15Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis
2020-03-30remove extraneous double ;s in sys/Ed Maste
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-15schedlock 1/4Jeff Roberson
2019-12-10Use callout_func_t instead of the deprecated timeout_t.John Baldwin
2019-01-23Fixed issues reported by coverity scan.Ram Kishore Vegesna
2019-01-23ocs_fc: Ensure that we zero-initialize memory before copying it out.Mark Johnston