aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-20net: wwan: iosm: transport layer support for fw flashing/cdM Chetan Kumar6-30/+464
2021-09-20net: wwan: iosm: coredump collection supportM Chetan Kumar2-0/+185
2021-09-20net: wwan: iosm: fw flashing supportM Chetan Kumar2-0/+832
2021-09-20net: wwan: iosm: devlink registrationM Chetan Kumar2-0/+570
2021-09-16Revert "net: wwan: iosm: firmware flashing and coredump collection"Jakub Kicinski14-2054/+31
2021-09-14net: wwan: iosm: fix linux-next build errorM Chetan Kumar1-1/+0
2021-09-13net: wwan: iosm: firmware flashing and coredump collectionM Chetan Kumar14-31/+2055
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-14/+16
2021-09-06net: wwan: iosm: Unify IO accessors used in the driverAndy Shevchenko1-10/+12
2021-09-06net: wwan: iosm: Replace io.*64_lo_hi() with regular accessorsAndy Shevchenko1-4/+4
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2021-08-26Revert "net: really fix the build..."Kalle Valo1-1/+1
2021-08-23net: wwan: iosm: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-12/+11
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+0
2021-08-16net: iosm: Prevent underflow in ipc_chnl_cfg_get()Dan Carpenter1-4/+3
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+14
2021-08-12wwan: core: Avoid returning NULL from wwan_create_dev()Andy Shevchenko1-4/+8
2021-08-12wwan: core: Unshadow error code returned by ida_alloc_range()Andy Shevchenko1-2/+5
2021-08-09wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()Wei Yongjun1-0/+1
2021-08-07net: wwan: mhi_wwan_ctrl: Fix possible deadlockLoic Poulain1-6/+6
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-10/+10
2021-08-05Revert "wwan: mhi: Fix build."David S. Miller1-1/+1
2021-08-05wwan: mhi: Fix build.David S. Miller1-1/+1
2021-08-05net: wwan: iosm: fix recursive lock acquire in unregisterM Chetan Kumar1-1/+1
2021-08-05net: wwan: iosm: correct data protocol mask bitM Chetan Kumar1-2/+2
2021-08-05net: wwan: iosm: endianness type correctionM Chetan Kumar2-3/+3