summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | qlcnic: update version to 5.3.52Himanshu Madhani2013-11-041-2/+2
* | qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani2013-11-045-17/+18
* | qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani2013-11-0412-311/+404
* | qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani2013-11-044-62/+94
* | qlcnic: Register netdev in FAILED state for 83xx/84xxSucheta Chakraborty2013-11-046-33/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-043-10/+9
|\ \
| * | qlcnic: Do not read QLCNIC_FW_CAPABILITY_MORE_CAPS bit for 83xx adapterShahed Shaikh2013-10-262-5/+7
| * | qlcnic: Do not force adapter to perform LRO without destination IP checkShahed Shaikh2013-10-261-5/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-232-8/+2
|\| |
| * | qlcnic: Validate Tx queue only for 82xx adapters.Himanshu Madhani2013-10-182-8/+2
* | | net: qlcnic: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-221-2/+0
* | | qlcnic: update version to 5.3.51Himanshu Madhani2013-10-181-2/+2
* | | qlcnic: Skip unknown entry type while collecting firmware dumpShahed Shaikh2013-10-181-22/+19
* | | qlcnic: dcb code cleanup and refactoring.Sucheta Chakraborty2013-10-188-228/+207
* | | qlcnic: Remove redundant eSwitch enable commandsSony Chacko2013-10-183-26/+12
* | | qlcnic: Update ethtool standard pause settings.Jitendra Kalsaria2013-10-182-3/+18
* | | qlcnic: Firmware dump collection when auto recovery is disabled.Pratik Pujar2013-10-182-1/+17
* | | qlcnic: Enhance ethtool to display ring indices and interrupt maskPratik Pujar2013-10-182-18/+44
* | | qlcnic: Print informational messages only once during driver load.Sucheta Chakraborty2013-10-184-16/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-1/+4
|\| |
| * | qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()Wei Yongjun2013-10-081-1/+4
* | | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
|/ /
* | qlcnic: Fix SR-IOV configurationManish Chopra2013-10-011-1/+7
* | qlcnic: Fix register device in FAILED state for 82xx.Sucheta Chakraborty2013-09-273-2/+57
* | qlcnic: Fix VF reset recoveryManish Chopra2013-09-151-0/+1
* | qlcnic: Fix warning reported by kbuild test robot.Jitendra Kalsaria2013-09-111-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-062-2/+2
|\
| * treewide: Fix typo in printkMasanari Iida2013-08-202-3/+3
* | qlcnic: use standard NAPI weightsMichal Schmidt2013-09-052-19/+12
* | qlcnic: remove a stray semicolonDan Carpenter2013-09-041-1/+1
* | qlcnic: Fix sparse warning.Sucheta Chakraborty2013-09-041-1/+1
* | drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-031-2/+2
* | qlcnic: Update version to 5.3.50Shahed Shaikh2013-08-311-2/+2
* | qlcnic: Add support for per port eswitch configurationSony Chacko2013-08-317-53/+120
* | qlcnic: Restructuring of qlc_83xx_fw_info structure.Pratik Pujar2013-08-314-45/+61
* | qlcnic: Add AER support for 83xx adapterPratik Pujar2013-08-313-1/+121
* | qlcnic: Add AER callback handlers.Pratik Pujar2013-08-312-24/+55
* | qlcnic: Store firmware dump state in CAMRAM registerShahed Shaikh2013-08-315-32/+135
* | qlcnic: Use firmware recommended dump capture mask as defaultShahed Shaikh2013-08-312-2/+4
* | qlcnic: Remove inline keywordManish Chopra2013-08-314-18/+17
* | qlcnic: Enhance PVID handling for 84xx adaptersManish Chopra2013-08-313-10/+22
* | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-15/+14
* | qlcnic: underflow in qlcnic_validate_max_tx_rings()Dan Carpenter2013-08-292-2/+2
* | qlcnic: Update version to 5.3.49.Sucheta Chakraborty2013-08-271-2/+2
* | qlcnic: dcb: Add support for CEE Netlink interface.Sucheta Chakraborty2013-08-274-1/+629
* | qlcnic: dcb: Register DCB AEN handler.Sucheta Chakraborty2013-08-277-2/+137
* | qlcnic: dcb: Get DCB parameters from the adapter.Sucheta Chakraborty2013-08-277-2/+278