summaryrefslogtreecommitdiff
path: root/drivers/net/wwan/wwan_hwsim.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-30net: wwan: hwsim: support NMEA port emulationSergey Ryazanov1-2/+126
2026-01-30net: wwan: hwsim: refactor to support more port typesSergey Ryazanov1-32/+41
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2024-03-05net: wwan: hwsim: make wwan_hwsim_class constantRicardo B. Marliere1-8/+8
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-03-17wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-10-19wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang1-1/+1
2022-09-29wwan_hwsim: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-3/+3
2022-04-25wwan_hwsim: Avoid flush_scheduled_work() usageTetsuo Handa1-5/+17
2021-06-22wwan: core: support default netdev creationSergey Ryazanov1-1/+1
2021-06-22wwan: core: no more hold netdev ops owning moduleSergey Ryazanov1-1/+0
2021-06-22wwan_hwsim: support network interface creationSergey Ryazanov1-0/+48
2021-06-08wwan_hwsim: add debugfs management interfaceSergey Ryazanov1-2/+184
2021-06-08wwan_hwsim: WWAN device simulatorSergey Ryazanov1-0/+318