summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim/psp.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-02netdevsim: psp: use atomic64 for psp stats countersDaniel Zahka1-16/+8
2026-06-02netdevsim: psp: update rx stats on the peer netdevsimDaniel Zahka1-8/+11
2026-05-19netdevsim: psp: reset spi on key rotation and check for exhaustion on allocDaniel Zahka1-5/+16
2026-05-07netdevsim: psp: rcu protect psp_dev referenceDaniel Zahka1-19/+35
2026-05-07netdevsim: psp: serialize calls to nsim_psp_uninit()Daniel Zahka1-3/+14
2026-01-27netdevsim: use u64_stats_t with u64_stats_sync properlyDavid Yang1-8/+10
2025-11-08netdevsim: implement psp device statsDaniel Zahka1-0/+27
2025-09-30netdevsim: a basic test PSP implementationJakub Kicinski1-0/+225