aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/netdevsim (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextPaolo Abeni1-8/+7
2025-05-20selftests: net: validate team flags propagationStanislav Fomichev1-0/+2
2025-04-24netdevsim: Mark NAPI ID on skb in nsim_rcvJoe Damato1-0/+2
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-8/+7
2025-04-05treewide: Convert new and leftover hrtimer_init() usersThomas Gleixner1-2/+2
2025-04-03netdevsim: add dummy device notifiersStanislav Fomichev2-0/+16
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski2-12/+0
2025-03-12netdevsim: 'support' multi-buf XDPJakub Kicinski2-2/+4
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev1-2/+2
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski1-2/+0
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev1-9/+16
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev1-5/+9
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-02-24selftests: drv-net: test XDP, HDS auto and the ioctl pathJakub Kicinski1-0/+2
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky2-12/+0
2025-02-20netdevsim: call napi_schedule from a timer contextBreno Leitao2-1/+21
2025-02-07netdevsim: allow normal queue reset while downJakub Kicinski1-6/+4
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-10/+16
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-16/+13
2025-01-27netdevsim: don't assume core pre-populates HDS params on GETJakub Kicinski1-1/+1
2025-01-27net: netdevsim: try to close UDP port harness racesJakub Kicinski2-9/+15
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski1-5/+0
2025-01-20net: move HDS config from ethtool stateJakub Kicinski2-9/+10
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-2/+2
2025-01-15netdevsim: add HDS featureTaehee Yoo3-1/+23
2025-01-15netdevsim: don't embed file_operations into your structsAl Viro1-16/+13
2025-01-09netdevsim: add debugfs-triggered queue resetJakub Kicinski2-0/+56
2025-01-09netdevsim: add queue management API supportJakub Kicinski2-12/+124
2025-01-09netdevsim: add queue alloc/free helpersJakub Kicinski1-11/+24
2025-01-09netdevsim: allocate rqs individuallyJakub Kicinski2-19/+32
2025-01-09netdevsim: support NAPI configJakub Kicinski1-1/+1
2024-12-17net: netdevsim: fix nsim_pp_hold_write()Eric Dumazet1-2/+2
2024-12-15netdevsim: prevent bad user input in nsim_dev_health_break_write()Eric Dumazet1-0/+2
2024-11-11netdevsim: add more hw_featuresSabrina Dubroca1-1/+5
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-10-29netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write()Zichen Xie1-1/+3
2024-10-23netdevsim: macsec: pad u64 to correct length in logsAles Nezbeda1-28/+28
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-6/+9
2024-10-15netdevsim: use cond_resched() in nsim_dev_trap_report_work()Eric Dumazet1-6/+9
2024-10-11netdevsim: copy addresses for both in and out pathsHangbin Liu1-6/+5
2024-10-11netdevsim: print human readable IP addressHangbin Liu1-4/+8
2024-10-10testing: net-drv: add basic shaper testPaolo Abeni2-0/+41
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-10netdevsim: fix backwards compatibility in nsim_get_iflink()David Wei1-1/+2
2024-05-08netdevsim: add NAPI supportDavid Wei2-12/+205
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-15net: netdevsim: add some fake page pool useJakub Kicinski2-0/+97
2024-04-08netdevsim: report stats by default, like a real deviceJakub Kicinski2-0/+60