index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
fcoe
/
libfcoe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.c
Yi Zou
2011-02-12
1
-2690
/
+0
*
[SCSI] libfcoe: move logging macros into the local libfcoe.h header file
Yi Zou
2011-02-12
1
-20
/
+2
*
[SCSI] libfcoe: change fip_select to return new FCF
Joe Eykholt
2010-12-21
1
-10
/
+8
*
[SCSI] libfcoe: reorder FCF list to put latest advertiser first
Joe Eykholt
2010-12-21
1
-0
/
+11
*
[SCSI] libfcoe: add debug message for FCF destination MAC
Joe Eykholt
2010-12-21
1
-9
/
+10
*
[SCSI] libfcoe: retry rejected FLOGI to another FCF if possible
Joe Eykholt
2010-12-21
1
-30
/
+177
*
[SCSI] libfcoe: fix checking of conflicting fabrics in fcoe_ctlr_select()
Joe Eykholt
2010-12-21
1
-7
/
+10
*
[SCSI] libfcoe: move some timer code to make it reusable.
Joe Eykholt
2010-12-21
1
-3
/
+7
*
[SCSI] libfcoe: update FIP FCF announcements
Joe Eykholt
2010-12-21
1
-11
/
+29
*
[SCSI] drivers/scsi/fcoe: Update WARN uses
Joe Perches
2010-12-21
1
-1
/
+1
*
[SCSI] libfcoe: VN2VN connection setup causing stack memory corruption.
Kiran Patil
2010-10-25
1
-1
/
+1
*
[SCSI] fcoe: remove check for zero fabric name
Vasu Dev
2010-07-28
1
-1
/
+1
*
[SCSI] libfc: don't require a local exchange for incoming requests
Joe Eykholt
2010-07-28
1
-5
/
+4
*
[SCSI] fcoe libfcoe: use correct FC-MAP for VN2VN mode
Joe Eykholt
2010-07-28
1
-4
/
+20
*
[SCSI] libfcoe: Fix FIP ELS encapsulation details for FLOGI responses
Joe Eykholt
2010-07-28
1
-14
/
+28
*
[SCSI] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint support
Joe Eykholt
2010-07-28
1
-59
/
+1016
*
[SCSI] libfcoe: add state change debugging
Joe Eykholt
2010-07-28
1
-7
/
+41
*
[SCSI] libfcoe: fcoe: fnic: change fcoe_ctlr_init interface to specify mode
Joe Eykholt
2010-07-28
1
-2
/
+2
*
[SCSI] libfcoe: convert FIP to lock with mutex instead of spin lock
Joe Eykholt
2010-07-28
1
-61
/
+55
*
[SCSI] libfcoe: Check for order and missing critical descriptors for FIP ELS ...
Bhanu Prakash Gollapudi
2010-07-27
1
-3
/
+28
*
[SCSI] libfcoe: Host doesnt handle CVL to NPIV ports
Bhanu Prakash Gollapudi
2010-07-27
1
-9
/
+33
*
[SCSI] libfcoe: Handle duplicate critical descriptors
Bhanu Prakash Gollapudi
2010-07-27
1
-0
/
+41
*
[SCSI] libfcoe: update FIP FCF D flag from advertisments
Joe Eykholt
2010-07-27
1
-6
/
+9
*
[SCSI] libfcoe: Use fka_period as periodic timeouts to age out fcf if
Joe Eykholt
2010-07-27
1
-6
/
+7
*
[SCSI] libfcoe: fix lenient aging of FCF advertisements
Joe Eykholt
2010-07-27
1
-34
/
+42
*
[SCSI] libfcoe: No solicitation if adv is dropped
Bhanu Prakash Gollapudi
2010-07-27
1
-1
/
+4
*
[SCSI] libfcoe: Avoid hang when receiving non-critical descriptors
Bhanu Prakash Gollapudi
2010-07-27
1
-2
/
+2
*
[SCSI] libfcoe: FIP link keep-alive should continue while logged off
Joe Eykholt
2010-07-27
1
-1
/
+1
*
[SCSI] libfcoe: FIP Keep-Alive messages for VPorts are sent with incorrect po...
Kaladhar Musunuru
2010-05-16
1
-2
/
+2
*
[SCSI] libfcoe: Fix incorrect MAC address clearing
Kaladhar Musunuru
2010-05-16
1
-1
/
+1
*
[SCSI] libfc: Move the port_id into lport
Robert Love
2010-05-16
1
-5
/
+4
*
[SCSI] libfc: Remove extra pointer check
Robert Love
2010-05-16
1
-2
/
+1
*
[SCSI] libfc, fcoe: normalize format specifies for world wide names
Chris Leech
2010-04-11
1
-9
/
+12
*
[SCSI] libfcoe: Don't fill MAC desc in FLOGI if FIP negotiated FPMA
Robert Love
2010-04-11
1
-2
/
+7
*
[SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabled
Joe Eykholt
2010-04-11
1
-6
/
+13
*
[SCSI] libfcoe: eliminate unused link and last_link fields
Joe Eykholt
2010-04-11
1
-29
/
+11
*
[SCSI] libfcoe: fix debug message entering non-FIP mode
Joe Eykholt
2010-04-11
1
-3
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[SCSI] libfcoe: Send port LKA every FIP_VN_KA_PERIOD secs.
Bhanu Prakash Gollapudi
2010-02-17
1
-1
/
+1
*
[SCSI] libfcoe: add tracking FIP Missing Discovery Advertisement count
Yi Zou
2009-12-04
1
-0
/
+14
*
[SCSI] libfcoe: add tracking FIP Virtual Link Failure count
Yi Zou
2009-12-04
1
-0
/
+2
*
[SCSI] libfcoe: add checking disable flag in FIP_FKA_ADV
Yi Zou
2009-12-04
1
-1
/
+3
*
[SCSI] libfcoe: Do not pad FIP keep-alive to full frame size
Yi Zou
2009-12-04
1
-2
/
+1
*
[SCSI] libfcoe: fcoe: simplify receive FLOGI response
Joe Eykholt
2009-12-04
1
-6
/
+6
*
[SCSI] libfcoe: don't send ELS in FIP mode if no FCF selected
Joe Eykholt
2009-12-04
1
-0
/
+2
*
[SCSI] libfcoe: FIP should report link to libfc whether selected or not
Joe Eykholt
2009-12-04
1
-30
/
+30
*
[SCSI] libfcoe: fip: allow FIP receive to be called from IRQ.
Joe Eykholt
2009-12-04
1
-13
/
+4
*
[SCSI] libfcoe: fip: use SCSI host number to identify debug messages.
Joe Eykholt
2009-12-04
1
-21
/
+26
*
[SCSI] libfcoe: Allow FIP to be disabled by the driver
Joe Eykholt
2009-12-04
1
-2
/
+4
*
[SCSI] libfcoe: formatting and comment cleanups
Robert Love
2009-12-04
1
-105
/
+111
[next]