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
starfive-6.6.48-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
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
7
-15
/
+15
2020-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
66
-3914
/
+3563
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+0
2020-08-04
net: qed: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-4
/
+3
2020-08-04
net: qede: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-2
/
+2
2020-08-01
qede: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-3
/
+1
2020-08-01
qed: Use %pM format specifier for MAC addresses
Andy Shevchenko
2
-7
/
+4
2020-07-27
qed: fix the allocation of the chains with an external PBL
Alexander Lobakin
1
-1
/
+3
2020-07-26
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-3
/
+0
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-27
/
+36
2020-07-23
qede: add .ndo_xdp_xmit() and XDP_REDIRECT support
Alexander Lobakin
3
-5
/
+118
2020-07-23
qede: refactor XDP Tx processing
Alexander Lobakin
2
-45
/
+45
2020-07-23
qede: reformat net_device_ops declarations
Alexander Lobakin
1
-61
/
+61
2020-07-23
qede: reformat several structures in "qede.h"
Alexander Lobakin
1
-77
/
+89
2020-07-23
qed: add support for different page sizes for chains
Alexander Lobakin
1
-10
/
+18
2020-07-23
qed: simplify chain allocation with init params struct
Alexander Lobakin
6
-162
/
+168
2020-07-23
qed: simplify initialization of the chains with an external PBL
Alexander Lobakin
1
-18
/
+19
2020-07-23
qed: move chain initialization inlines next to allocation functions
Alexander Lobakin
1
-0
/
+47
2020-07-23
qed: sanitize PBL chains allocation
Alexander Lobakin
2
-13
/
+12
2020-07-23
qed: prevent possible double-frees of the chains
Alexander Lobakin
1
-1
/
+3
2020-07-23
qed: move chain methods to a separate file
Alexander Lobakin
3
-273
/
+303
2020-07-23
qed: reformat Makefile
Alexander Lobakin
1
-7
/
+29
2020-07-23
net: qed_hsi.h: Avoid the use of one-element array
Gustavo A. R. Silva
1
-1
/
+1
2020-07-23
net: qed: Remove unneeded cast from memory allocation
Wang Hai
1
-2
/
+1
2020-07-22
qed: suppress false-positives interrupt error messages on HW init
Alexander Lobakin
3
-24
/
+32
2020-07-22
qed: suppress "don't support RoCE & iWARP" flooding on HW init
Alexander Lobakin
1
-2
/
+2
2020-07-22
qed: Fix ILT and XRCD bitmap memory leaks
Yuval Basson
2
-0
/
+6
2020-07-21
qed: add support for the extended speed and FEC modes
Alexander Lobakin
6
-25
/
+546
2020-07-21
qed: populate supported link modes maps on module init
Alexander Lobakin
1
-71
/
+118
2020-07-21
qed: add missing loopback modes
Alexander Lobakin
2
-0
/
+24
2020-07-21
qed: add support for new port modes
Alexander Lobakin
2
-0
/
+10
2020-07-21
qed: remove unused qed_hw_info::port_mode and QED_PORT_MODE
Alexander Lobakin
2
-36
/
+0
2020-07-21
qed: reformat several structures a bit
Alexander Lobakin
3
-229
/
+237
2020-07-21
qede: introduce support for FEC control
Alexander Lobakin
1
-0
/
+74
2020-07-21
qede: format qede{,_vf}_ethtool_ops
Alexander Lobakin
1
-69
/
+68
2020-07-21
qed: add support for Forward Error Correction
Alexander Lobakin
5
-27
/
+108
2020-07-21
qed: reformat several structures a bit
Alexander Lobakin
2
-169
/
+172
2020-07-21
qed: use transceiver data to fill link partner's advertising speeds
Alexander Lobakin
1
-20
/
+29
2020-07-21
qed: add support for multi-rate transceivers
Alexander Lobakin
3
-27
/
+106
2020-07-21
qed: reformat public_port::transceiver_data a bit
Alexander Lobakin
1
-53
/
+55
2020-07-21
qede: populate supported link modes maps on module init
Alexander Lobakin
3
-54
/
+108
2020-07-21
qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODE
Alexander Lobakin
2
-276
/
+212
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-15
qlcnic: convert to new udp_tunnel_nic infra
Jakub Kicinski
3
-70
/
+32
2020-07-15
qede: convert to new udp_tunnel_nic infra
Jakub Kicinski
3
-103
/
+58
2020-07-15
qed: Disable "MFW indication via attention" SPAM every 5 minutes
Laurence Oberman
1
-1
/
+2
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-10
/
+35
2020-07-09
qed: Populate nvm-file attributes while reading nvm config partition.
Sudarsana Reddy Kalluru
4
-9
/
+21
2020-07-08
net: qed: fix buffer overflow on ethtool -d
Alexander Lobakin
2
-1
/
+14
[next]