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
2018-06-20
qed: Do not advertise DCBX_LLD_MANAGED capability.
Sudarsana Reddy Kalluru
1
-7
/
+4
2018-06-20
qed: Add sanity check for SIMD fastpath handler.
Sudarsana Reddy Kalluru
1
-2
/
+10
2018-06-20
qed: Fix possible memory leak in Rx error path handling.
Sudarsana Reddy Kalluru
1
-2
/
+9
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
4
-7
/
+10
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
6
-21
/
+24
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-4
/
+5
2018-06-05
qed*: Utilize FW 8.37.2.0
Michal Kalderon
12
-435
/
+662
2018-06-05
qed: use dma_zalloc_coherent instead of allocator/memset
YueHaibing
1
-4
/
+3
2018-06-05
qed: Add srq core support for RoCE and iWARP
Yuval Bason
8
-7
/
+223
2018-06-04
qed: Fix use of incorrect shmem address.
Sudarsana Reddy Kalluru
1
-2
/
+3
2018-06-04
qed: Fix shared memory inconsistency between driver and the MFW.
Sudarsana Reddy Kalluru
1
-0
/
+1
2018-05-31
qed*: Add link change count value to ethtool statistics display.
Sudarsana Reddy Kalluru
4
-2
/
+14
2018-05-30
drivers/net: Fix various unnecessary characters after logging newlines
Joe Perches
3
-7
/
+5
2018-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-25
qed*: Support drop action classification
Manish Chopra
5
-15
/
+37
2018-05-25
qede: Support flow classification to the VFs.
Manish Chopra
1
-4
/
+30
2018-05-25
qed*: Support other classification modes.
Manish Chopra
2
-2
/
+31
2018-05-25
qede: Validate unsupported configurations
Manish Chopra
1
-0
/
+73
2018-05-25
qede: Refactor ethtool rx classification flow.
Manish Chopra
1
-182
/
+330
2018-05-23
qede: Add support for populating ethernet TLVs.
Sudarsana Reddy Kalluru
1
-0
/
+101
2018-05-23
qed: Add driver infrastucture for handling mfw requests.
Sudarsana Reddy Kalluru
3
-1
/
+160
2018-05-23
qed: Add support for processing iscsi tlv request.
Sudarsana Reddy Kalluru
2
-1
/
+134
2018-05-23
qed: Add support for processing fcoe tlv request.
Sudarsana Reddy Kalluru
2
-1
/
+831
2018-05-23
qed: Add support for tlv request processing.
Sudarsana Reddy Kalluru
5
-1
/
+443
2018-05-23
qed: Add MFW interfaces for TLV request support.
Sudarsana Reddy Kalluru
1
-0
/
+231
2018-05-22
qed: Fix mask for physical address in ILT entry
Shahed Shaikh
1
-1
/
+1
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2018-05-18
qede: Add build_skb() support.
Manish Chopra
4
-174
/
+137
2018-05-16
qed: Fix LL2 race during connection terminate
Michal Kalderon
1
-10
/
+14
2018-05-16
qed: Fix possibility of list corruption during rmmod flows
Michal Kalderon
1
-1
/
+10
2018-05-16
qed: LL2 flush isles when connection is closed
Michal Kalderon
1
-0
/
+26
2018-05-16
qed: Fix LL2 race during connection terminate
Michal Kalderon
1
-10
/
+14
2018-05-16
qed: Fix possibility of list corruption during rmmod flows
Michal Kalderon
1
-1
/
+10
2018-05-16
qed: LL2 flush isles when connection is closed
Michal Kalderon
1
-0
/
+26
2018-05-14
qede: Fix ref-cnt usage count
Michal Kalderon
1
-2
/
+1
2018-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+4
2018-05-11
qed: fix spelling mistake: "taskelt" -> "tasklet"
Colin Ian King
1
-1
/
+1
2018-05-10
qede: Fix gfp flags sent to rdma event node allocation
Michal Kalderon
1
-1
/
+1
2018-05-10
qed: Fix l2 initializations over iWARP personality
Michal Kalderon
1
-4
/
+2
2018-05-08
qed: Add support for Unified Fabric Port.
Sudarsana Reddy Kalluru
10
-22
/
+267
2018-05-08
qed: Add support for multi function mode with 802.1ad tagging.
Sudarsana Reddy Kalluru
2
-20
/
+49
2018-05-08
qed: Remove unused data member 'is_mf_default'.
Sudarsana Reddy Kalluru
1
-2
/
+0
2018-05-08
qed*: Refactor mf_mode to consist of bits.
Sudarsana Reddy Kalluru
7
-45
/
+70
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2018-05-03
qed: fix spelling mistake: "offloded" -> "offloaded"
Colin Ian King
1
-1
/
+1
2018-04-30
qed: fix spelling mistake: "checksumed" -> "checksummed"
Colin Ian King
1
-1
/
+1
2018-04-24
qed: Fix copying 2 strings
Denis Bolotin
1
-2
/
+3
2018-04-23
qed: Add configuration information to register dump and debug data
Denis Bolotin
3
-5
/
+136
2018-04-23
qed: Delete unused parameter p_ptt from mcp APIs
Denis Bolotin
3
-13
/
+2
2018-04-20
qed* : Add new TLV to request PF to update MAC in bulletin board
Shahed Shaikh
5
-0
/
+110
[next]