summaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-01-303-10/+16
|\
| * netdevsim: don't assume core pre-populates HDS params on GETJakub Kicinski2025-01-271-1/+1
| * net: netdevsim: try to close UDP port harness racesJakub Kicinski2025-01-272-9/+15
* | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-281-16/+13
|\ \ | |/ |/|
| * netdevsim: don't embed file_operations into your structsAl Viro2025-01-151-16/+13
* | net: ethtool: populate the default HDS params in the coreJakub Kicinski2025-01-201-5/+0
* | net: move HDS config from ethtool stateJakub Kicinski2025-01-202-9/+10
* | net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski2025-01-151-2/+2
* | netdevsim: add HDS featureTaehee Yoo2025-01-153-1/+23
* | netdevsim: add debugfs-triggered queue resetJakub Kicinski2025-01-092-0/+56
* | netdevsim: add queue management API supportJakub Kicinski2025-01-092-12/+124
* | netdevsim: add queue alloc/free helpersJakub Kicinski2025-01-091-11/+24
* | netdevsim: allocate rqs individuallyJakub Kicinski2025-01-092-19/+32
* | netdevsim: support NAPI configJakub Kicinski2025-01-091-1/+1
|/
* net: netdevsim: fix nsim_pp_hold_write()Eric Dumazet2024-12-171-2/+2
* netdevsim: prevent bad user input in nsim_dev_health_break_write()Eric Dumazet2024-12-151-0/+2
* netdevsim: add more hw_featuresSabrina Dubroca2024-11-111-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-311-1/+3
|\
| * netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_a...Zichen Xie2024-10-291-1/+3
* | netdevsim: macsec: pad u64 to correct length in logsAles Nezbeda2024-10-231-28/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-211-6/+9
|\|
| * netdevsim: use cond_resched() in nsim_dev_trap_report_work()Eric Dumazet2024-10-151-6/+9
* | netdevsim: copy addresses for both in and out pathsHangbin Liu2024-10-111-6/+5
* | netdevsim: print human readable IP addressHangbin Liu2024-10-111-4/+8
* | testing: net-drv: add basic shaper testPaolo Abeni2024-10-102-0/+41
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* netdevsim: fix backwards compatibility in nsim_get_iflink()David Wei2024-06-101-1/+2
* netdevsim: add NAPI supportDavid Wei2024-05-082-12/+205
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: netdevsim: add some fake page pool useJakub Kicinski2024-04-152-0/+97
* netdevsim: report stats by default, like a real deviceJakub Kicinski2024-04-082-0/+60
* netdevsim: add ndo_get_iflink() implementationDavid Wei2024-03-011-0/+16
* netdevsim: forward skbs from one connected port to anotherDavid Wei2024-03-012-5/+23
* netdevsim: allow two netdevsim ports to be connectedDavid Wei2024-03-013-0/+157
* net: netdevsim: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-081-4/+4
|\
| * netdevsim: avoid potential loop in nsim_dev_trap_report_work()Eric Dumazet2024-02-021-4/+4
* | netdevsim: make nsim_bus constRicardo B. Marliere2024-02-071-1/+1
|/
* net: netdevsim: don't try to destroy PHC on VFsJakub Kicinski2024-01-171-2/+7
* net: macsec: move sci_to_cpu to macsec headerRadu Pirea (NXP OSS)2023-12-271-5/+0
* netdevsim: Don't accept device bound programsStanislav Fomichev2023-11-231-2/+2
* net: fill in MODULE_DESCRIPTION()s in kuba@'s modulesJakub Kicinski2023-10-281-0/+1
* netdevsim: Block until all devices are releasedIdo Schimmel2023-10-271-0/+12
* netdevsim: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-86/+32
* net: netdevsim: mimic tc-taprio offloadVladimir Oltean2023-08-091-0/+27
* net: netdevsim: use mock PHC driverVladimir Oltean2023-08-093-1/+23
* netdevsim: add dummy macsec offloadSabrina Dubroca2023-07-144-0/+397
* netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write()Dan Carpenter2023-07-121-6/+3
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-2/+2