summaryrefslogtreecommitdiff
path: root/drivers/net/wwan
AgeCommit message (Expand)AuthorFilesLines
2023-07-13net: wwan: t7xx: Add AP CLDMAJose Ignacio Tornos Martinez11-31/+116
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-23/+65
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-8/+10
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+7
2023-06-22net: wwan: iosm: Convert single instance struct member to flexible arrayKees Cook2-10/+7
2023-06-12net: wwan: iosm: enable runtime pm support for 7560M Chetan Kumar6-4/+65
2023-05-26net: wwan: t7xx: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2-8/+10
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-12/+52
2023-05-17net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng2-0/+19
2023-05-17net: wwan: iosm: fix NULL pointer dereference when removing deviceM Chetan Kumar3-12/+33
2023-05-11net: wwan: iosm: clean up unused struct membersM Chetan Kumar2-6/+0
2023-05-11net: wwan: iosm: remove unused enum definitionM Chetan Kumar1-11/+0
2023-05-11net: wwan: iosm: remove unused macro definitionM Chetan Kumar1-2/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2023-04-21wwan: core: add print for wwan port attach/disconnectSlark Xiao1-0/+3
2023-04-19net: wwan: Expose secondary AT port on DATA1Jaime Breva1-0/+1
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-04-12net: wwan: iosm: Fix error handling path in ipc_pcie_probe()Harshit Mogalapalli1-1/+2
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+7
2023-03-31net: wwan: t7xx: do not compile with -WerrorJiri Slaby (SUSE)1-2/+0
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2023-03-29net: wwan: iosm: fixes 7560 modem crashM Chetan Kumar1-0/+7
2023-03-18wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang6-35/+68
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman2-2/+2
2023-01-28net: wwan: t7xx: Fix Runtime PM initializationKornel Dulęba1-0/+2
2023-01-28net: wwan: t7xx: Fix Runtime PM resume sequenceKornel Dulęba3-11/+45
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-12-06net: wwan: iosm: fix memory leak in ipc_mux_init()Zhengchao Shao1-0/+1
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+18
2022-11-28net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar1-7/+11
2022-11-28net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar1-3/+2
2022-11-28net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar1-1/+1
2022-11-28net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar1-2/+1
2022-11-24net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo1-0/+2
2022-11-22net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()Wang ShaoBo1-1/+1
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-40/+35
2022-11-09net: wwan: iosm: fix kernel test robot reported errorsM Chetan Kumar2-0/+2
2022-11-09net: wwan: iosm: fix invalid mux header typeM Chetan Kumar2-0/+9
2022-11-09net: wwan: iosm: fix driver not working with INTEL_IOMMU disabledM Chetan Kumar2-1/+8
2022-11-09net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar1-3/+8
2022-11-07net: wwan: iosm: Remove unnecessary if_mutex lockZhaoping Shu1-36/+6
2022-11-07net: wwan: mhi: fix memory leak in mhi_mbim_dellinkHW He1-0/+1
2022-11-07net: wwan: iosm: fix memory leak in ipc_wwan_dellinkHW He1-0/+1
2022-11-07net: wwan: t7xx: Add NAPI supportHaijun Liu5-166/+161
2022-11-07net: wwan: t7xx: Use needed_headroom instead of hard_header_lenIlpo Järvinen1-1/+1
2022-11-02net: wwan: iosm: add rpc interface for xmm modemsShane Parslow2-1/+5
2022-11-02net: wwan: t7xx: Add port for modem loggingM Chetan Kumar8-0/+144
2022-11-02net: wwan: t7xx: use union to group port type specific dataM Chetan Kumar2-9/+13
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1