summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-8/+12
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-8/+12
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-30/+51
|\ \
| * | scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERHannes Reinecke2017-09-151-5/+13
| * | scsi: fcoe: separate out fcoe_vport_remove()Hannes Reinecke2017-09-151-22/+33
| * | scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Hannes Reinecke2017-09-151-5/+7
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-3/+5
|\ \
| * | scsi: fcoe: Convert timers to use timer_setup()Kees Cook2017-10-272-3/+5
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* 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