summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)AuthorLines
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-2/+1
2017-06-12scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi-2/+2
2017-06-12scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi-4/+4
2017-04-25scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King-2/+2
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-7/+6
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig-0/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit-7/+6
2016-11-08scsi: libfc: Remove fc_rport_init()Hannes Reinecke-1/+0
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke-1/+1
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke-4/+4
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke-2/+2
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke-1/+1
2016-11-08scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke-2/+2
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke-6/+6
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke-1/+1
2016-11-08scsi: fcoe: Fixup missing initialisation in fcoe_dcb_create()Hannes Reinecke-1/+1
2016-11-08scsi: fcoe: filter out frames from invalid vlansHannes Reinecke-1/+11
2016-11-08scsi: fcoe: correct sending FIP VLAN packets on VLAN 0Hannes Reinecke-1/+2
2016-11-08scsi: fcoe: FIP debuggingHannes Reinecke-4/+44
2016-11-08scsi: fcoe: catch invalid values for the 'enabled' attributeHannes Reinecke-2/+10
2016-11-08scsi: fcoe: set default TC priorityHannes Reinecke-2/+6
2016-11-08scsi: fcoe: make R_A_TOV and E_D_TOV configurableHannes Reinecke-2/+81
2016-11-08scsi: fcoe: Harden CVL handling when we have not logged into the fabric.Chad Dupuis-3/+32
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke-8/+29
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-17/+36
2016-09-26scsi: fcoe: fix off by one in eth2fc_speed()Vincent Stehlé-1/+1
2016-08-23scsi: fcoe: provide translation table between Ethernet and FC port speedsJohannes Thumshirn-17/+36
2016-08-04fcoe: Use kfree_skb() instead of kfree()Wei Yongjun-1/+1
2016-08-02fcoe: add missing destroy_workqueue() on error in fcoe_init()Wei Yongjun-1/+2
2016-07-27fcoe: Use default VLAN for FIP VLAN discoveryHannes Reinecke-1/+49
2016-07-20fcoe: implement FIP VLAN responderHannes Reinecke-0/+269
2016-07-20fcoe: Rename 'fip_frame' to 'fip_vn2vn_notify_frame'Hannes Reinecke-2/+2
2016-07-13fcoe: use defines from ethtool for 20Gbit and 40Gbit speedsJohannes Thumshirn-2/+2
2016-07-13fcoe: Update multicast addresses on FIP mode changeHannes Reinecke-2/+29
2016-07-13fcoe: fcoe->realdev is always setHannes Reinecke-3/+0
2016-07-13fcoe: use enum for fip_modeHannes Reinecke-4/+4
2016-07-13fc_fip: Update to latest FC-BB-6 draftHannes Reinecke-4/+4
2016-07-12fcoe: convert to kworkerSebastian Andrzej Siewior-250/+26
2016-07-12libfc: Update rport reference countingHannes Reinecke-6/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-16/+20
2016-02-29fcoe: fix reset of fip selection time.Usha Ketineni-1/+2
2016-02-25net: fcoe: use __ethtool_get_ksettingsDavid Decotigny-16/+20
2015-12-15fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert-1/+1
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig-1/+0
2015-11-09fcoe: use continue instead of goto+labelJiri Slaby-2/+1
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1