summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
Commit message (Expand)AuthorAgeFilesLines
* scsi: make device_type constBhumika Goyal2017-08-251-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-6/+6
|\
| * scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi2017-06-121-2/+2
| * scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi2017-06-121-4/+4
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
|/
* scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King2017-04-251-2/+2
* scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-7/+6
|\
| * net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-7/+6
* | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
|/
* scsi: libfc: Remove fc_rport_init()Hannes Reinecke2016-11-081-1/+0
* scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke2016-11-081-1/+1
* scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke2016-11-081-4/+4
* scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke2016-11-081-2/+2
* scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke2016-11-081-1/+1
* scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke2016-11-081-2/+2
* scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke2016-11-081-6/+6
* scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke2016-11-081-1/+1
* scsi: fcoe: Fixup missing initialisation in fcoe_dcb_create()Hannes Reinecke2016-11-081-1/+1
* scsi: fcoe: filter out frames from invalid vlansHannes Reinecke2016-11-081-1/+11
* scsi: fcoe: correct sending FIP VLAN packets on VLAN 0Hannes Reinecke2016-11-081-1/+2
* scsi: fcoe: FIP debuggingHannes Reinecke2016-11-081-4/+44
* scsi: fcoe: catch invalid values for the 'enabled' attributeHannes Reinecke2016-11-081-2/+10
* scsi: fcoe: set default TC priorityHannes Reinecke2016-11-081-2/+6
* scsi: fcoe: make R_A_TOV and E_D_TOV configurableHannes Reinecke2016-11-082-2/+81
* scsi: fcoe: Harden CVL handling when we have not logged into the fabric.Chad Dupuis2016-11-081-3/+32
* scsi: libfc: Fixup disc_mutex handlingHannes Reinecke2016-11-081-8/+29
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-071-17/+36
|\
| * scsi: fcoe: fix off by one in eth2fc_speed()Vincent Stehlé2016-09-261-1/+1
| * scsi: fcoe: provide translation table between Ethernet and FC port speedsJohannes Thumshirn2016-08-231-17/+36
* | fcoe: Use kfree_skb() instead of kfree()Wei Yongjun2016-08-041-1/+1
|/
* fcoe: add missing destroy_workqueue() on error in fcoe_init()Wei Yongjun2016-08-021-1/+2
* fcoe: Use default VLAN for FIP VLAN discoveryHannes Reinecke2016-07-272-1/+49
* fcoe: implement FIP VLAN responderHannes Reinecke2016-07-203-0/+269
* fcoe: Rename 'fip_frame' to 'fip_vn2vn_notify_frame'Hannes Reinecke2016-07-201-2/+2
* fcoe: use defines from ethtool for 20Gbit and 40Gbit speedsJohannes Thumshirn2016-07-131-2/+2
* fcoe: Update multicast addresses on FIP mode changeHannes Reinecke2016-07-131-2/+29
* fcoe: fcoe->realdev is always setHannes Reinecke2016-07-131-3/+0
* fcoe: use enum for fip_modeHannes Reinecke2016-07-132-4/+4
* fc_fip: Update to latest FC-BB-6 draftHannes Reinecke2016-07-131-4/+4
* fcoe: convert to kworkerSebastian Andrzej Siewior2016-07-121-250/+26
* libfc: Update rport reference countingHannes Reinecke2016-07-121-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-16/+20
|\
| * net: fcoe: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-16/+20
* | fcoe: fix reset of fip selection time.Usha Ketineni2016-02-291-1/+2
|/
* fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert2015-12-151-1/+1
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0
* fcoe: use continue instead of goto+labelJiri Slaby2015-11-091-2/+1