aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
Commit message (Expand)AuthorAgeFilesLines
* SCSI: fcoe: Fix preempt count leak in fcoe_filter_frames()Thomas Gleixner2012-01-061-0/+1
* fcoe: Unable to select the exchangeID from offload pool for storage targetsKiran Patil2011-10-031-2/+17
* [SCSI] libfcoe: Remove unnecessary module state checksRobert Love2011-05-241-40/+0
* [SCSI] fcoe: Prevent creation of an NPIV port with duplicate WWPNNeerav Parikh2011-05-242-0/+68
* [SCSI] libfcoe: Incorrect CVL handling for NPIV portsBhanu Prakash Gollapudi2011-05-241-43/+90
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-4/+7
|\
| * ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-291-4/+7
* | [SCSI] fcoe: have fcoe log off and lport destroy before ndo_fcoe_disableVasu Dev2011-05-011-71/+60
* | [SCSI] libfcoe: fix wrong comment in fcoe_transport_detachYi Zou2011-05-011-1/+1
* | [SCSI] libfcoe: fix possible buffer overflow in fcoe_transport_showYi Zou2011-05-011-2/+2
* | [SCSI] libfcoe: clean up netdev mapping properly when the transport goes awayYi Zou2011-05-011-0/+14
* | [SCSI] esp, scsi_tgt_lib, fcoe: use list_move() instead of list_del()/list_ad...Kirill A. Shutemov2011-05-011-4/+2
* | [SCSI] fcoe: remove unnecessary module state checkYi Zou2011-05-011-47/+0
* | [SCSI] fcoe: Remove mutex_trylock/restart_syscall checksRobert Love2011-05-011-20/+4
* | [SCSI] libfcoe: Remove mutex_trylock/restart_syscall checksRobert Love2011-05-011-25/+11
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-176-476/+1038
|\
| * [SCSI] fcoe: fix broken fcoe interface resetVasu Dev2011-02-281-1/+7
| * [SCSI] fcoe: precedence bug in fcoe_filter_frames()Dan Carpenter2011-02-281-1/+1
| * [SCSI] libfcoe: Remove stale fcoe-netdev entriesBhanu Prakash Gollapudi2011-02-281-1/+45
| * [SCSI] libfcoe: Move FCOE_MTU definition from fcoe.h to libfcoe.hBhanu Prakash Gollapudi2011-02-281-6/+0
| * [SCSI] fcoe, libfc: initialize EM anchors list and then update npiv EMsVasu Dev2011-02-281-24/+26
| * [SCSI] libfcoe: Move common code from fcoe to libfcoe moduleBhanu Prakash Gollapudi2011-02-123-237/+224
| * [SCSI] fcoe: use dedicated workqueue instead of system_wqTejun Heo2011-02-121-11/+21
| * [SCSI] fcoe: convert fcoe.ko to become an fcoe transport provider driverYi Zou2011-02-121-108/+62
| * [SCSI] fcoe: prepare fcoe for using fcoe transportYi Zou2011-02-121-14/+15
| * [SCSI] libfcoe: include fcoe_transport.c into kernel libfcoe moduleYi Zou2011-02-123-9/+9
| * [SCSI] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.cYi Zou2011-02-122-6/+8
| * [SCSI] libfcoe: add implementation to support fcoe transportYi Zou2011-02-122-0/+524
| * [SCSI] libfcoe: move logging macros into the local libfcoe.h header fileYi Zou2011-02-122-20/+27
| * [SCSI] fcoe: drop FCoE LOGO in FIP modeVasu Dev2011-02-121-30/+54
| * [SCSI] fcoe: Fix module reference count for vportsRobert Love2011-02-121-13/+20
* | fcoe: correct checking for bondingJiri Pirko2011-03-141-3/+1
|/
* [SCSI] libfcoe: change fip_select to return new FCFJoe Eykholt2010-12-211-10/+8
* [SCSI] libfcoe: reorder FCF list to put latest advertiser firstJoe Eykholt2010-12-211-0/+11
* [SCSI] libfcoe: add debug message for FCF destination MACJoe Eykholt2010-12-211-9/+10
* [SCSI] libfcoe: retry rejected FLOGI to another FCF if possibleJoe Eykholt2010-12-211-30/+177
* [SCSI] libfcoe: fix checking of conflicting fabrics in fcoe_ctlr_select()Joe Eykholt2010-12-211-7/+10
* [SCSI] libfcoe: move some timer code to make it reusable.Joe Eykholt2010-12-211-3/+7
* [SCSI] libfcoe: update FIP FCF announcementsJoe Eykholt2010-12-211-11/+29
* [SCSI] drivers/scsi/fcoe: Update WARN usesJoe Perches2010-12-211-1/+1
* [SCSI] libfc: fix NULL pointer dereference bug in fc_fcp_pkt_releaseYi Zou2010-12-211-1/+3
* [SCSI] fcoe: Fix broken NPIV with correction to MAC validationRobert Love2010-10-251-10/+6
* [SCSI] libfcoe: VN2VN connection setup causing stack memory corruption.Kiran Patil2010-10-251-1/+1
* [SCSI] fcoe: set default FIP mode as FIP_MODE_FABRICVasu Dev2010-10-251-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-06-161-1/+1
| |\
| * | fix typos concerning "management"Uwe Kleine-König2010-06-161-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-042-249/+1417
|\ \ \
| * | | [SCSI] fcoe: remove check for zero fabric nameVasu Dev2010-07-281-1/+1