summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/iosm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15/+13
2026-01-04net: wwan: iosm: Fix memory leak in ipc_mux_deinit()Zilin Guan-0/+6
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-1/+2
2025-08-27net: wwan: iosm: use int type to store negative error codesQianfeng Rong-1/+1
2025-07-09relayfs: abolish prev_paddingJason Xing-2/+1
2025-02-18net: wwan: iosm: Switch to use hrtimer_setup()Nam Cao-14/+10
2025-01-15net: wwan: iosm: Fix hibernation by re-binding the driver around itMaciej S. Szmigiero-1/+55
2025-01-02net: wwan: iosm: Properly check for valid exec stage in ipc_mmio_init()Maciej S. Szmigiero-1/+1
2024-06-06net: wwan: iosm: Fix tainted pointer delete is case of region creation failAleksandr Mishin-1/+1
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek-1/+2
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-65/+4
2023-10-18drivers: net: wwan: iosm: Fixed multiple typos in multiple filesMuhammad Muzammil-7/+7
2023-10-18Revert "net: wwan: iosm: enable runtime pm support for 7560"Bagas Sanjaya-65/+4
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+7
2023-06-22net: wwan: iosm: Convert single instance struct member to flexible arrayKees Cook-10/+7
2023-06-12net: wwan: iosm: enable runtime pm support for 7560M Chetan Kumar-4/+65
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+33
2023-05-17net: wwan: iosm: fix NULL pointer dereference when removing deviceM Chetan Kumar-12/+33
2023-05-10net: wwan: iosm: clean up unused struct membersM Chetan Kumar-6/+0
2023-05-10net: wwan: iosm: remove unused enum definitionM Chetan Kumar-11/+0
2023-05-10net: wwan: iosm: remove unused macro definitionM Chetan Kumar-2/+0
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2023-04-12net: wwan: iosm: Fix error handling path in ipc_pcie_probe()Harshit Mogalapalli-1/+2
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+7
2023-03-29net: wwan: iosm: fixes 7560 modem crashM Chetan Kumar-0/+7
2023-03-17wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang-1/+2
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-12-06net: wwan: iosm: fix memory leak in ipc_mux_init()Zhengchao Shao-0/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+16
2022-11-28net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar-7/+11
2022-11-28net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar-3/+2
2022-11-28net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar-1/+1
2022-11-28net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar-2/+1
2022-11-22net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()Wang ShaoBo-1/+1
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-39/+33
2022-11-09net: wwan: iosm: fix kernel test robot reported errorsM Chetan Kumar-0/+2
2022-11-09net: wwan: iosm: fix invalid mux header typeM Chetan Kumar-0/+9
2022-11-09net: wwan: iosm: fix driver not working with INTEL_IOMMU disabledM Chetan Kumar-0/+7
2022-11-09net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar-3/+8
2022-11-07net: wwan: iosm: Remove unnecessary if_mutex lockZhaoping Shu-36/+6
2022-11-07net: wwan: iosm: fix memory leak in ipc_wwan_dellinkHW He-0/+1
2022-11-02net: wwan: iosm: add rpc interface for xmm modemsShane Parslow-1/+1
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2022-10-03net: wwan: iosm: Call mutex_init before locking itMaxim Mikityanskiy-2/+3
2022-09-28net: wwan: iosm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing-1/+1
2022-09-19net: wwan: iosm: Fix return type of ipc_wwan_link_transmitNathan Huckleberry-2/+2
2022-05-20wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski-4/+1
2022-05-19net: wwan: iosm: remove pointless null checkJakub Kicinski-10/+0