aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] fcoe: fix fcoe in a DCB environment by adding DCB notifiers to set skb...john fastabend2011-12-152-0/+119
* [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-283-99/+116
|\
| * [SCSI] fcoe,libfcoe: Move common code for fcoe_get_lesb to fcoe_transportBhanu Prakash Gollapudi2011-10-162-20/+30
| * [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-022-1/+9
| * [SCSI] fcoe: use kthread_create_on_nodeEric Dumazet2011-10-021-2/+3
| * [SCSI] fcoe: Move common functions to fcoe_transport libraryBhanu Prakash Gollapudi2011-08-273-75/+73
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-252-5/+8
|\ \
| * | net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
| * | 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-262-3/+4
| | |/ | |/|
* | | 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] 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