index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-09-30
netdevsim: a basic test PSP implementation
Jakub Kicinski
1
-6
/
+37
2025-08-14
netdevsim: Fix wild pointer access in nsim_queue_free().
Kuniyuki Iwashima
1
-3
/
+7
2025-07-24
netdevsim: access ->pp through netmem_desc instead of page
Byungchul Park
1
-2
/
+4
2025-07-23
net: netdevsim: hook in XDP handling
Jakub Kicinski
1
-1
/
+20
2025-07-15
netdevsim: implement peer queue flow control
Breno Leitao
1
-7
/
+61
2025-07-12
net: netdevsim: Support setting dev->perm_addr on port creation
Toke Høiland-Jørgensen
1
-3
/
+6
2025-06-22
netdevsim: fix UaF when counting Tx stats
Jakub Kicinski
1
-1
/
+1
2025-06-20
netdevsim: account dropped packet length in stats on queue free
Breno Leitao
1
-4
/
+7
2025-06-20
netdevsim: collect statistics at RX side
Breno Leitao
1
-2
/
+10
2025-06-20
netdevsim: migrate to dstats stats collection
Breno Leitao
1
-27
/
+6
2025-06-12
net: drv: netdevsim: don't napi_complete() from netpoll
Jakub Kicinski
1
-1
/
+2
2025-05-21
selftests: net: validate team flags propagation
Stanislav Fomichev
1
-0
/
+2
2025-04-25
netdevsim: Mark NAPI ID on skb in nsim_rcv
Joe Damato
1
-0
/
+2
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
[next]