index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-28
qlge: Do not propaged vlan tag offloads to vlans
Vlad Yasevich
1
-1
/
+3
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-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
2014-01-28
qlcnic: Correct off-by-one errors in bounds checks
Manish Chopra
1
-4
/
+4
2014-01-23
qlcnic: update version to 5.3.55
Himanshu Madhani
1
-2
/
+2
2014-01-23
qlcnic: Enhance logic to calculate msix vectors.
Himanshu Madhani
4
-97
/
+192
2014-01-23
qlcnic: Refactor interrupt coalescing code for all adapters.
Himanshu Madhani
7
-117
/
+200
2014-01-23
qlcnic: Update poll controller code path
Manish chopra
1
-6
/
+28
2014-01-23
qlcnic: Interrupt code cleanup
Manish chopra
6
-72
/
+121
2014-01-23
qlcnic: Enhance Tx timeout debugging.
Himanshu Madhani
2
-20
/
+51
2014-01-23
qlcnic: Use bool for rx_mac_learn.
Sucheta Chakraborty
5
-7
/
+7
2014-01-19
qlcnic: fix sparse warnings
Fengguang Wu
1
-8
/
+8
2014-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2014-01-17
qlcnic: remove unused code
stephen hemminger
2
-31
/
+0
2014-01-17
qlcnic: make local functions static
stephen hemminger
13
-103
/
+97
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
3
-3
/
+0
2014-01-14
qlge: Fix vlan netdev features.
Jitendra Kalsaria
1
-0
/
+2
2014-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-19
/
+26
2014-01-13
net: qlcnic: fix warning for incorrect type in argument
dingtianhong
1
-1
/
+1
2014-01-13
qlcnic: Update version to 5.3.54
Shahed Shaikh
1
-2
/
+2
2014-01-13
qlcnic: Enable IPv6 LRO even if IP address is not programmed
Shahed Shaikh
1
-2
/
+2
2014-01-13
qlcnic: Fix SR-IOV cleanup code path
Manish Chopra
1
-3
/
+1
2014-01-13
qlcnic: Enable beaconing for 83xx/84xx Series adapter.
Himanshu Madhani
7
-24
/
+70
2014-01-13
qlcnic: Do MAC learning for SRIOV PF.
Sucheta Chakraborty
6
-31
/
+64
2014-01-13
qlcnic: Turn on promiscous mode for SRIOV PF.
Sucheta Chakraborty
1
-0
/
+4
2014-01-13
qlcnic: Enable VF flood bit on PF.
Sucheta Chakraborty
1
-0
/
+30
2014-01-13
qlcnic: Restrict VF from configuring any VLAN mode.
Sucheta Chakraborty
1
-1
/
+11
2014-01-13
qlcnic: Convert vmalloc/memset to kcalloc
Joe Perches
2
-11
/
+7
2014-01-10
qlcnic: Fix ethtool statistics length calculation
Shahed Shaikh
1
-18
/
+21
2014-01-10
qlcnic: Fix bug in TX statistics
Manish Chopra
3
-1
/
+5
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-15
/
+28
2014-01-03
qlcnic: Fix bug in Tx completion path
Shahed Shaikh
4
-7
/
+12
2014-01-02
qlcnic: Fix resource allocation for TX queues
Manish Chopra
1
-1
/
+2
2014-01-02
qlcnic: Fix loopback diagnostic test
Manish Chopra
3
-6
/
+7
2013-12-31
net: qlcnic: slight optimization of addr compare
dingtianhong
3
-6
/
+6
2013-12-31
net: netxen: slight optimization of addr compare
dingtianhong
1
-1
/
+1
2013-12-27
netxen: Correct off-by-one errors in bounds checks
David Gibson
1
-2
/
+2
2013-12-26
qlge: make local function static
stephen hemminger
2
-3
/
+2
2013-12-19
drivers: net: Mark functions as static in qlcnic_83xx_hw.c
Rashika Kheria
1
-3
/
+3
2013-12-19
drivers: net: Mark functions as static in qlcnic_io.c
Rashika Kheria
1
-3
/
+3
2013-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-71
/
+73
2013-12-17
qlcnic: update version to 5.3.53
Manish Chopra
1
-2
/
+2
2013-12-17
qlcnic: Support for 16 virtual NIC functions.
Jitendra Kalsaria
8
-95
/
+186
2013-12-17
qlcnic: VLAN enhancement for 84XX adapters
Manish Chopra
8
-112
/
+407
[next]