aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wwan (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-20wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski1-4/+1
2022-05-20net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang1-5/+5
2022-05-19net: wwan: iosm: remove pointless null checkJakub Kicinski1-10/+0
2022-05-19net: wwan: t7xx: Fix smatch errorsRicardo Martinez3-6/+3
2022-05-16net: wwan: t7xx: Avoid calls to skb_data_area_size()Ricardo Martinez2-8/+5
2022-05-16net: wwan: t7xx: Fix return type of t7xx_dl_add_timedout()YueHaibing1-4/+2
2022-05-09net: wwan: t7xx: Device deep sleep lock/unlockHaijun Liu6-15/+158
2022-05-09net: wwan: t7xx: Runtime PMHaijun Liu4-0/+68
2022-05-09net: wwan: t7xx: Introduce power managementHaijun Liu8-1/+700
2022-05-09net: wwan: t7xx: Add WWAN network interfaceHaijun Liu4-1/+489
2022-05-09net: wwan: t7xx: Add data path interfaceHaijun Liu7-0/+2758
2022-05-09net: wwan: t7xx: Data path HW layerHaijun Liu3-0/+1675
2022-05-09net: wwan: t7xx: Add AT and MBIM WWAN portsChandrashekar Devegowda4-0/+198
2022-05-09net: wwan: t7xx: Add control portHaijun Liu9-3/+561
2022-05-09net: wwan: t7xx: Add port proxy infrastructureHaijun Liu7-2/+677
2022-05-09net: wwan: t7xx: Add core componentsHaijun Liu14-0/+2108
2022-05-09net: wwan: t7xx: Add control DMA interfaceHaijun Liu5-0/+1812
2022-04-25wwan_hwsim: Avoid flush_scheduled_work() usageTetsuo Handa1-5/+17
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-03-22net: wwan: qcom_bam_dmux: fix wrong pointer passed to IS_ERR()Yang Yingliang1-1/+1
2022-02-14net: wwan: iosm: drop debugfs dev referenceM Chetan Kumar2-2/+5
2022-02-14net: wwan: debugfs obtained dev reference not droppedM Chetan Kumar1-0/+36
2022-02-13net: wwan: iosm: Enable M.2 7360 WWAN card supportM Chetan Kumar10-78/+1033
2022-01-15net: wwan: Fix MRU mismatch issue which may lead to data connection lostSlark Xiao1-2/+2
2022-01-04Revert "net: wwan: iosm: Keep device at D0 for s2idle case"M Chetan Kumar1-3/+0
2021-12-27net: wwan: iosm: Keep device at D0 for s2idle caseKai-Heng Feng1-0/+3
2021-12-27net: wwan: iosm: Let PCI core handle PCI power transitionKai-Heng Feng1-47/+2
2021-12-10net: wwan: iosm: correct open parenthesis alignmentM Chetan Kumar1-1/+1
2021-12-10net: wwan: iosm: removed unused function declM Chetan Kumar1-10/+0
2021-12-10net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar4-21/+27
2021-12-10net: wwan: iosm: set tx queue lenM Chetan Kumar1-1/+2
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+19
2021-12-09net: wwan: iosm: fixes unable to send AT command during mbim txM Chetan Kumar3-10/+0
2021-12-09net: wwan: iosm: fixes net interface nonfunctional after fw flashM Chetan Kumar3-1/+8
2021-12-09net: wwan: iosm: fixes unnecessary doorbell sendM Chetan Kumar1-7/+11
2021-12-08net: wwan: make debugfs optionalSergey Ryazanov8-10/+61
2021-12-08net: wwan: iosm: move debugfs knobs into a subdirSergey Ryazanov6-8/+49
2021-12-08net: wwan: iosm: allow trace port be uninitializedSergey Ryazanov3-5/+11
2021-12-08net: wwan: iosm: consolidate trace port init codeSergey Ryazanov4-21/+9
2021-12-06net: wwan: iosm: select CONFIG_RELAYArnd Bergmann1-0/+1
2021-11-29net: wwan: Add Qualcomm BAM-DMUX WWAN network driverStephan Gerhold3-0/+921
2021-11-22net: wwan: iosm: device trace collection using relayfsM Chetan Kumar8-13/+271
2021-11-22net: wwan: common debugfs base dir for wwan deviceM Chetan Kumar1-2/+28
2021-11-11net: wwan: iosm: fix compilation warningM Chetan Kumar1-2/+0
2021-10-02net: wwan: iosm: correct devlink extra paramsM Chetan Kumar3-98/+69
2021-09-27net: wwan: iosm: Move devlink_register to be last devlink commandLeon Romanovsky1-5/+2
2021-09-24net: iosm: Use hrtimer_forward_now()Thomas Gleixner1-2/+2
2021-09-22net: wwan: iosm: fw flashing and cd improvementsM Chetan Kumar6-103/+87
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-7/+1
2021-09-20net: wwan: iosm: fw flashing & cd collection infrastructure changesM Chetan Kumar2-1/+5