summaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim
AgeCommit message (Expand)AuthorLines
2025-06-12net: drv: netdevsim: don't napi_complete() from netpollJakub Kicinski-1/+2
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-8/+7
2025-05-20selftests: net: validate team flags propagationStanislav Fomichev-0/+2
2025-04-24netdevsim: Mark NAPI ID on skb in nsim_rcvJoe Damato-0/+2
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu-8/+7
2025-04-05treewide: Convert new and leftover hrtimer_init() usersThomas Gleixner-2/+2
2025-04-03netdevsim: add dummy device notifiersStanislav Fomichev-0/+16
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-12/+0
2025-03-12netdevsim: 'support' multi-buf XDPJakub Kicinski-2/+4
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev-2/+2
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski-2/+0
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev-9/+16
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev-5/+9
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2025-02-24selftests: drv-net: test XDP, HDS auto and the ioctl pathJakub Kicinski-0/+2
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky-12/+0
2025-02-20netdevsim: call napi_schedule from a timer contextBreno Leitao-1/+21
2025-02-07netdevsim: allow normal queue reset while downJakub Kicinski-6/+4
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-10/+16
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+13
2025-01-27netdevsim: don't assume core pre-populates HDS params on GETJakub Kicinski-1/+1
2025-01-27net: netdevsim: try to close UDP port harness racesJakub Kicinski-9/+15
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski-5/+0
2025-01-20net: move HDS config from ethtool stateJakub Kicinski-9/+10
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski-2/+2
2025-01-15netdevsim: add HDS featureTaehee Yoo-1/+23
2025-01-15netdevsim: don't embed file_operations into your structsAl Viro-16/+13
2025-01-09netdevsim: add debugfs-triggered queue resetJakub Kicinski-0/+56
2025-01-09netdevsim: add queue management API supportJakub Kicinski-12/+124
2025-01-09netdevsim: add queue alloc/free helpersJakub Kicinski-11/+24
2025-01-09netdevsim: allocate rqs individuallyJakub Kicinski-19/+32
2025-01-09netdevsim: support NAPI configJakub Kicinski-1/+1
2024-12-17net: netdevsim: fix nsim_pp_hold_write()Eric Dumazet-2/+2
2024-12-15netdevsim: prevent bad user input in nsim_dev_health_break_write()Eric Dumazet-0/+2
2024-11-11netdevsim: add more hw_featuresSabrina Dubroca-1/+5
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2024-10-29netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_a...Zichen Xie-1/+3
2024-10-23netdevsim: macsec: pad u64 to correct length in logsAles Nezbeda-28/+28
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-6/+9
2024-10-15netdevsim: use cond_resched() in nsim_dev_trap_report_work()Eric Dumazet-6/+9
2024-10-11netdevsim: copy addresses for both in and out pathsHangbin Liu-6/+5
2024-10-11netdevsim: print human readable IP addressHangbin Liu-4/+8
2024-10-10testing: net-drv: add basic shaper testPaolo Abeni-0/+41
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-06-10netdevsim: fix backwards compatibility in nsim_get_iflink()David Wei-1/+2
2024-05-08netdevsim: add NAPI supportDavid Wei-12/+205
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-04-15net: netdevsim: add some fake page pool useJakub Kicinski-0/+97