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
/
microsoft
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-11
Daniel Borkmann says:
Jakub Kicinski
1
-0
/
+2
2023-02-08
net: mana: Fix accessing freed irq affinity_hint
Haiyang Zhang
1
-26
/
+11
2023-02-03
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+2
2023-01-21
net: mana: Fix IRQ name - add PCI and queue number
Haiyang Zhang
1
-1
/
+8
2022-12-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-2
/
+1
2022-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+11
2022-12-06
net: mana: Fix race on per-CQ variable napi work_done
Haiyang Zhang
2
-6
/
+19
2022-11-14
RDMA/mana: Remove redefinition of basic u64 type
Leon Romanovsky
1
-2
/
+1
2022-11-10
Merge branch 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel...
Jakub Kicinski
11
-1573
/
+191
2022-11-10
net: mana: Fix return type of mana_start_xmit()
Nathan Huckleberry
2
-2
/
+2
2022-11-10
net: mana: Define data structures for protection domain and memory registration
Ajay Sharma
2
-18
/
+27
2022-11-10
net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
Ajay Sharma
1
-1
/
+1
2022-11-10
net: mana: Define max values for SGL entries
Long Li
1
-1
/
+1
2022-11-10
net: mana: Move header files to a common location
Long Li
11
-1573
/
+8
2022-11-10
net: mana: Record port number in netdev
Long Li
1
-0
/
+1
2022-11-10
net: mana: Export Work Queue functions for use by RDMA driver
Long Li
3
-7
/
+19
2022-11-10
net: mana: Set the DMA device max segment size
Ajay Sharma
1
-0
/
+6
2022-11-10
net: mana: Handle vport sharing between devices
Long Li
2
-2
/
+58
2022-11-10
net: mana: Record the physical address for doorbell page region
Long Li
2
-0
/
+6
2022-11-10
net: mana: Add support for auxiliary device
Long Li
4
-1
/
+95
2022-11-03
net: mana: Assign interrupts to CPUs based on NUMA nodes
Saurabh Sengar
2
-3
/
+28
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2
-8
/
+8
2022-09-22
Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+10
2022-09-20
net: mana: Add rmb after checking owner bits
Haiyang Zhang
1
-0
/
+10
2022-09-05
PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...
Vitaly Kuznetsov
1
-4
/
+0
2022-06-16
net: mana: Add support of XDP_REDIRECT action
Haiyang Zhang
4
-2
/
+93
2022-06-16
net: mana: Add the Linux MANA PF driver
Dexuan Cui
6
-4
/
+267
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
2
-2
/
+14
2022-01-31
net: mana: Add counter for XDP_TX
Haiyang Zhang
3
-5
/
+15
2022-01-31
net: mana: Add counter for packet dropped by XDP
Haiyang Zhang
3
-29
/
+49
2022-01-25
net: mana: Use struct_size() helper in mana_gd_create_dma_region()
Gustavo A. R. Silva
1
-2
/
+2
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-1
/
+3
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
2
-5
/
+66
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2021-12-09
net: mana: Fix memory leak in mana_hwc_create_wq
José Expósito
1
-5
/
+5
2021-11-22
net: mana: Add XDP support
Haiyang Zhang
4
-11
/
+235
2021-11-10
net: mana: Fix spelling mistake "calledd" -> "called"
Colin Ian King
1
-1
/
+1
2021-11-01
net: mana: Support hibernation and kexec
Dexuan Cui
3
-52
/
+164
2021-11-01
net: mana: Improve the HWC error handling
Dexuan Cui
2
-44
/
+31
2021-11-01
net: mana: Report OS info to the PF driver
Dexuan Cui
1
-0
/
+11
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
2
-13
/
+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
[next]