aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)Author
2019-04-12scsi: fcoe: make use of fip_mode enum completeSedat Dilek
2018-08-02scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn
2018-08-02scsi: fcoe: fix use-after-free in fcoe_ctlr_els_sendJohannes Thumshirn
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-27scsi: fcoe: Convert timers to use timer_setup()Kees Cook
2017-09-15scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERHannes Reinecke
2017-09-15scsi: fcoe: separate out fcoe_vport_remove()Hannes Reinecke
2017-09-15scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Hannes Reinecke
2017-08-25scsi: make device_type constBhumika Goyal
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-12scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi
2017-06-12scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi
2017-04-25scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2016-11-08scsi: libfc: Remove fc_rport_init()Hannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke
2016-11-08scsi: fcoe: Fixup missing initialisation in fcoe_dcb_create()Hannes Reinecke
2016-11-08scsi: fcoe: filter out frames from invalid vlansHannes Reinecke
2016-11-08scsi: fcoe: correct sending FIP VLAN packets on VLAN 0Hannes Reinecke
2016-11-08scsi: fcoe: FIP debuggingHannes Reinecke
2016-11-08scsi: fcoe: catch invalid values for the 'enabled' attributeHannes Reinecke
2016-11-08scsi: fcoe: set default TC priorityHannes Reinecke
2016-11-08scsi: fcoe: make R_A_TOV and E_D_TOV configurableHannes Reinecke
2016-11-08scsi: fcoe: Harden CVL handling when we have not logged into the fabric.Chad Dupuis
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-09-26scsi: fcoe: fix off by one in eth2fc_speed()Vincent Stehlé
2016-08-23scsi: fcoe: provide translation table between Ethernet and FC port speedsJohannes Thumshirn
2016-08-04fcoe: Use kfree_skb() instead of kfree()Wei Yongjun
2016-08-02fcoe: add missing destroy_workqueue() on error in fcoe_init()Wei Yongjun
2016-07-27fcoe: Use default VLAN for FIP VLAN discoveryHannes Reinecke
2016-07-20fcoe: implement FIP VLAN responderHannes Reinecke