index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
7
-35
/
+0
2019-03-15
qlcnic: Avoid potential NULL pointer dereference
Aditya Pakki
1
-0
/
+2
2019-03-13
net: qlogic: fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+6
2019-03-12
net: qlge: fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+5
2019-03-07
qede: Fix internal loopback failure with jumbo mtu configuration
Sudarsana Reddy Kalluru
1
-2
/
+5
2019-02-21
qed: Read device port count from the shmem
Sudarsana Reddy Kalluru
5
-67
/
+44
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-7
/
+15
2019-02-19
qed: Fix iWARP syn packet mac address validation.
Michal Kalderon
1
-0
/
+9
2019-02-19
qed: Fix iWARP buffer size provided for syn packet processing.
Michal Kalderon
2
-7
/
+6
2019-02-14
qlge: fix some indentation issues
Colin Ian King
2
-4
/
+4
2019-02-14
qed: fix indentation issue with statements in an if-block
Colin Ian King
1
-6
/
+6
2019-02-09
qede: Add ethtool interface for SmartAN query.
Sudarsana Reddy Kalluru
1
-1
/
+10
2019-02-09
qed: Add API for SmartAN query.
Sudarsana Reddy Kalluru
4
-0
/
+19
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-13
/
+37
2019-02-07
qed*: Advance drivers version to 8.37.0.20
Manish Chopra
2
-2
/
+2
2019-02-07
qed: Change verbosity for coalescing message.
Rahul Verma
1
-1
/
+2
2019-02-07
qede: Fix system crash on configuring channels.
Sudarsana Reddy Kalluru
3
-0
/
+19
2019-02-07
qed: Consider TX tcs while deriving the max num_queues for PF.
Sudarsana Reddy Kalluru
1
-2
/
+3
2019-02-07
qed: Assign UFP TC value to vlan priority in UFP mode.
Sudarsana Reddy Kalluru
1
-0
/
+3
2019-02-07
qed: Fix EQ full firmware assert.
Manish Chopra
2
-8
/
+8
2019-02-06
qede: use ethtool_rx_flow_rule() to remove duplicated parser code
Pablo Neira Ayuso
1
-203
/
+76
2019-02-06
qede: place ethtool_rx_flow_spec after code after TC flower codebase
Pablo Neira Ayuso
1
-132
/
+132
2019-02-06
drivers: net: use flow action infrastructure
Pablo Neira Ayuso
1
-6
/
+6
2019-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
1
-49
/
+36
2019-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-12
/
+51
2019-01-28
qed: Fix stack out of bounds bug
Manish Chopra
1
-4
/
+4
2019-01-28
qed: Fix system crash in ll2 xmit
Manish Chopra
1
-5
/
+15
2019-01-28
qed: Fix VF probe failure while FLR
Manish Chopra
1
-0
/
+10
2019-01-28
qed: Fix LACP pdu drops for VFs
Manish Chopra
3
-2
/
+16
2019-01-28
qed: Fix bug in tx promiscuous mode settings
Manish Chopra
1
-1
/
+6
2019-01-28
qede: Error recovery process
Tomer Tayar
3
-70
/
+288
2019-01-28
qed: Add infrastructure for error detection and recovery
Tomer Tayar
10
-16
/
+231
2019-01-28
qed: Revise load sequence to avoid PCI errors
Tomer Tayar
7
-112
/
+178
2019-01-23
qed: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-01-18
net: Add extack argument to ndo_fdb_add()
Petr Machata
1
-1
/
+2
2019-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+4
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2
-22
/
+22
2019-01-04
qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrier
Denis Bolotin
1
-0
/
+4
2018-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-12-21
net: netxen: fix a missing check and an uninitialized use
Kangjie Lu
1
-1
/
+2
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+3
2018-12-19
qlcnic: remove set but not used variables 'op, cmd_op'
YueHaibing
1
-5
/
+1
2018-12-19
qed: Fix an error code qed_ll2_start_xmit()
Dan Carpenter
1
-0
/
+1
2018-12-14
qed: Fix command number mismatch between driver and the mfw
Sudarsana Reddy Kalluru
1
-1
/
+2
2018-12-05
qed: fix spelling mistake "Dispalying" -> "Displaying"
Colin Ian King
1
-1
/
+1
2018-12-01
qede: Register l2 queues with doorbell overflow recovery mechanism
Ariel Elior
1
-0
/
+9
2018-12-01
qed: Expose the doorbell overflow recovery mechanism to the protocol drivers
Ariel Elior
1
-0
/
+2
2018-12-01
qed: Register light L2 queues with doorbell overflow recovery mechanism
Ariel Elior
2
-10
/
+21
2018-12-01
qed: Register slowpath queue doorbell with doorbell overflow recovery mechanism
Ariel Elior
2
-13
/
+38
2018-12-01
qed: Use the doorbell overflow recovery mechanism in case of doorbell overflow
Ariel Elior
6
-24
/
+280
[next]