summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-134-8/+6Star
* vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-123-21/+70
|\
| * qlcnic: Set real_num_{tx|rx}_queues properlyShahed Shaikh2014-05-072-18/+47
| * qlcnic: Fix panic while dumping TX queues on TX timeoutManish Chopra2014-05-071-2/+6
| * qlcnic: Fix memory leak.Rajesh Borundia2014-04-241-1/+8
| * qlcnic: Reset firmware API lock at driver load timeSony Chacko2014-04-241-0/+9
* | qlcnic: Update version to 5.3.59Rajesh Borundia2014-05-091-2/+2
* | qlcnic: Collect firmware dump using DMA on 82xx adaptersShahed Shaikh2014-05-095-50/+42Star
* | qlcnic: Add mac learning support to SR-IOV VF.Rajesh Borundia2014-05-096-28/+78
* | qlcnic: Add support to process commands in atomic contextRajesh Borundia2014-05-096-107/+99Star
* | qlcnic: Allow SR-IOV VF probe in hypervisor.Rajesh Borundia2014-05-093-17/+24
* | qlcnic: Fix Kconfig dependency on HWMONHarish Patil2014-05-071-1/+1
* | qlcnic: Update version to 5.3.58Jitendra Kalsaria2014-04-281-2/+2
* | qlcnic: Limit vNIC support in legacy interrupt modeSucheta Chakraborty2014-04-282-1/+12
* | qlcnic: Add driver logs in error path.Sucheta Chakraborty2014-04-285-4/+21
* | qlcnic: Allow setting TX interrupt coalescing parameters from VF.Sucheta Chakraborty2014-04-282-6/+42
* | qlcnic: Add hwmon interface to export board temperature.Harish Patil2014-04-284-1/+95
* | qlcnic: Optimize MAC learning codeShahed Shaikh2014-04-281-12/+7Star
* | qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-04-281-3/+3
* | qlge: Convert /n to \nJoe Perches2014-04-281-1/+1
|/
* qlcnic: Fix MSI-X initialization codeAlexander Gordeev2014-04-151-12/+16
* qlcnic: Do not disable SR-IOV when VFs are assigned to VMsManish Chopra2014-04-141-0/+10
* qlcnic: Fix QLogic application/driver interface for virtual NIC configurationJitendra Kalsaria2014-04-141-14/+17
* qlcnic: Fix PVID configuration on eSwitch port.Jitendra Kalsaria2014-04-141-0/+1
* qlcnic: Fix max ring count calculationShahed Shaikh2014-04-142-8/+8
* qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.Sucheta Chakraborty2014-04-143-4/+5
* qlcnic: Fix panic due to uninitialzed delayed_work struct in use.Sucheta Chakraborty2014-04-141-3/+2Star
* net: qlcnic: include irq.h for irq definitionsJosh Boyer2014-04-031-0/+1
* qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh2014-04-014-3/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-1/+3
|\
| * qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich2014-03-281-1/+3
* | qlge: remove open-coded skb_cow_head.françois romieu2014-03-291-5/+4Star
* | qlcnic: Remove casts of pointer to same typeJoe Perches2014-03-261-1/+1
* | qlcnic: Update version to 5.3.57Shahed Shaikh2014-03-241-2/+2
* | qlcnic: Add VXLAN Rx offload supportShahed Shaikh2014-03-248-2/+156
* | qlcnic: Add VXLAN Tx offload supportShahed Shaikh2014-03-244-29/+181
* | 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