summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe_sysfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche2024-08-231-13/+5
* scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-231-4/+4
* driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere2024-02-061-2/+2
* scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()Harshit Mogalapalli2024-01-121-2/+4
* scsi: fcoe: Use sysfs_match_string() over fcoe_parse_mode()Justin Stitt2023-12-141-22/+4
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-4/+4
* scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang2022-11-261-9/+10
* scsi: fcoe: Remove unneeded semicolonTom Rix2020-11-051-2/+2
* scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()Qinglang Miao2020-10-081-7/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1
* scsi: fcoe: convert to use BUS_ATTR_WOGreg Kroah-Hartman2019-01-291-2/+13
* scsi: make device_type constBhumika Goyal2017-08-251-2/+2
* scsi: fcoe: catch invalid values for the 'enabled' attributeHannes Reinecke2016-11-081-2/+10
* scsi: fcoe: make R_A_TOV and E_D_TOV configurableHannes Reinecke2016-11-081-0/+71
* fcoe: implement FIP VLAN responderHannes Reinecke2016-07-211-0/+39
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-11-141-7/+7
|\
| * scsi: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-10-141-1/+1
| * fcoe: Add missing newlines in debug messagesBart Van Assche2013-09-041-6/+6
* | scsi: fcoe: fix build errorGreg Kroah-Hartman2013-09-271-1/+1
* | SCSI: fcoe: convert bus code to use bus_groupsGreg Kroah-Hartman2013-09-271-5/+9
|/
* fcoe: Reduce number of sparse warningsBart Van Assche2013-07-091-12/+12
* libfcoe, fcoe, bnx2fc: Add new fcoe control interfaceRobert Love2012-12-141-7/+130
* libfcoe: Add fcoe_sysfs debug logging levelRobert Love2012-12-141-0/+7
* libfcoe: Save some memory and optimize name lookupsRobert Love2012-12-041-28/+16
* [SCSI] fcoe: Remove redundant 'less than zero' checkRobert Love2012-07-201-1/+1
* [SCSI] libfcoe: Add fcoe_sysfsRobert Love2012-05-231-0/+832