index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
microsoft
/
mana
/
mana_en.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
net: mana: Fix race on per-CQ variable napi work_done
Haiyang Zhang
1
-5
/
+11
2022-06-16
net: mana: Add support of XDP_REDIRECT action
Haiyang Zhang
1
-1
/
+12
2022-06-16
net: mana: Add the Linux MANA PF driver
Dexuan Cui
1
-0
/
+135
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+1
2022-05-06
net: switch to netif_napi_add_tx()
Jakub Kicinski
1
-1
/
+1
2022-02-05
net: mana: Remove unnecessary check of cqe_type in mana_process_rx_cqe()
Haiyang Zhang
1
-3
/
+0
2022-02-05
net: mana: Add handling of CQE_RX_TRUNCATED
Haiyang Zhang
1
-2
/
+5
2022-01-31
net: mana: Reuse XDP dropped page
Haiyang Zhang
1
-2
/
+13
2022-01-31
net: mana: Add counter for XDP_TX
Haiyang Zhang
1
-4
/
+8
2022-01-31
net: mana: Add counter for packet dropped by XDP
Haiyang Zhang
1
-14
/
+21
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+2
2021-12-30
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
1
-0
/
+2
2021-12-17
net: mana: Add RX fencing
Dexuan Cui
1
-5
/
+64
2021-11-22
net: mana: Add XDP support
Haiyang Zhang
1
-10
/
+59
2021-11-01
net: mana: Support hibernation and kexec
Dexuan Cui
1
-16
/
+56
2021-11-01
net: mana: Fix the netdev_err()'s vPort argument in mana_init_port()
Dexuan Cui
1
-1
/
+2
2021-10-26
net: mana: Allow setting the number of queues while the NIC is down
Haiyang Zhang
1
-10
/
+9
2021-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2021-10-09
net: mana: Fix error handling in mana_create_rxq()
Haiyang Zhang
1
-1
/
+3
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-08-25
net: mana: Add support for EQ sharing
Haiyang Zhang
1
-31
/
+31
2021-08-25
net: mana: Move NAPI from EQ to CQ
Haiyang Zhang
1
-41
/
+59
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2021-06-22
net: mana: Fix a memory leak in an error handling path in 'mana_create_txq()'
Christophe JAILLET
1
-2
/
+4
2021-05-14
net: mana: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2021-04-23
net: mana: Use int to check the return value of mana_gd_poll_cq()
Dexuan Cui
1
-1
/
+1
2021-04-20
net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
Dexuan Cui
1
-0
/
+1895