index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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
2018-04-20
qed* : use trust mode to allow VF to override forced MAC
Shahed Shaikh
2
-18
/
+195
2018-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2018-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+6
2018-03-29
qede: Do not drop rx-checksum invalidated packets.
Manish Chopra
1
-8
/
+2
2018-03-29
qede: Ethtool flash update support.
Sudarsana Reddy Kalluru
1
-0
/
+9
2018-03-29
qed: Adapter flash update support.
Sudarsana Reddy Kalluru
1
-0
/
+338
[next]