aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-147/+260
* SCSI: fcoe: Fix preempt count leak in fcoe_filter_frames()Thomas Gleixner2012-01-061-0/+1
* fcoe: Unable to select the exchangeID from offload pool for storage targetsKiran Patil2011-10-031-2/+17
* [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
| |\
| * | fix typos concerning "management"Uwe Kleine-König2010-06-161-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-041-49/+98
|\ \ \
| * | | [SCSI] Revert "[SCSI] fcoe: Fix using VLAN ID in creating lport's WWWN/WWPN"Vasu Dev2010-07-281-10/+1
| * | | [SCSI] fcoe: fix offload feature flag change from netdevYi Zou2010-07-281-19/+49
| * | | [SCSI] fcoe: config via separate create_vn2vn module parameterJoe Eykholt2010-07-281-4/+12
| * | | [SCSI] fcoe libfcoe: use correct FC-MAP for VN2VN modeJoe Eykholt2010-07-281-4/+2
| * | | [SCSI] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint supportJoe Eykholt2010-07-281-3/+13
| * | | [SCSI] libfcoe: fcoe: fnic: change fcoe_ctlr_init interface to specify modeJoe Eykholt2010-07-281-1/+1
| * | | [SCSI] fcoe: adds src and dest mac address checking for fcoe framesVasu Dev2010-07-281-3/+17
| * | | [SCSI] fcoe: cleans up fcoe_disable and fcoe_enableVasu Dev2010-07-281-6/+4
| | |/ | |/|
* | | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-1/+2
|/ /
* | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-211-66/+128
|\
| * [SCSI] fcoe: fix fcoe module ref countingVasu Dev2010-05-161-1/+1
| * [SCSI] fcoe: fix a circular locking issue with rtnl and sysfs mutexVasu Dev2010-05-161-7/+34
| * [SCSI] fcoe: move link speed checking into its own routineRobert Love2010-05-161-13/+29
| * [SCSI] fcoe: fixes wrong error exit in fcoe_createVasu Dev2010-05-161-1/+1
| * [SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech2010-04-111-1/+2
| * [SCSI] fcoe, fnic, libfc: increased CDB size to 16 bytes for fcoe.Vasu Dev2010-04-111-0/+2
| * [SCSI] fcoe: removes unused shost in fcoe_shost_configVasu Dev2010-04-111-6/+2
| * [SCSI] fcoe: check netif operstate instead of IFF_UP & link stateChris Leech2010-04-111-2/+1
| * [SCSI] fcoe: reset FIP ctlr link state on disable/enableChris Leech2010-04-111-4/+7
| * [SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabledJoe Eykholt2010-04-111-26/+25
| * [SCSI] fcoe: remove an unused variable in fcoe_recv_frame()Joe Eykholt2010-04-111-5/+0
| * [SCSI] fcoe: save gateway address when receiving FLOGI requestJoe Eykholt2010-04-111-0/+24