aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe/fcoe_transport.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-26scsi: fcoe: fix off by one in eth2fc_speed()Gravatar Vincent Stehlé 1-1/+1
2016-08-23scsi: fcoe: provide translation table between Ethernet and FC port speedsGravatar Johannes Thumshirn 1-17/+36
2016-07-13fcoe: use defines from ethtool for 20Gbit and 40Gbit speedsGravatar Johannes Thumshirn 1-2/+2
2016-02-25net: fcoe: use __ethtool_get_ksettingsGravatar David Decotigny 1-16/+20
2015-08-07scsi:fcoe: Fix typo "a ethernet" in fcoe_transport.cGravatar Masanari Iida 1-4/+4
2014-09-30fcoe: extend ethtool to FC port speed mappingGravatar Chris Leech 1-6/+33
2013-07-13Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-22/+6
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-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-1/+1
2012-12-14debris left by "[SCSI] libfcoe: Remove mutex_trylock/restart_syscall checks"Gravatar Al Viro 1-5/+1
2012-12-14libfcoe, fcoe: consolidate the fcoe_ctlr_get_lesb/fcoe_get_lesbGravatar Yi Zou 1-0/+54
2012-12-14libfcoe, fcoe: move fcoe_link_speed_update() to libfcoe and export itGravatar Yi Zou 1-0/+35
2012-12-14libfcoe, fcoe, bnx2fc: Add new fcoe control interfaceGravatar Robert Love 1-0/+104
2012-07-20[SCSI] libfcoe: Fix section mismatchGravatar Mark Rustad 1-1/+1
2012-07-20[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsGravatar Vasu Dev 1-5/+5
2012-05-23[SCSI] libfcoe: Add fcoe_sysfsGravatar Robert Love 1-2/+11
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Gravatar Linus Torvalds 1-2/+2
2012-03-20scsi: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-3/+2
2012-02-19[SCSI] libfcoe: Don't KERN_ERR on netdev notificationGravatar Robert Love 1-2/+2
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-0/+101
2011-10-19net: add skb frag size accessorsGravatar Eric Dumazet 1-1/+1
2011-10-16[SCSI] fcoe,libfcoe: Move common code for fcoe_get_lesb to fcoe_transportGravatar Bhanu Prakash Gollapudi 1-0/+29
2011-08-27[SCSI] fcoe: Move common functions to fcoe_transport libraryGravatar Bhanu Prakash Gollapudi 1-0/+72
2011-08-26fcoe: convert to SKB paged frag API.Gravatar Ian Campbell 1-2/+3
2011-05-24[SCSI] libfcoe: Remove unnecessary module state checksGravatar Robert Love 1-40/+0
2011-05-01[SCSI] libfcoe: fix wrong comment in fcoe_transport_detachGravatar Yi Zou 1-1/+1
2011-05-01[SCSI] libfcoe: fix possible buffer overflow in fcoe_transport_showGravatar Yi Zou 1-2/+2
2011-05-01[SCSI] libfcoe: clean up netdev mapping properly when the transport goes awayGravatar Yi Zou 1-0/+14
2011-05-01[SCSI] libfcoe: Remove mutex_trylock/restart_syscall checksGravatar Robert Love 1-25/+11
2011-02-28[SCSI] libfcoe: Remove stale fcoe-netdev entriesGravatar Bhanu Prakash Gollapudi 1-1/+45
2011-02-12[SCSI] libfcoe: Move common code from fcoe to libfcoe moduleGravatar Bhanu Prakash Gollapudi 1-0/+200
2011-02-12[SCSI] libfcoe: include fcoe_transport.c into kernel libfcoe moduleGravatar Yi Zou 1-0/+8
2011-02-12[SCSI] libfcoe: add implementation to support fcoe transportGravatar Yi Zou 1-0/+518