index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-09
qlcnic: Update version to 5.3.59
Rajesh Borundia
1
-2
/
+2
2014-05-09
qlcnic: Collect firmware dump using DMA on 82xx adapters
Shahed Shaikh
5
-50
/
+42
2014-05-09
qlcnic: Add mac learning support to SR-IOV VF.
Rajesh Borundia
6
-28
/
+78
2014-05-09
qlcnic: Add support to process commands in atomic context
Rajesh Borundia
6
-107
/
+99
2014-05-09
qlcnic: Allow SR-IOV VF probe in hypervisor.
Rajesh Borundia
3
-17
/
+24
2014-05-07
qlcnic: Fix Kconfig dependency on HWMON
Harish Patil
1
-1
/
+1
2014-04-27
qlcnic: Update version to 5.3.58
Jitendra Kalsaria
1
-2
/
+2
2014-04-27
qlcnic: Limit vNIC support in legacy interrupt mode
Sucheta Chakraborty
2
-1
/
+12
2014-04-27
qlcnic: Add driver logs in error path.
Sucheta Chakraborty
5
-4
/
+21
2014-04-27
qlcnic: Allow setting TX interrupt coalescing parameters from VF.
Sucheta Chakraborty
2
-6
/
+42
2014-04-27
qlcnic: Add hwmon interface to export board temperature.
Harish Patil
4
-1
/
+95
2014-04-27
qlcnic: Optimize MAC learning code
Shahed Shaikh
1
-12
/
+7
2014-04-27
qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
1
-3
/
+3
2014-04-27
qlge: Convert /n to \n
Joe Perches
1
-1
/
+1
2014-04-15
qlcnic: Fix MSI-X initialization code
Alexander Gordeev
1
-12
/
+16
2014-04-14
qlcnic: Do not disable SR-IOV when VFs are assigned to VMs
Manish Chopra
1
-0
/
+10
2014-04-14
qlcnic: Fix QLogic application/driver interface for virtual NIC configuration
Jitendra Kalsaria
1
-14
/
+17
2014-04-14
qlcnic: Fix PVID configuration on eSwitch port.
Jitendra Kalsaria
1
-0
/
+1
2014-04-14
qlcnic: Fix max ring count calculation
Shahed Shaikh
2
-8
/
+8
2014-04-14
qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.
Sucheta Chakraborty
3
-4
/
+5
2014-04-14
qlcnic: Fix panic due to uninitialzed delayed_work struct in use.
Sucheta Chakraborty
1
-3
/
+2
2014-04-03
net: qlcnic: include irq.h for irq definitions
Josh Boyer
1
-0
/
+1
2014-04-01
qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'
Shahed Shaikh
4
-3
/
+26
2014-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2014-03-29
qlge: remove open-coded skb_cow_head.
françois romieu
1
-5
/
+4
2014-03-28
qlge: Do not propaged vlan tag offloads to vlans
Vlad Yasevich
1
-1
/
+3
2014-03-26
qlcnic: Remove casts of pointer to same type
Joe Perches
1
-1
/
+1
2014-03-24
qlcnic: Update version to 5.3.57
Shahed Shaikh
1
-2
/
+2
2014-03-24
qlcnic: Add VXLAN Rx offload support
Shahed Shaikh
8
-2
/
+156
2014-03-24
qlcnic: Add VXLAN Tx offload support
Shahed Shaikh
4
-29
/
+181
2014-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-13
/
+6
2014-03-03
qlcnic: dcb: a couple off by one bugs
Dan Carpenter
1
-2
/
+2
2014-02-25
qlcnic: Fix number of rings when we fall back from msix to legacy.
Rajesh Borundia
2
-0
/
+2
2014-02-25
qlcnic: Allow any VLAN to be configured from VF.
Sucheta Chakraborty
1
-9
/
+0
2014-02-25
qlcnic: Fix usage of use_msi and use_msi_x module parameters
Shahed Shaikh
1
-1
/
+1
2014-02-25
qlcnic: Fix function return error check
Shahed Shaikh
1
-1
/
+1
2014-02-24
qlcnic: Update version to 5.3.56
Shahed Shaikh
1
-2
/
+2
2014-02-24
qlcnic: Enhance semaphore lock access failure error message
Harish Patil
1
-7
/
+15
2014-02-24
qlcnic: Allow vlan0 traffic
Rajesh Borundia
1
-1
/
+5
2014-02-24
qlcnic: Enhance driver message in failed state.
Sucheta Chakraborty
1
-2
/
+2
2014-02-24
qlcnic: Updates to QLogic application/driver interface for virtual NIC config...
Jitendra Kalsaria
1
-65
/
+37
2014-02-24
qlcnic: Re-factor firmware minidump template header handling
Shahed Shaikh
7
-66
/
+287
2014-02-18
qlge: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-11
/
+4
2014-02-18
qlge: Get rid of an redundant assignment
Alexander Gordeev
1
-1
/
+0
2014-02-18
qlcnic: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-2
/
+6
2014-02-18
qlcnic: Cleanup qlcnic_enable_msix() return values
Alexander Gordeev
1
-5
/
+5
2014-02-18
netxen: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-2
/
+3
2014-01-28
qlcnic: Fix loopback test failure
Shahed Shaikh
1
-3
/
+8
2014-01-28
qlcnic: Fix tx timeout.
Rajesh Borundia
1
-7
/
+2
2014-01-28
qlcnic: Fix initialization of vlan list.
Rajesh Borundia
1
-6
/
+5
[next]