summaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)AuthorFilesLines
2010-07-28[SCSI] libfcoe: add state change debuggingJoe Eykholt1-7/+41
2010-07-28[SCSI] libfcoe: fcoe: fnic: change fcoe_ctlr_init interface to specify modeJoe Eykholt2-3/+3
2010-07-28[SCSI] libfcoe: convert FIP to lock with mutex instead of spin lockJoe Eykholt1-61/+55
2010-07-28[SCSI] fcoe: adds src and dest mac address checking for fcoe framesVasu Dev1-3/+17
2010-07-28[SCSI] fcoe: cleans up fcoe_disable and fcoe_enableVasu Dev1-6/+4
2010-07-27[SCSI] libfcoe: Check for order and missing critical descriptors for FIP ELS ...Bhanu Prakash Gollapudi1-3/+28
2010-07-27[SCSI] libfcoe: Host doesnt handle CVL to NPIV portsBhanu Prakash Gollapudi1-9/+33
2010-07-27[SCSI] libfcoe: Handle duplicate critical descriptorsBhanu Prakash Gollapudi1-0/+41
2010-07-27[SCSI] libfcoe: update FIP FCF D flag from advertismentsJoe Eykholt1-6/+9
2010-07-27[SCSI] libfcoe: Use fka_period as periodic timeouts to age out fcf ifJoe Eykholt1-6/+7
2010-07-27[SCSI] libfcoe: fix lenient aging of FCF advertisementsJoe Eykholt1-34/+42
2010-07-27[SCSI] libfcoe: No solicitation if adv is droppedBhanu Prakash Gollapudi1-1/+4
2010-07-27[SCSI] libfcoe: Avoid hang when receiving non-critical descriptorsBhanu Prakash Gollapudi1-2/+2
2010-07-27[SCSI] libfcoe: FIP link keep-alive should continue while logged offJoe Eykholt1-1/+1
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet1-1/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-06-16fix typos concerning "management"Uwe Kleine-König1-2/+2
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan1-1/+1
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-124/+181
2010-05-17[SCSI] fcoe: fix fcoe module ref countingVasu Dev1-1/+1
2010-05-17[SCSI] libfcoe: FIP Keep-Alive messages for VPorts are sent with incorrect po...Kaladhar Musunuru1-2/+2
2010-05-17[SCSI] libfcoe: Fix incorrect MAC address clearingKaladhar Musunuru1-1/+1
2010-05-17[SCSI] fcoe: fix a circular locking issue with rtnl and sysfs mutexVasu Dev1-7/+34
2010-05-17[SCSI] libfc: Move the port_id into lportRobert Love1-5/+4
2010-05-17[SCSI] fcoe: move link speed checking into its own routineRobert Love1-13/+29
2010-05-17[SCSI] libfc: Remove extra pointer checkRobert Love1-2/+1
2010-05-17[SCSI] fcoe: fixes wrong error exit in fcoe_createVasu Dev1-1/+1
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+2
2010-04-11[SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech2-10/+14
2010-04-11[SCSI] fcoe, fnic, libfc: increased CDB size to 16 bytes for fcoe.Vasu Dev1-0/+2
2010-04-11[SCSI] fcoe: removes unused shost in fcoe_shost_configVasu Dev1-6/+2
2010-04-11[SCSI] fcoe: check netif operstate instead of IFF_UP & link stateChris Leech1-2/+1
2010-04-11[SCSI] fcoe: reset FIP ctlr link state on disable/enableChris Leech1-4/+7
2010-04-11[SCSI] libfcoe: Don't fill MAC desc in FLOGI if FIP negotiated FPMARobert Love1-2/+7
2010-04-11[SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabledJoe Eykholt2-32/+38
2010-04-11[SCSI] libfcoe: eliminate unused link and last_link fieldsJoe Eykholt1-29/+11
2010-04-11[SCSI] fcoe: remove an unused variable in fcoe_recv_frame()Joe Eykholt1-5/+0
2010-04-11[SCSI] fcoe: save gateway address when receiving FLOGI requestJoe Eykholt1-0/+24
2010-04-11[SCSI] libfcoe: fix debug message entering non-FIP modeJoe Eykholt1-3/+3
2010-04-11[SCSI] fcoe: call fcoe_ctlr_els_send even for ELS responsesJoe Eykholt1-1/+1
2010-04-04net: convert multicast list to list_headJiri Pirko1-2/+2
2010-04-04net: move address list functions to a separate fileJiri Pirko1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-02-17[SCSI] fcoe: Only rmmod fcoe.ko if there are no active connectionsRob Love1-2/+16
2010-02-17[SCSI] libfcoe: Send port LKA every FIP_VN_KA_PERIOD secs.Bhanu Prakash Gollapudi1-1/+1
2009-12-18Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2009-12-17cpumask: use modern cpumask style in drivers/scsi/fcoe/fcoe.cRusty Russell1-1/+1
2009-12-13[SCSI] fcoe, libfc: adds enable/disable for fcoe interfaceVasu Dev1-2/+108
2009-12-10[SCSI] fcoe: Use LLD's WWPN and WWNN for lport if LLD supports ndo_fcoe_get_wwnYi Zou1-2/+23
2009-12-04[SCSI] fcoe, libfc: add get_lesb() to allow LLD to fill the link error status...Yi Zou1-0/+34