aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)AuthorFilesLines
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2015-09-06fcoe: Convert use of __constant_htons to htonsGravatar Vaishali Thakkar 1-1/+1
2015-08-07scsi:fcoe: Fix typo "a ethernet" in fcoe_transport.cGravatar Masanari Iida 1-4/+4
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusGravatar James Bottomley 1-1/+0
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+2
2014-12-04scsi: remove ->change_queue_type methodGravatar Christoph Hellwig 1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-1/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingGravatar Christoph Hellwig 1-0/+1
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidGravatar Jiri Pirko 1-4/+2
2014-11-12scsi: always assign block layer tags if enabledGravatar Christoph Hellwig 1-0/+1
2014-11-12scsi: provide a generic change_queue_type methodGravatar Christoph Hellwig 1-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2014-09-30fcoe: extend ethtool to FC port speed mappingGravatar Chris Leech 1-6/+33
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Gravatar Kirill Tkhai 1-1/+0
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsGravatar Ingo Molnar 1-2/+13
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEGravatar Dongsheng Yang 1-1/+1
2014-03-20scsi, fcoe: Fix CPU hotplug callback registrationGravatar Srivatsa S. Bhat 1-2/+13
2013-11-14Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 3-69/+118
2013-10-14scsi: Convert uses of compare_ether_addr to ether_addr_equalGravatar Joe Perches 3-13/+13
2013-10-14fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error pathGravatar Neil Horman 1-0/+1
2013-10-11libfcoe: Make fcoe_sysfs optional / fix fnic NULL exceptionGravatar Robert Love 2-31/+64
2013-09-26scsi: fcoe: fix build errorGravatar Greg Kroah-Hartman 1-1/+1
2013-09-26SCSI: fcoe: convert bus code to use bus_groupsGravatar Greg Kroah-Hartman 1-5/+9
2013-09-04fcoe: Reduce fcoe_sysfs_fcf_add() stack usageGravatar Bart Van Assche 1-17/+23
2013-09-04fcoe: Add missing newlines in debug messagesGravatar Bart Van Assche 2-12/+12
2013-09-04fcoe: Declare fcoe_ctlr_mode_set() staticGravatar Bart Van Assche 1-2/+2
2013-09-04fcoe: cleanup return codes from fcoe_rcvGravatar Neil Horman 1-2/+2
2013-09-04fcoe: make sure fcoe frames are unshared prior to manipulating themGravatar Neil Horman 1-0/+6
2013-09-04fcoe: ensure that skb placed on the fip_recv_list are unsharedGravatar Neil Horman 1-0/+3
2013-07-13Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 4-45/+37
2013-07-09fcoe: Reduce number of sparse warningsGravatar Bart Van Assche 1-12/+12
2013-07-09fcoe: Stop fc_rport_priv structure leakGravatar Mark Rustad 1-0/+4
2013-07-09libfcoe: Fix meaningless log statementGravatar Robert Love 1-4/+2
2013-07-09fcoe: fix the link error status block sparse warningsGravatar Yi Zou 1-18/+4
2013-07-09fcoe: Fix smatch warning in fcoe_fdmi_info functionGravatar Neerav Parikh 1-11/+15
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-12/+10
2013-06-26Merge tag 'fcoe1' into fixesGravatar James Bottomley 1-2/+5
2013-06-26Merge tag 'fcoe' into fixesGravatar James Bottomley 1-10/+5
2013-06-25fcoe: Use correct API to set vlan tag for FCoE Ethertype skbsGravatar Robert Love 1-2/+5
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 2-2/+2
2013-05-10libfcoe: Fix Conflicting FCFs issue in the fabricGravatar Krishna Mohan 1-10/+5
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2013-04-29scsi: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Gravatar Patrick McHardy 1-1/+1
2013-03-25libfcoe: Fix fcoe_sysfs VN2VN modeGravatar Robert Love 1-15/+45
2013-03-25libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Gravatar Robert Love 1-1/+2
2013-03-25libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Gravatar Robert Love 1-5/+6
2013-03-25fcoe: Fix deadlock between create and destroy pathsGravatar Robert Love 1-4/+11
2013-03-01[SCSI] Merge tag 'fcoe-02-19-13' into for-linusGravatar James Bottomley 6-158/+564
2013-02-19libfcoe: Check for unusable FCFs before looking for conflicting FCFsGravatar Bhanu Prakash Gollapudi 1-9/+9