aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17qlcnic: update version to 5.3.53Manish Chopra1-2/+2
2013-12-17qlcnic: Support for 16 virtual NIC functions.Jitendra Kalsaria8-95/+186
2013-12-17qlcnic: VLAN enhancement for 84XX adaptersManish Chopra8-112/+407
2013-12-17qlcnic: Allow single Tx/Rx queue for all adapters.Himanshu Madhani3-12/+4
2013-12-17qlcnic: Refactor initialize nic code path.Sucheta Chakraborty4-21/+15
2013-12-17qlcnic: Issue INIT_NIC command only once.Sucheta Chakraborty5-39/+10
2013-12-17qlcnic: Disable DCB operations from SR-IOV VFs.Sucheta Chakraborty6-21/+11
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+5
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher9-27/+9
2013-12-05qlge: Update version to 1.00.00.34Jitendra Kalsaria1-1/+1
2013-12-05qlge: Allow enable/disable rx/tx vlan acceleration independentlyJitendra Kalsaria1-8/+0
2013-12-05qlge: Fix ethtool statisticsJitendra Kalsaria1-0/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-04qlcnic: update version to 5.3.52Himanshu Madhani1-2/+2
2013-11-04qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani5-17/+18
2013-11-04qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani12-311/+404
2013-11-04qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani4-62/+94
2013-11-04qlcnic: Register netdev in FAILED state for 83xx/84xxSucheta Chakraborty6-33/+67
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+9
2013-10-26qlcnic: Do not read QLCNIC_FW_CAPABILITY_MORE_CAPS bit for 83xx adapterShahed Shaikh2-5/+7
2013-10-26qlcnic: Do not force adapter to perform LRO without destination IP checkShahed Shaikh1-5/+2
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+2
2013-10-22net: qla3xxx: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-22net: qlcnic: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-22net: qlge: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-22net: netxen: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18qlcnic: Validate Tx queue only for 82xx adapters.Himanshu Madhani2-8/+2
2013-10-18qlcnic: update version to 5.3.51Himanshu Madhani1-2/+2
2013-10-18qlcnic: Skip unknown entry type while collecting firmware dumpShahed Shaikh1-22/+19
2013-10-18qlcnic: dcb code cleanup and refactoring.Sucheta Chakraborty8-228/+207
2013-10-18qlcnic: Remove redundant eSwitch enable commandsSony Chacko3-26/+12
2013-10-18qlcnic: Update ethtool standard pause settings.Jitendra Kalsaria2-3/+18
2013-10-18qlcnic: Firmware dump collection when auto recovery is disabled.Pratik Pujar2-1/+17
2013-10-18qlcnic: Enhance ethtool to display ring indices and interrupt maskPratik Pujar2-18/+44
2013-10-18qlcnic: Print informational messages only once during driver load.Sucheta Chakraborty4-16/+22
2013-10-14treewide: Fix typo in printkMasanari Iida1-1/+1
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-10-08qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()Wei Yongjun1-1/+4
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2-2/+2
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-6/+67
2013-10-01qlcnic: Fix SR-IOV configurationManish Chopra1-1/+7
2013-09-27qlcnic: Fix register device in FAILED state for 82xx.Sucheta Chakraborty3-2/+57
2013-09-27qlge: Update version to 1.00.00.33Jitendra Kalsaria1-1/+1
2013-09-27qlge: Enhance nested VLAN (Q-in-Q) handling.Jitendra Kalsaria1-25/+101
2013-09-27netxen_nic: Update version to 4.0.82Shahed Shaikh1-2/+2
2013-09-27netxen_nic: Print ULA informationShahed Shaikh2-0/+29
2013-09-24qlogic: Remove extern from function prototypesJoe Perches2-33/+30
2013-09-24qlge: call ql_core_dump() only if dump memory was allocated.malahal@us.ibm.com2-3/+3
2013-09-15qlcnic: Fix VF reset recoveryManish Chopra1-0/+1