aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2fc: do not add shared skbs to the fcoe_rx_listMaurizio Lombardi2014-12-141-0/+7
* [SCSI] bnx2fc: Bumped version to 1.0.9Bhanu Prakash Gollapudi2011-10-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-281-65/+161
|\
| * [SCSI] bnx2fc: Bumped version to 1.0.8Bhanu Prakash Gollapudi2011-10-161-1/+1
| * [SCSI] bnx2fc: Return error statistics of remote peerBhanu Prakash Gollapudi2011-10-161-0/+20
| * [SCSI] bnx2fc: call ctlr_link_up only when the interface is enabledBhanu Prakash Gollapudi2011-10-161-0/+2
| * [SCSI] bnx2fc: Bumped version to 1.0.7Bhanu Prakash Gollapudi2011-09-221-1/+1
| * [SCSI] bnx2fc: Bumped version to 1.0.6Bhanu Prakash Gollapudi2011-09-171-1/+1
| * [SCSI] bnx2fc: Fix panic caused because of incorrect errror handling in creat...Bhanu Prakash Gollapudi2011-09-171-5/+10
| * [SCSI] bnx2fc: Avoid calling bnx2fc_if_destroy with unnecessary locksBhanu Prakash Gollapudi2011-09-171-6/+2
| * [SCSI] bnx2fc: Validate vlan id in NETDEV_UNREGISTER handlerNithin Nayak Sujir2011-09-171-3/+3
| * [SCSI] bnx2fc: Send solicitation only after vlan discovery is completeBhanu Prakash Gollapudi2011-09-171-4/+17
| * [SCSI] bnx2fc: Reset max receive frame size during link upBhanu Prakash Gollapudi2011-09-171-0/+2
| * [SCSI] bnx2fc: Need not schedule destroy_work from __bnx2fc_destroyBhanu Prakash Gollapudi2011-08-291-11/+6
| * [SCSI] bnx2fc: Bump version to 1.0.5Bhanu Prakash Gollapudi2011-08-271-1/+1
| * [SCSI] bnx2fc: Prevent creating of NPIV port with duplicate WWNBhanu Prakash Gollapudi2011-08-271-0/+11
| * [SCSI] bnx2fc: Obtain WWNN/WWPN from the shared memoryBhanu Prakash Gollapudi2011-08-271-5/+9
| * [SCSI] bnx2fc: Drop incoming ABTSBhanu Prakash Gollapudi2011-08-271-0/+8
| * [SCSI] bnx2fc: Clear DESTROY_CMPL flag after firmware destroyBhanu Prakash Gollapudi2011-08-271-2/+3
| * [SCSI] bnx2fc: Handle NETDEV_UNREGISTER for vlan devicesBhanu Prakash Gollapudi2011-08-271-35/+57
| * [SCSI] bnx2fc: Reorganize cleanup code between interface_cleanup and if_destoryBhanu Prakash Gollapudi2011-08-271-24/+23
| * [SCSI] bnx2fc: Change function names of bnx2fc_netdev_setup/bnx2fc_netdev_cle...Bhanu Prakash Gollapudi2011-08-271-6/+6
| * [SCSI] bnx2fc: Do not attempt destroying NPIV port twiceBhanu Prakash Gollapudi2011-08-271-0/+12
| * [SCSI] bnx2fc: Enable bsg_request support for bnx2fcBhanu Prakash Gollapudi2011-08-271-0/+2
| * [SCSI] bnx2fc: Bug fixes in percpu_thread_create/destroyBhanu Prakash Gollapudi2011-08-271-3/+2
| * [SCSI] bnx2fc: Reset the max receive frame sizeBhanu Prakash Gollapudi2011-08-271-0/+5
* | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-1/+3
* | bnx2fc: convert to SKB paged frag API.Ian Campbell2011-08-261-1/+1
|/
* [SCSI] fcoe: remove unused ptype field in fcoe_rcv_infoYi Zou2011-07-281-1/+0
* [SCSI] bnx2fc: Update copyright and bump version to 1.0.4Bhanu Prakash Gollapudi2011-07-281-2/+2
* [SCSI] bnx2fc: Enable support for sequence level error recoveryBhanu Prakash Gollapudi2011-07-281-3/+0
* [SCSI] bnx2fc: Introduce interface structure for each vlan interfaceBhanu Prakash Gollapudi2011-07-271-379/+337
* [SCSI] bnx2fc: Replace printks with KERN_ALERT to KERN_ERR/KERN_INFOBhanu Prakash Gollapudi2011-07-261-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-07-231-1/+30
|\
| * [SCSI] bnx2fc: Bumped version to 1.0.2Bhanu Prakash Gollapudi2011-06-291-1/+1
| * [SCSI] bnx2fc: Fix kernel panic when deleting NPIV portsBhanu Prakash Gollapudi2011-06-291-1/+27
| * [SCSI] bnx2fc: host stats show the link speed 'unknown' on NIC partitioned in...Bhanu Prakash Gollapudi2011-06-291-0/+3
* | cnic: Add VLAN ID as a parameter during netevent upcallMichael Chan2011-07-211-1/+7
* | New 7.0 FW: bnx2x, cnic, bnx2i, bnx2fcVlad Zolotarov2011-06-151-2/+2
|/
* 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] bnx2fc: setup em for npiv portVasu Dev2011-05-011-14/+15
* | [SCSI] bnx2fc: Do not use HBA_DBG macro when lport is not availableNithin Nayak Sujir2011-05-011-1/+1
* | [SCSI] bnx2fc: Release the reference to hba only after the interface is destr...Nithin Nayak Sujir2011-05-011-2/+2
|/
* [SCSI] bnx2fc: IO completion not processed due to missed wakeupBhanu Gollapudi2011-03-231-6/+4
* [SCSI] bnx2fc: Bump version to 1.0.1Nithin Sujir2011-03-231-1/+1
* [SCSI] bnx2fc: Remove unnecessary module state checksBhanu Gollapudi2011-03-231-23/+0
* [SCSI] bnx2fc: Fix MTU issue by using static MTUBhanu Gollapudi2011-03-231-34/+1
* [SCSI] bnx2fc: Remove network bonding checkingMichael Chan2011-03-231-7/+0
* [SCSI] bnx2fc: common free list for cleanup commandsBhanu Gollapudi2011-03-231-1/+1