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_multi_rtos
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
/
netdevsim
/
netdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-05
treewide: Convert new and leftover hrtimer_init() users
Thomas Gleixner
1
-2
/
+2
2025-04-04
netdevsim: add dummy device notifiers
Stanislav Fomichev
1
-0
/
+13
2025-03-12
netdevsim: 'support' multi-buf XDP
Jakub Kicinski
1
-1
/
+2
2025-03-12
net: drop rtnl_lock for queue_mgmt operations
Stanislav Fomichev
1
-2
/
+2
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-03-06
net: hold netdev instance lock during queue operations
Stanislav Fomichev
1
-9
/
+16
2025-03-06
net: hold netdev instance lock during ndo_open/ndo_stop
Stanislav Fomichev
1
-5
/
+9
2025-02-21
netdevsim: call napi_schedule from a timer context
Breno Leitao
1
-1
/
+20
2025-02-08
netdevsim: allow normal queue reset while down
Jakub Kicinski
1
-6
/
+4
2025-01-20
net: move HDS config from ethtool state
Jakub Kicinski
1
-5
/
+5
2025-01-16
netdevsim: add HDS feature
Taehee Yoo
1
-0
/
+9
2025-01-09
netdevsim: add debugfs-triggered queue reset
Jakub Kicinski
1
-0
/
+55
2025-01-09
netdevsim: add queue management API support
Jakub Kicinski
1
-12
/
+122
2025-01-09
netdevsim: add queue alloc/free helpers
Jakub Kicinski
1
-11
/
+24
2025-01-09
netdevsim: allocate rqs individually
Jakub Kicinski
1
-18
/
+31
2025-01-09
netdevsim: support NAPI config
Jakub Kicinski
1
-1
/
+1
2024-12-18
net: netdevsim: fix nsim_pp_hold_write()
Eric Dumazet
1
-2
/
+2
2024-11-12
netdevsim: add more hw_features
Sabrina Dubroca
1
-1
/
+5
2024-10-10
testing: net-drv: add basic shaper test
Paolo Abeni
1
-0
/
+39
2024-06-10
netdevsim: fix backwards compatibility in nsim_get_iflink()
David Wei
1
-1
/
+2
2024-05-09
netdevsim: add NAPI support
David Wei
1
-11
/
+198
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-15
net: netdevsim: add some fake page pool use
Jakub Kicinski
1
-0
/
+93
2024-04-08
netdevsim: report stats by default, like a real device
Jakub Kicinski
1
-0
/
+49
2024-03-01
netdevsim: add ndo_get_iflink() implementation
David Wei
1
-0
/
+16
2024-03-01
netdevsim: forward skbs from one connected port to another
David Wei
1
-5
/
+22
2024-03-01
netdevsim: allow two netdevsim ports to be connected
David Wei
1
-0
/
+10
2024-01-17
net: netdevsim: don't try to destroy PHC on VFs
Jakub Kicinski
1
-2
/
+7
2023-10-28
net: fill in MODULE_DESCRIPTION()s in kuba@'s modules
Jakub Kicinski
1
-0
/
+1
2023-08-10
net: netdevsim: mimic tc-taprio offload
Vladimir Oltean
1
-0
/
+27
2023-08-10
net: netdevsim: use mock PHC driver
Vladimir Oltean
1
-1
/
+10
2023-07-14
netdevsim: add dummy macsec offload
Sabrina Dubroca
1
-0
/
+3
2023-02-03
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+1
2022-11-04
net: remove unused ndo_get_devlink_port
Jiri Pirko
1
-9
/
+0
2022-11-04
net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port
Jiri Pirko
1
-0
/
+1
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-2
/
+2
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-11-01
netdevsim: move vfconfig to nsim_dev
Jakub Kicinski
1
-36
/
+36
2021-07-16
netdevsim: Add multi-queue support
Peilin Ye
1
-2
/
+4
2021-06-03
netdevsim: Implement legacy/switchdev mode for VFs
Dmytro Linkin
1
-0
/
+5
2021-06-03
netdevsim: Implement VFs
Dmytro Linkin
1
-25
/
+65
2021-03-05
netdevsim: init u64 stats for 32bit hardware
Hillf Danton
1
-0
/
+1
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-09-15
netdevsim: add pause frame stats
Jakub Kicinski
1
-0
/
+1
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-22
netdevsim: fix unbalaced locking in nsim_create()
Taehee Yoo
1
-2
/
+2
2020-07-10
netdevsim: add UDP tunnel port offload support
Jakub Kicinski
1
-1
/
+11
2019-10-04
netdevsim: register port netdevices into net of device
Jiri Pirko
1
-0
/
+1
2019-10-04
netdevsim: change fib accounting and limitations to be per-device
Jiri Pirko
1
-8
/
+1
2019-08-12
netdevsim: Restore per-network namespace accounting for fib entries
David Ahern
1
-1
/
+8
[next]