index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
fcoe
/
fcoe.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-14
libfc, libfcoe, fcoe: Convert debug_logging macros to pr_info
Robert Love
1
-3
/
+3
2012-10-07
[SCSI] fcoe: Fix write errors on NPIV ports
Neerav Parikh
1
-0
/
+2
2012-05-23
[SCSI] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a member
Robert Love
1
-3
/
+5
2012-05-10
[SCSI] fcoe: remove lport from net device before doing per cpu rx thread cleanup
Vasu Dev
1
-1
/
+3
2012-02-19
[SCSI] fcoe: Remove reference counting on 'stuct fcoe_interface'
Robert Love
1
-3
/
+0
2012-01-16
[SCSI] fcoe: Move fcoe_debug_logging from fcoe.h to fcoe.c
Bart Van Assche
1
-3
/
+1
2011-10-02
[SCSI] fcoe: use real dev in case of HW vlan acceleration
Vasu Dev
1
-0
/
+1
2011-08-27
[SCSI] fcoe: Move common functions to fcoe_transport library
Bhanu Prakash Gollapudi
1
-10
/
+0
2011-05-24
[SCSI] fcoe: Prevent creation of an NPIV port with duplicate WWPN
Neerav Parikh
1
-0
/
+10
2011-03-01
[SCSI] libfcoe: Move FCOE_MTU definition from fcoe.h to libfcoe.h
Bhanu Prakash Gollapudi
1
-6
/
+0
2011-02-12
[SCSI] libfcoe: Move common code from fcoe to libfcoe module
Bhanu Prakash Gollapudi
1
-41
/
+3
2009-12-04
[SCSI] fcoe: Formatting cleanups and commenting
Robert Love
1
-23
/
+52
2009-12-04
[SCSI] libfcoe, fcoe: libfcoe NPIV support
Chris Leech
1
-0
/
+1
2009-12-04
[SCSI] fcoe: Increase FCOE_MAX_LUN to 0xFFFF (65535)
Robert Love
1
-1
/
+1
2009-12-04
[SCSI] fcoe: Use NETIF_F_FCOE_MTU flag to set up max frame size (lport->mfs)
Yi Zou
1
-0
/
+6
2009-09-10
[SCSI] fcoe: Fix module ref count bug by adding NETDEV UNREGISTER handling
Chris Leech
1
-0
/
+2
2009-09-10
[SCSI] fcoe: fcoe_interface create, destroy and refcounting
Chris Leech
1
-0
/
+1
2009-09-10
[SCSI] fcoe: remove fcoe_interface->priv pointer
Chris Leech
1
-3
/
+0
2009-09-10
[SCSI] fcoe: move offload exchange manager pointer from fcoe_port to fcoe_int...
Chris Leech
1
-1
/
+1
2009-09-10
[SCSI] fcoe: move FIP controller from fcoe_port to fcoe_interface
Chris Leech
1
-2
/
+2
2009-09-10
[SCSI] fcoe: move packet handlers from fcoe_port to fcoe_interface
Chris Leech
1
-2
/
+2
2009-09-10
[SCSI] fcoe: move netdev to fcoe_interface
Chris Leech
1
-5
/
+4
2009-09-10
[SCSI] fcoe: Introduce and allocate fcoe_interface structure, 1:1 with net_de...
Chris Leech
1
-4
/
+15
2009-09-05
[SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM)
Vasu Dev
1
-1
/
+1
2009-09-05
[SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile ...
Joe Eykholt
1
-1
/
+1
2009-09-05
[SCSI] fcoe: Add format spacing to FCOE_NETDEV_DBG debug macro
Robert Love
1
-1
/
+1
2009-08-23
[SCSI] fcoe: removes phys_dev and renames real_dev to netdev.
Vasu Dev
1
-3
/
+2
2009-08-23
[SCSI] fcoe, libfc: adds offload EM per eth device with only single xid range...
Vasu Dev
1
-1
/
+2
2009-06-21
fcoe: Add runtime debug logging with module parameter debug_logging
Robert Love
1
-0
/
+24
2009-06-08
[SCSI] fcoe: removes fcoe_watchdog
Vasu Dev
1
-0
/
+1
2009-04-03
[SCSI] fcoe, libfcoe: Add support for FIP. FCoE discovery and keep-alive.
Joe Eykholt
1
-15
/
+4
2009-04-03
[SCSI] fcoe: cleans up libfcoe.h and adds fcoe.h for fcoe module
Vasu Dev
1
-0
/
+86