summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)AuthorLines
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
2015-09-06fcoe: Convert use of __constant_htons to htonsVaishali Thakkar-1/+1
2015-08-07scsi:fcoe: Fix typo "a ethernet" in fcoe_transport.cMasanari Iida-4/+4
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley-1/+0
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+2
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig-1/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig-0/+1
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko-4/+2
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig-0/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2014-09-30fcoe: extend ethtool to FC port speed mappingChris Leech-6/+33
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai-1/+0
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar-2/+13
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang-1/+1
2014-03-20scsi, fcoe: Fix CPU hotplug callback registrationSrivatsa S. Bhat-2/+13
2013-11-14Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-69/+118
2013-10-14scsi: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches-13/+13
2013-10-14fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error pathNeil Horman-0/+1
2013-10-11libfcoe: Make fcoe_sysfs optional / fix fnic NULL exceptionRobert Love-31/+64
2013-09-26scsi: fcoe: fix build errorGreg Kroah-Hartman-1/+1
2013-09-26SCSI: fcoe: convert bus code to use bus_groupsGreg Kroah-Hartman-5/+9
2013-09-04fcoe: Reduce fcoe_sysfs_fcf_add() stack usageBart Van Assche-17/+23
2013-09-04fcoe: Add missing newlines in debug messagesBart Van Assche-12/+12
2013-09-04fcoe: Declare fcoe_ctlr_mode_set() staticBart Van Assche-2/+2
2013-09-04fcoe: cleanup return codes from fcoe_rcvNeil Horman-2/+2
2013-09-04fcoe: make sure fcoe frames are unshared prior to manipulating themNeil Horman-0/+6
2013-09-04fcoe: ensure that skb placed on the fip_recv_list are unsharedNeil Horman-0/+3