summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim
AgeCommit message (Expand)Author
2025-02-24selftests: drv-net: test XDP, HDS auto and the ioctl pathJakub Kicinski
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-27netdevsim: don't assume core pre-populates HDS params on GETJakub Kicinski
2025-01-27net: netdevsim: try to close UDP port harness racesJakub Kicinski
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski
2025-01-20net: move HDS config from ethtool stateJakub Kicinski
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski
2025-01-15netdevsim: add HDS featureTaehee Yoo
2025-01-15netdevsim: don't embed file_operations into your structsAl Viro
2025-01-09netdevsim: add debugfs-triggered queue resetJakub Kicinski
2025-01-09netdevsim: add queue management API supportJakub Kicinski
2025-01-09netdevsim: add queue alloc/free helpersJakub Kicinski
2025-01-09netdevsim: allocate rqs individuallyJakub Kicinski
2025-01-09netdevsim: support NAPI configJakub Kicinski
2024-12-17net: netdevsim: fix nsim_pp_hold_write()Eric Dumazet
2024-12-15netdevsim: prevent bad user input in nsim_dev_health_break_write()Eric Dumazet
2024-11-11netdevsim: add more hw_featuresSabrina Dubroca
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-29netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_a...Zichen Xie
2024-10-23netdevsim: macsec: pad u64 to correct length in logsAles Nezbeda
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-15netdevsim: use cond_resched() in nsim_dev_trap_report_work()Eric Dumazet
2024-10-11netdevsim: copy addresses for both in and out pathsHangbin Liu
2024-10-11netdevsim: print human readable IP addressHangbin Liu
2024-10-10testing: net-drv: add basic shaper testPaolo Abeni
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-06-10netdevsim: fix backwards compatibility in nsim_get_iflink()David Wei
2024-05-08netdevsim: add NAPI supportDavid Wei
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-15net: netdevsim: add some fake page pool useJakub Kicinski
2024-04-08netdevsim: report stats by default, like a real deviceJakub Kicinski
2024-03-01netdevsim: add ndo_get_iflink() implementationDavid Wei
2024-03-01netdevsim: forward skbs from one connected port to anotherDavid Wei
2024-03-01netdevsim: allow two netdevsim ports to be connectedDavid Wei
2024-02-21net: netdevsim: constify the struct device_type usageRicardo B. Marliere
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-07netdevsim: make nsim_bus constRicardo B. Marliere
2024-02-02netdevsim: avoid potential loop in nsim_dev_trap_report_work()Eric Dumazet
2024-01-17net: netdevsim: don't try to destroy PHC on VFsJakub Kicinski
2023-12-27net: macsec: move sci_to_cpu to macsec headerRadu Pirea (NXP OSS)
2023-11-23netdevsim: Don't accept device bound programsStanislav Fomichev
2023-10-28net: fill in MODULE_DESCRIPTION()s in kuba@'s modulesJakub Kicinski
2023-10-27netdevsim: Block until all devices are releasedIdo Schimmel
2023-10-20netdevsim: devlink health: use retained error fmsg APIPrzemek Kitszel
2023-08-09net: netdevsim: mimic tc-taprio offloadVladimir Oltean
2023-08-09net: netdevsim: use mock PHC driverVladimir Oltean
2023-07-14netdevsim: add dummy macsec offloadSabrina Dubroca
2023-07-12netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write()Dan Carpenter