summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/iosm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-232-10/+7
|\
| * net: wwan: iosm: Convert single instance struct member to flexible arrayKees Cook2023-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-183-12/+33
|\|
| * net: wwan: iosm: fix NULL pointer dereference when removing deviceM Chetan Kumar2023-05-173-12/+33
* | net: wwan: iosm: clean up unused struct membersM Chetan Kumar2023-05-112-6/+0
* | net: wwan: iosm: remove unused enum definitionM Chetan Kumar2023-05-111-11/+0
* | net: wwan: iosm: remove unused macro definitionM Chetan Kumar2023-05-111-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-141-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-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-181-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-091-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-293-14/+16
|\|
| * 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: 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-116-39/+33
|\|
| * 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-091-0/+7
| * net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar2022-11-091-3/+8
| * net: wwan: iosm: Remove unnecessary if_mutex lockZhaoping Shu2022-11-071-36/+6
| * net: wwan: iosm: fix memory leak in ipc_wwan_dellinkHW He2022-11-071-0/+1
* | net: wwan: iosm: add rpc interface for xmm modemsShane Parslow2022-11-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-041-2/+3
|\
| * net: wwan: iosm: Call mutex_init before locking itMaxim Mikityanskiy2022-10-031-2/+3
* | net: wwan: iosm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing2022-09-291-1/+1
* | net: wwan: iosm: Fix return type of ipc_wwan_link_transmitNathan Huckleberry2022-09-201-2/+2
|/
* wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski2022-05-211-4/+1
* net: wwan: iosm: remove pointless null checkJakub Kicinski2022-05-201-10/+0
* net: wwan: iosm: drop debugfs dev referenceM Chetan Kumar2022-02-142-2/+5
* net: wwan: iosm: Enable M.2 7360 WWAN card supportM Chetan Kumar2022-02-1310-78/+1033
* Revert "net: wwan: iosm: Keep device at D0 for s2idle case"M Chetan Kumar2022-01-051-3/+0
* net: wwan: iosm: Keep device at D0 for s2idle caseKai-Heng Feng2021-12-271-0/+3
* net: wwan: iosm: Let PCI core handle PCI power transitionKai-Heng Feng2021-12-271-47/+2
* net: wwan: iosm: correct open parenthesis alignmentM Chetan Kumar2021-12-111-1/+1
* net: wwan: iosm: removed unused function declM Chetan Kumar2021-12-111-10/+0
* net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar2021-12-114-21/+27
* net: wwan: iosm: set tx queue lenM Chetan Kumar2021-12-111-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-093-18/+19
|\
| * net: wwan: iosm: fixes unable to send AT command during mbim txM Chetan Kumar2021-12-093-10/+0
| * net: wwan: iosm: fixes net interface nonfunctional after fw flashM Chetan Kumar2021-12-093-1/+8
| * net: wwan: iosm: fixes unnecessary doorbell sendM Chetan Kumar2021-12-091-7/+11
* | net: wwan: make debugfs optionalSergey Ryazanov2021-12-096-5/+36
* | net: wwan: iosm: move debugfs knobs into a subdirSergey Ryazanov2021-12-096-8/+49