summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan
Commit message (Expand)AuthorAgeFilesLines
* net: wwan: qcom_bam_dmux: Convert to platform remove callback returning voidUwe Kleine-König2023-12-051-4/+2
* net: wwan: replace deprecated strncpy with strscpyJustin Stitt2023-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-196-65/+4
|\
| * Revert "net: wwan: iosm: enable runtime pm support for 7560"Bagas Sanjaya2023-10-186-65/+4
* | drivers: net: wwan: iosm: Fixed multiple typos in multiple filesMuhammad Muzammil2023-10-186-7/+7
* | drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil2023-10-161-2/+2
* | net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_si...Gustavo A. R. Silva2023-10-132-2/+3
* | netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-111-1/+1
* | wwan: core: Use the bitmap API to allocate bitmapsAndy Shevchenko2023-09-121-2/+3
|/
* net: wwan: t7xx: Add AP CLDMAJose Ignacio Tornos Martinez2023-07-1211-31/+116
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-287-23/+65
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-222-10/+7
| |\
| * | net: wwan: iosm: enable runtime pm support for 7560M Chetan Kumar2023-06-126-4/+65
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-185-12/+52
| |\ \
| * | | net: wwan: iosm: clean up unused struct membersM Chetan Kumar2023-05-102-6/+0
| * | | net: wwan: iosm: remove unused enum definitionM Chetan Kumar2023-05-101-11/+0
| * | | net: wwan: iosm: remove unused macro definitionM Chetan Kumar2023-05-101-2/+0
* | | | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-272-8/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: wwan: t7xx: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-252-8/+10
| |/ /
* | / net: wwan: iosm: Convert single instance struct member to flexible arrayKees Cook2023-06-222-10/+7
| |/ |/|
* | net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng2023-05-172-0/+19
* | net: wwan: iosm: fix NULL pointer dereference when removing deviceM Chetan Kumar2023-05-173-12/+33
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-2/+2
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-0/+7
| |\
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-2/+2
* | | wwan: core: add print for wwan port attach/disconnectSlark Xiao2023-04-201-0/+3
* | | net: wwan: Expose secondary AT port on DATA1Jaime Breva2023-04-191-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-1/+2
|\ \ \
| * | | net: wwan: iosm: Fix error handling path in ipc_pcie_probe()Harshit Mogalapalli2023-04-121-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-2/+0
|\| | |
| * | | net: wwan: t7xx: do not compile with -WerrorJiri Slaby (SUSE)2023-03-311-2/+0
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-0/+7
|\| |
| * | net: wwan: iosm: fixes 7560 modem crashM Chetan Kumar2023-03-291-0/+7
| |/
* / wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang2023-03-176-35/+68
|/
* net: wwan: t7xx: Fix Runtime PM initializationKornel Dulęba2023-01-281-0/+2
* net: wwan: t7xx: Fix Runtime PM resume sequenceKornel Dulęba2023-01-283-11/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-0/+1
|\
| * net: wwan: iosm: fix memory leak in ipc_mux_init()Zhengchao Shao2022-12-061-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-294-14/+18
|\|
| * net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar2022-11-281-7/+11
| * net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar2022-11-281-3/+2
| * net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar2022-11-281-1/+1
| * net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar2022-11-281-2/+1
| * net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo2022-11-241-0/+2
| * net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()Wang ShaoBo2022-11-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-108-40/+35
|\|
| * net: wwan: iosm: fix kernel test robot reported errorsM Chetan Kumar2022-11-092-0/+2
| * net: wwan: iosm: fix invalid mux header typeM Chetan Kumar2022-11-092-0/+9
| * net: wwan: iosm: fix driver not working with INTEL_IOMMU disabledM Chetan Kumar2022-11-092-1/+8
| * net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar2022-11-091-3/+8