summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-064-13/+6Star
|\
| * qlcnic: dcb: a couple off by one bugsDan Carpenter2014-03-031-2/+2
| * qlcnic: Fix number of rings when we fall back from msix to legacy.Rajesh Borundia2014-02-262-0/+2
| * qlcnic: Allow any VLAN to be configured from VF.Sucheta Chakraborty2014-02-261-9/+0Star
| * qlcnic: Fix usage of use_msi and use_msi_x module parametersShahed Shaikh2014-02-261-1/+1
| * qlcnic: Fix function return error checkShahed Shaikh2014-02-261-1/+1
* | qlcnic: Update version to 5.3.56Shahed Shaikh2014-02-251-2/+2
* | qlcnic: Enhance semaphore lock access failure error messageHarish Patil2014-02-251-7/+15
* | qlcnic: Allow vlan0 trafficRajesh Borundia2014-02-251-1/+5
* | qlcnic: Enhance driver message in failed state.Sucheta Chakraborty2014-02-251-2/+2
* | qlcnic: Updates to QLogic application/driver interface for virtual NIC config...Jitendra Kalsaria2014-02-251-65/+37Star
* | qlcnic: Re-factor firmware minidump template header handlingShahed Shaikh2014-02-257-66/+287
* | qlge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-11/+4Star
* | qlge: Get rid of an redundant assignmentAlexander Gordeev2014-02-181-1/+0Star
* | qlcnic: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-2/+6
* | qlcnic: Cleanup qlcnic_enable_msix() return valuesAlexander Gordeev2014-02-181-5/+5
* | netxen: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-2/+3
|/
* qlcnic: Fix loopback test failureShahed Shaikh2014-01-281-3/+8
* qlcnic: Fix tx timeout.Rajesh Borundia2014-01-281-7/+2Star
* qlcnic: Fix initialization of vlan list.Rajesh Borundia2014-01-281-6/+5Star
* qlcnic: Correct off-by-one errors in bounds checksManish Chopra2014-01-281-4/+4
* qlcnic: update version to 5.3.55Himanshu Madhani2014-01-241-2/+2
* qlcnic: Enhance logic to calculate msix vectors.Himanshu Madhani2014-01-244-97/+192
* qlcnic: Refactor interrupt coalescing code for all adapters.Himanshu Madhani2014-01-247-117/+200
* qlcnic: Update poll controller code pathManish chopra2014-01-241-6/+28
* qlcnic: Interrupt code cleanupManish chopra2014-01-246-72/+121
* qlcnic: Enhance Tx timeout debugging.Himanshu Madhani2014-01-242-20/+51
* qlcnic: Use bool for rx_mac_learn.Sucheta Chakraborty2014-01-245-7/+7
* qlcnic: fix sparse warningsFengguang Wu2014-01-201-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-0/+2
|\
| * qlge: Fix vlan netdev features.Jitendra Kalsaria2014-01-151-0/+2
* | qlcnic: remove unused codestephen hemminger2014-01-182-31/+0Star
* | qlcnic: make local functions staticstephen hemminger2014-01-1813-103/+97Star
* | drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-163-3/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-143-19/+26
|\|
| * qlcnic: Fix ethtool statistics length calculationShahed Shaikh2014-01-101-18/+21
| * qlcnic: Fix bug in TX statisticsManish Chopra2014-01-103-1/+5
* | net: qlcnic: fix warning for incorrect type in argumentdingtianhong2014-01-141-1/+1
* | qlcnic: Update version to 5.3.54Shahed Shaikh2014-01-141-2/+2
* | qlcnic: Enable IPv6 LRO even if IP address is not programmedShahed Shaikh2014-01-141-2/+2
* | qlcnic: Fix SR-IOV cleanup code pathManish Chopra2014-01-141-3/+1Star
* | qlcnic: Enable beaconing for 83xx/84xx Series adapter.Himanshu Madhani2014-01-147-24/+70
* | qlcnic: Do MAC learning for SRIOV PF.Sucheta Chakraborty2014-01-146-31/+64
* | qlcnic: Turn on promiscous mode for SRIOV PF.Sucheta Chakraborty2014-01-141-0/+4
* | qlcnic: Enable VF flood bit on PF.Sucheta Chakraborty2014-01-141-0/+30
* | qlcnic: Restrict VF from configuring any VLAN mode.Sucheta Chakraborty2014-01-141-1/+11
* | qlcnic: Convert vmalloc/memset to kcallocJoe Perches2014-01-132-11/+7Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-067-15/+28
|\|
| * qlcnic: Fix bug in Tx completion pathShahed Shaikh2014-01-044-7/+12
| * qlcnic: Fix resource allocation for TX queuesManish Chopra2014-01-021-1/+2