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
/
wangxun
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-26
net: libwx: fix the creation of page_pool
Jiawen Wu
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-29
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
28
-152
/
+2752
2025-05-28
net: txgbe: Support the FDIR rules assigned to VFs
Jiawen Wu
3
-12
/
+24
2025-05-28
net: libwx: Fix statistics of multicast packets
Jiawen Wu
1
-1
/
+2
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2025-05-26
net: txgbe: Implement SRIOV for AML devices
Jiawen Wu
1
-0
/
+5
2025-05-26
net: txgbe: Implement PTP for AML devices
Jiawen Wu
4
-5
/
+39
2025-05-26
net: txgbe: Restrict the use of mismatched FW versions
Jiawen Wu
3
-0
/
+24
2025-05-26
net: txgbe: Correct the currect link settings
Jiawen Wu
3
-4
/
+28
2025-05-26
net: txgbe: Support to handle GPIO IRQs for AML devices
Jiawen Wu
8
-2
/
+433
2025-05-26
net: txgbe: Implement PHYLINK for AML 25G/10G devices
Jiawen Wu
7
-6
/
+195
2025-05-26
net: txgbe: Distinguish between 40G and 25G devices
Jiawen Wu
8
-26
/
+61
2025-05-26
net: wangxun: Use specific flag bit to simplify the code
Jiawen Wu
6
-44
/
+20
2025-05-26
net: txgbe: Remove specified SP type
Jiawen Wu
5
-32
/
+32
2025-05-22
net: libwx: Fix log level
Jiawen Wu
1
-1
/
+1
2025-05-16
net: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
1
-2
/
+2
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+17
2025-05-15
net: libwx: Fix FW mailbox unknown command
Jiawen Wu
1
-0
/
+6
2025-05-15
net: libwx: Fix FW mailbox reply timeout
Jiawen Wu
1
-2
/
+2
2025-05-15
net: txgbe: Fix to calculate EEPROM checksum for AML devices
Jiawen Wu
2
-1
/
+9
2025-05-14
net: wangxun: Correct clerical errors in comments
Jiawen Wu
2
-2
/
+2
2025-05-14
net: txgbe: Fix pending interrupt
Jiawen Wu
1
-6
/
+1
2025-04-23
net: wangxun: restrict feature flags for tunnel packets
Jiawen Wu
4
-0
/
+32
2025-04-23
net: txgbe: Support to set UDP tunnel port
Jiawen Wu
2
-0
/
+39
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2025-04-17
net: txgbe: fix memory leak in txgbe_probe() error path
Abdun Nihaal
1
-1
/
+2
2025-04-15
net: txgbe: Update module description
Jiawen Wu
2
-3
/
+3
2025-04-15
net: ngbe: fix memory leak in ngbe_probe() error path
Abdun Nihaal
1
-1
/
+2
2025-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+5
2025-04-10
net: txgbe: add sriov function support
Mengyuan Lou
7
-4
/
+101
2025-04-10
net: ngbe: add sriov function support
Mengyuan Lou
6
-9
/
+127
2025-04-10
net: libwx: Add msg task func
Mengyuan Lou
6
-4
/
+703
2025-04-10
net: libwx: Redesign flow when sriov is enabled
Mengyuan Lou
3
-17
/
+441
2025-04-10
net: libwx: Add sriov api for wangxun nics
Mengyuan Lou
5
-1
/
+250
2025-04-10
net: libwx: Add mailbox api for wangxun pf drivers
Mengyuan Lou
4
-1
/
+217
2025-04-09
net: libwx: handle page_pool_dev_alloc_pages error
Chenyuan Yang
1
-1
/
+2
2025-04-08
net: libwx: Fix the wrong Rx descriptor field
Jiawen Wu
2
-3
/
+3
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-25
/
+40
2025-03-26
net: libwx: fix Tx L4 checksum
Jiawen Wu
1
-1
/
+3
2025-03-26
net: libwx: fix Tx descriptor content for some tunnel packets
Jiawen Wu
1
-24
/
+37
2025-02-26
net: wangxun: fix LIBWX dependencies
Arnd Bergmann
1
-0
/
+2
2025-02-25
net: wangxun: Replace the judgement of MAC type with flags
Jiawen Wu
4
-6
/
+9
2025-02-25
net: txgbe: Add basic support for new AML devices
Jiawen Wu
9
-54
/
+333
2025-02-21
net: ngbe: Add support for 1PPS and TOD
Jiawen Wu
7
-4
/
+250
2025-02-21
net: wangxun: Add periodic checks for overflow and errors
Jiawen Wu
4
-0
/
+109
2025-02-21
net: wangxun: Support to get ts info
Jiawen Wu
4
-0
/
+58
2025-02-21
net: wangxun: Add support for PTP clock
Jiawen Wu
11
-6
/
+780
2025-01-05
net: libwx: fix firmware mailbox abnormal return
Jiawen Wu
1
-13
/
+11
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
[next]