| Commit message (Expand) | Author | Age | Files | Lines |
* | qlcnic: Fix memory leak. | Rajesh Borundia | 2014-04-24 | 1 | -1/+8 |
* | qlcnic: Reset firmware API lock at driver load time | Sony Chacko | 2014-04-24 | 1 | -0/+9 |
* | qlcnic: Fix MSI-X initialization code | Alexander Gordeev | 2014-04-15 | 1 | -12/+16 |
* | qlcnic: Do not disable SR-IOV when VFs are assigned to VMs | Manish Chopra | 2014-04-14 | 1 | -0/+10 |
* | qlcnic: Fix QLogic application/driver interface for virtual NIC configuration | Jitendra Kalsaria | 2014-04-14 | 1 | -14/+17 |
* | qlcnic: Fix PVID configuration on eSwitch port. | Jitendra Kalsaria | 2014-04-14 | 1 | -0/+1 |
* | qlcnic: Fix max ring count calculation | Shahed Shaikh | 2014-04-14 | 2 | -8/+8 |
* | qlcnic: Fix to send INIT_NIC_FUNC as first mailbox. | Sucheta Chakraborty | 2014-04-14 | 3 | -4/+5 |
* | qlcnic: Fix panic due to uninitialzed delayed_work struct in use. | Sucheta Chakraborty | 2014-04-14 | 1 | -3/+2 |
* | net: qlcnic: include irq.h for irq definitions | Josh Boyer | 2014-04-03 | 1 | -0/+1 |
* | qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port' | Shahed Shaikh | 2014-04-01 | 4 | -3/+26 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-29 | 1 | -1/+3 |
|\ |
|
| * | qlge: Do not propaged vlan tag offloads to vlans | Vlad Yasevich | 2014-03-28 | 1 | -1/+3 |
* | | qlge: remove open-coded skb_cow_head. | françois romieu | 2014-03-29 | 1 | -5/+4 |
* | | qlcnic: Remove casts of pointer to same type | Joe Perches | 2014-03-26 | 1 | -1/+1 |
* | | qlcnic: Update version to 5.3.57 | Shahed Shaikh | 2014-03-24 | 1 | -2/+2 |
* | | qlcnic: Add VXLAN Rx offload support | Shahed Shaikh | 2014-03-24 | 8 | -2/+156 |
* | | qlcnic: Add VXLAN Tx offload support | Shahed Shaikh | 2014-03-24 | 4 | -29/+181 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-05 | 4 | -13/+6 |
|\ \
| |/ |
|
| * | qlcnic: dcb: a couple off by one bugs | Dan Carpenter | 2014-03-03 | 1 | -2/+2 |
| * | qlcnic: Fix number of rings when we fall back from msix to legacy. | Rajesh Borundia | 2014-02-25 | 2 | -0/+2 |
| * | qlcnic: Allow any VLAN to be configured from VF. | Sucheta Chakraborty | 2014-02-25 | 1 | -9/+0 |
| * | qlcnic: Fix usage of use_msi and use_msi_x module parameters | Shahed Shaikh | 2014-02-25 | 1 | -1/+1 |
| * | qlcnic: Fix function return error check | Shahed Shaikh | 2014-02-25 | 1 | -1/+1 |
* | | qlcnic: Update version to 5.3.56 | Shahed Shaikh | 2014-02-24 | 1 | -2/+2 |
* | | qlcnic: Enhance semaphore lock access failure error message | Harish Patil | 2014-02-24 | 1 | -7/+15 |
* | | qlcnic: Allow vlan0 traffic | Rajesh Borundia | 2014-02-24 | 1 | -1/+5 |
* | | qlcnic: Enhance driver message in failed state. | Sucheta Chakraborty | 2014-02-24 | 1 | -2/+2 |
* | | qlcnic: Updates to QLogic application/driver interface for virtual NIC config... | Jitendra Kalsaria | 2014-02-24 | 1 | -65/+37 |
* | | qlcnic: Re-factor firmware minidump template header handling | Shahed Shaikh | 2014-02-24 | 7 | -66/+287 |
* | | qlge: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev | 2014-02-18 | 1 | -11/+4 |
* | | qlge: Get rid of an redundant assignment | Alexander Gordeev | 2014-02-18 | 1 | -1/+0 |
* | | qlcnic: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev | 2014-02-18 | 1 | -2/+6 |
* | | qlcnic: Cleanup qlcnic_enable_msix() return values | Alexander Gordeev | 2014-02-18 | 1 | -5/+5 |
* | | netxen: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev | 2014-02-18 | 1 | -2/+3 |
|/ |
|
* | qlcnic: Fix loopback test failure | Shahed Shaikh | 2014-01-28 | 1 | -3/+8 |
* | qlcnic: Fix tx timeout. | Rajesh Borundia | 2014-01-28 | 1 | -7/+2 |
* | qlcnic: Fix initialization of vlan list. | Rajesh Borundia | 2014-01-28 | 1 | -6/+5 |
* | qlcnic: Correct off-by-one errors in bounds checks | Manish Chopra | 2014-01-28 | 1 | -4/+4 |
* | qlcnic: update version to 5.3.55 | Himanshu Madhani | 2014-01-23 | 1 | -2/+2 |
* | qlcnic: Enhance logic to calculate msix vectors. | Himanshu Madhani | 2014-01-23 | 4 | -97/+192 |
* | qlcnic: Refactor interrupt coalescing code for all adapters. | Himanshu Madhani | 2014-01-23 | 7 | -117/+200 |
* | qlcnic: Update poll controller code path | Manish chopra | 2014-01-23 | 1 | -6/+28 |
* | qlcnic: Interrupt code cleanup | Manish chopra | 2014-01-23 | 6 | -72/+121 |
* | qlcnic: Enhance Tx timeout debugging. | Himanshu Madhani | 2014-01-23 | 2 | -20/+51 |
* | qlcnic: Use bool for rx_mac_learn. | Sucheta Chakraborty | 2014-01-23 | 5 | -7/+7 |
* | qlcnic: fix sparse warnings | Fengguang Wu | 2014-01-19 | 1 | -8/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-18 | 1 | -0/+2 |
|\ |
|
| * | qlge: Fix vlan netdev features. | Jitendra Kalsaria | 2014-01-14 | 1 | -0/+2 |
* | | qlcnic: remove unused code | stephen hemminger | 2014-01-17 | 2 | -31/+0 |