index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
/
qlcnic
/
qlcnic_83xx_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
Alexander Duyck
2016-06-17
1
-4
/
+0
*
qlcnic: Don't use kzalloc unncecessarily for allocating large chunk of memory
Shahed Shaikh
2015-08-10
1
-2
/
+2
*
qlcnic: Fix corruption while copying
Shahed Shaikh
2015-07-29
1
-1
/
+1
*
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-08
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-10-02
1
-3
/
+2
|
\
|
*
qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the...
Sony Chacko
2014-09-26
1
-3
/
+2
*
|
qlcnic: Add support to run firmware POST
Shahed Shaikh
2014-08-29
1
-1
/
+154
*
|
qlcnic: Add support for 0x8830 device ID
Shahed Shaikh
2014-08-29
1
-0
/
+1
|
/
*
qlcnic: Fix endianess issue in firmware load from file operation
Shahed Shaikh
2014-08-21
1
-10
/
+25
*
qlcnic: Collect firmware dump using DMA on 82xx adapters
Shahed Shaikh
2014-05-09
1
-6
/
+6
*
qlcnic: Add driver logs in error path.
Sucheta Chakraborty
2014-04-27
1
-0
/
+2
*
qlcnic: Fix max ring count calculation
Shahed Shaikh
2014-04-14
1
-6
/
+8
*
qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.
Sucheta Chakraborty
2014-04-14
1
-0
/
+2
*
qlcnic: Fix panic due to uninitialzed delayed_work struct in use.
Sucheta Chakraborty
2014-04-14
1
-3
/
+2
*
qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'
Shahed Shaikh
2014-04-01
1
-3
/
+5
*
qlcnic: Remove casts of pointer to same type
Joe Perches
2014-03-26
1
-1
/
+1
*
qlcnic: Add VXLAN Rx offload support
Shahed Shaikh
2014-03-24
1
-0
/
+87
*
qlcnic: Enhance Tx timeout debugging.
Himanshu Madhani
2014-01-23
1
-1
/
+1
*
qlcnic: Use bool for rx_mac_learn.
Sucheta Chakraborty
2014-01-23
1
-1
/
+1
*
qlcnic: make local functions static
stephen hemminger
2014-01-17
1
-4
/
+7
*
qlcnic: Do MAC learning for SRIOV PF.
Sucheta Chakraborty
2014-01-13
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-18
1
-25
/
+40
|
\
|
*
qlcnic: Allow firmware dump collection when auto firmware recovery is disabled
Manish Chopra
2013-12-17
1
-19
/
+34
|
*
qlcnic: Fix memory allocation
Manish Chopra
2013-12-17
1
-4
/
+4
|
*
qlcnic: Fix TSS/RSS ring validation logic.
Himanshu Madhani
2013-12-17
1
-2
/
+2
*
|
qlcnic: Refactor initialize nic code path.
Sucheta Chakraborty
2013-12-17
1
-5
/
+3
*
|
qlcnic: Disable DCB operations from SR-IOV VFs.
Sucheta Chakraborty
2013-12-17
1
-6
/
+0
|
/
*
qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.
Himanshu Madhani
2013-11-04
1
-7
/
+11
*
qlcnic: refactor Tx/SDS ring calculation and validation in driver.
Himanshu Madhani
2013-11-04
1
-7
/
+31
*
qlcnic: Register netdev in FAILED state for 83xx/84xx
Sucheta Chakraborty
2013-11-04
1
-7
/
+9
*
qlcnic: dcb code cleanup and refactoring.
Sucheta Chakraborty
2013-10-18
1
-3
/
+6
*
qlcnic: Firmware dump collection when auto recovery is disabled.
Pratik Pujar
2013-10-18
1
-0
/
+11
*
qlcnic: Add support for per port eswitch configuration
Sony Chacko
2013-08-31
1
-46
/
+21
*
qlcnic: Restructuring of qlc_83xx_fw_info structure.
Pratik Pujar
2013-08-31
1
-39
/
+58
*
qlcnic: Add AER support for 83xx adapter
Pratik Pujar
2013-08-31
1
-1
/
+55
*
qlcnic: Remove inline keyword
Manish Chopra
2013-08-31
1
-2
/
+2
*
qlcnic: dcb: Query adapter DCB capabilities.
Sucheta Chakraborty
2013-08-27
1
-0
/
+5
*
qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter.
Himanshu Madhani
2013-08-21
1
-1
/
+1
*
qlcnic: Add support for 84xx adapters to load firmware from file
Pratik Pujar
2013-08-20
1
-2
/
+26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-16
1
-1
/
+2
|
\
|
*
qlcnic: Fix set driver version command
Himanshu Madhani
2013-08-15
1
-1
/
+2
*
|
qlcnic: Fix driver initialization for 83xx adapters
Manish Chopra
2013-08-15
1
-7
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-03
1
-32
/
+63
|
\
\
|
|
/
|
*
qlcnic: Fix for flash update failure on 83xx adapter
Himanshu Madhani
2013-08-03
1
-30
/
+61
|
*
qlcnic: Fix initialization of work function.
Jitendra Kalsaria
2013-07-27
1
-2
/
+2
*
|
qlcnic: Replace poll mode mailbox interface with interrupt based mailbox inte...
Manish Chopra
2013-08-01
1
-20
/
+61
*
|
qlcnic: Interrupt based driver firmware mailbox mechanism
Manish Chopra
2013-08-01
1
-2
/
+2
|
/
*
qlcnic: Add support for 83xx suspend and resume.
Rajesh Borundia
2013-06-23
1
-4
/
+13
*
qlcnic: Add support for 'set driver version' in 83XX
Pratik Pujar
2013-06-23
1
-0
/
+1
*
qlcnic: Handle qlcnic_alloc_mbx_args() failure
Shahed Shaikh
2013-06-23
1
-1
/
+5
[next]