aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-8/+12
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-8/+12
2017-10-27scsi: fcoe: Convert timers to use timer_setup()Kees Cook1-2/+4
2016-09-26scsi: fcoe: fix off by one in eth2fc_speed()Vincent Stehlé1-1/+1
2016-08-23scsi: fcoe: provide translation table between Ethernet and FC port speedsJohannes Thumshirn1-17/+36
2016-07-13fcoe: use defines from ethtool for 20Gbit and 40Gbit speedsJohannes Thumshirn1-2/+2
2016-02-25net: fcoe: use __ethtool_get_ksettingsDavid Decotigny1-16/+20
2015-08-07scsi:fcoe: Fix typo "a ethernet" in fcoe_transport.cMasanari Iida1-4/+4
2014-09-30fcoe: extend ethtool to FC port speed mappingChris Leech1-6/+33
2013-07-13Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-22/+6
2013-07-09libfcoe: Fix meaningless log statementRobert Love1-4/+2
2013-07-09fcoe: fix the link error status block sparse warningsYi Zou1-18/+4
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2012-12-14debris left by "[SCSI] libfcoe: Remove mutex_trylock/restart_syscall checks"Al Viro1-5/+1
2012-12-14libfcoe, fcoe: consolidate the fcoe_ctlr_get_lesb/fcoe_get_lesbYi Zou1-0/+54
2012-12-14libfcoe, fcoe: move fcoe_link_speed_update() to libfcoe and export itYi Zou1-0/+35
2012-12-14libfcoe, fcoe, bnx2fc: Add new fcoe control interfaceRobert Love1-0/+104
2012-07-20[SCSI] libfcoe: Fix section mismatchMark Rustad1-1/+1
2012-07-20[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev1-5/+5
2012-05-23[SCSI] libfcoe: Add fcoe_sysfsRobert Love1-2/+11
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+2
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang1-3/+2
2012-02-19[SCSI] libfcoe: Don't KERN_ERR on netdev notificationRobert Love1-2/+2
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+101
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-10-16[SCSI] fcoe,libfcoe: Move common code for fcoe_get_lesb to fcoe_transportBhanu Prakash Gollapudi1-0/+29
2011-08-27[SCSI] fcoe: Move common functions to fcoe_transport libraryBhanu Prakash Gollapudi1-0/+72
2011-08-26fcoe: convert to SKB paged frag API.Ian Campbell1-2/+3
2011-05-24[SCSI] libfcoe: Remove unnecessary module state checksRobert Love1-40/+0
2011-05-01[SCSI] libfcoe: fix wrong comment in fcoe_transport_detachYi Zou1-1/+1
2011-05-01[SCSI] libfcoe: fix possible buffer overflow in fcoe_transport_showYi Zou1-2/+2
2011-05-01[SCSI] libfcoe: clean up netdev mapping properly when the transport goes awayYi Zou1-0/+14
2011-05-01[SCSI] libfcoe: Remove mutex_trylock/restart_syscall checksRobert Love1-25/+11
2011-02-28[SCSI] libfcoe: Remove stale fcoe-netdev entriesBhanu Prakash Gollapudi1-1/+45
2011-02-12[SCSI] libfcoe: Move common code from fcoe to libfcoe moduleBhanu Prakash Gollapudi1-0/+200
2011-02-12[SCSI] libfcoe: include fcoe_transport.c into kernel libfcoe moduleYi Zou1-0/+8
2011-02-12[SCSI] libfcoe: add implementation to support fcoe transportYi Zou1-0/+518