summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SCSI] fcoe: Move fcoe_debug_logging from fcoe.h to fcoe.cBart Van Assche2012-01-161-15/+19
* [SCSI] fcoe: fix regression on offload em matching function for initiator/targetYi Zou2012-01-161-4/+5
* [SCSI] fcoe: remove double check if skb is nonlinearRobert Love2012-01-101-2/+1
* [SCSI] fcoe: fix fcoe in a DCB environment by adding DCB notifiers to set skb...john fastabend2011-12-151-0/+115
* [SCSI] fcoe: Fix preempt count leak in fcoe_filter_frames()Thomas Gleixner2011-12-141-0/+1
* [SCSI] libfc: improve flogi retries to avoid lport stuckVasu Dev2011-10-311-8/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-281-89/+14
|\
| * [SCSI] fcoe,libfcoe: Move common code for fcoe_get_lesb to fcoe_transportBhanu Prakash Gollapudi2011-10-161-20/+1
| * [SCSI] fcoe: setup default initial value for DDP thresholdVasu Dev2011-10-021-1/+1
| * [SCSI] fcoe: use real dev in case of HW vlan accelerationVasu Dev2011-10-021-1/+8
| * [SCSI] fcoe: use kthread_create_on_nodeEric Dumazet2011-10-021-2/+3
| * [SCSI] fcoe: Move common functions to fcoe_transport libraryBhanu Prakash Gollapudi2011-08-271-65/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-2/+4
|\ \
| * \ Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-5/+8
| |\ \
| * | | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-1/+3
| * | | fcoe: convert to SKB paged frag API.Ian Campbell2011-08-261-1/+1
| | |/ | |/|
* | | Merge branch 'master' into for-nextJiri Kosina2011-09-151-42/+40
|\ \ \ | | |/ | |/|
| * | [SCSI] fcoe: Fix deadlock between fip's recv_work and rtnlRobert Love2011-08-281-5/+8
| |/
| * [SCSI] fcoe: cleanup cpu selection for incoming requestsVasu Dev2011-07-281-30/+13
| * [SCSI] fcoe: add fip retry to avoid missing critical keep aliveVasu Dev2011-07-281-6/+15
| * [SCSI] libfc, fcoe: ignore rx frame with wrong xid infoVasu Dev2011-07-281-0/+4
| * [SCSI] fcoe: remove unused ptype field in fcoe_rcv_infoYi Zou2011-07-281-1/+0
* | Remove unneeded version.h includes from drivers/scsi/Jesper Juhl2011-09-151-1/+0
|/
* [SCSI] fcoe: Rearrange fcoe port and NPIV port cleanupNeerav Parikh2011-06-291-37/+49
* [SCSI] fcoe: Amends previous patch, Round-robin based selection of CPU for po...Kiran Patil2011-06-291-1/+5
* [SCSI] fcoe: Round-robin based selection of CPU for post-processing of incomi...Kiran Patil2011-06-291-1/+38
* [SCSI] fcoe: Unable to select the exchangeID from offload pool for storage ta...Kiran Patil2011-06-291-2/+17
* [SCSI] fcoe: support ndo_fcoe_ddp_target() for DDP in FCoE targeYi Zou2011-06-291-1/+25
* [SCSI] fcoe: Prevent creation of an NPIV port with duplicate WWPNNeerav Parikh2011-05-241-0/+58
* 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] fcoe: remove unnecessary module state checkYi Zou2011-05-011-47/+0
* | [SCSI] fcoe: Remove mutex_trylock/restart_syscall checksRobert Love2011-05-011-20/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-396/+225
|\
| * [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] 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-121-196/+21
| * [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] 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] 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] 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
| |\
OpenPOWER on IntegriCloud