aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan
Commit message (Expand)AuthorAgeFilesLines
...
* | wwan: core: Unshadow error code returned by ida_alloc_range()Andy Shevchenko2021-08-121-2/+5
* | wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()Wei Yongjun2021-08-091-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-057-10/+10
|\|
| * net: wwan: iosm: fix recursive lock acquire in unregisterM Chetan Kumar2021-08-051-1/+1
| * net: wwan: iosm: correct data protocol mask bitM Chetan Kumar2021-08-051-2/+2
| * net: wwan: iosm: endianness type correctionM Chetan Kumar2021-08-052-3/+3
| * net: wwan: iosm: fix lkp buildbot warningM Chetan Kumar2021-08-051-2/+2
| * net: really fix the build...David S. Miller2021-08-031-1/+1
| * wwan: core: Fix missing RTM_NEWLINK event for default linkLoic Poulain2021-07-231-0/+2
* | Revert "wwan: mhi: Fix build."David S. Miller2021-08-051-1/+1
* | wwan: mhi: Fix build.David S. Miller2021-08-051-1/+1
* | net: wwan: Add MHI MBIM network driverLoic Poulain2021-08-043-0/+670
* | wwan: core: Fix missing RTM_NEWLINK event for default linkLoic Poulain2021-07-231-0/+2
* | net: wwan: iosm: Switch to use module_pci_driver() macroAndy Shevchenko2021-07-211-18/+1
|/
* net: wwan: iosm: set default mtuM Chetan Kumar2021-07-011-0/+1
* net: wwan: iosm: fix netdev tx statsM Chetan Kumar2021-07-011-1/+5
* net: wwan: iosm: correct link-id handlingM Chetan Kumar2021-07-014-9/+9
* net: wwan: iosm: remove reduandant checkM Chetan Kumar2021-07-011-16/+3
* net: wwan: iosm: fix uevent reportingM Chetan Kumar2021-07-011-1/+1
* wwan: core: add WWAN common private data for netdevSergey Ryazanov2021-06-222-7/+34
* net: iosm: create default link via WWAN coreSergey Ryazanov2021-06-222-1/+5
* wwan: core: support default netdev creationSergey Ryazanov2021-06-223-3/+77
* wwan: core: no more hold netdev ops owning moduleSergey Ryazanov2021-06-222-11/+0
* net: iosm: drop custom netdev(s) removingSergey Ryazanov2021-06-221-14/+1
* wwan: core: remove all netdevs on ops unregisteringSergey Ryazanov2021-06-221-9/+31
* wwan: core: multiple netdevs deletion supportSergey Ryazanov2021-06-221-1/+1
* wwan: core: require WWAN netdev setup callback existenceSergey Ryazanov2021-06-221-1/+1
* wwan: core: relocate ops registering codeSergey Ryazanov2021-06-221-71/+71
* wwan_hwsim: support network interface creationSergey Ryazanov2021-06-221-0/+48
* net: iosm: remove an unnecessary NULL checkDan Carpenter2021-06-211-1/+1
* net: wwan: Allow WWAN drivers to provide blocking tx and poll functionStephan Gerhold2021-06-182-4/+35
* net: wwan: Add RPMSG WWAN CTRL driverStephan Gerhold2021-06-183-0/+162
* net: iosm: remove the repeated declaration and commentShaokun Zhang2021-06-161-10/+0
* net: iosm: add missing MODULE_DEVICE_TABLEZou Wei2021-06-161-0/+1
* net: wwan: Fix WWAN config symbolsLoic Poulain2021-06-142-12/+7
* net: wwan: iosm: Remove DEBUG flagLoic Poulain2021-06-141-3/+0
* net: iosm: infrastructureM Chetan Kumar2021-06-133-0/+39
* net: iosm: net driverM Chetan Kumar2021-06-132-0/+406
* net: iosm: uevent supportM Chetan Kumar2021-06-132-0/+85
* net: iosm: protocol operationsM Chetan Kumar2021-06-132-0/+996
* net: iosm: shared memory protocolM Chetan Kumar2021-06-132-0/+520
* net: iosm: power managementM Chetan Kumar2021-06-132-0/+540
* net: iosm: encode or decode datagramM Chetan Kumar2021-06-132-0/+1103
* net: iosm: multiplex IP sessionsM Chetan Kumar2021-06-132-0/+798
* net: iosm: bottom halfM Chetan Kumar2021-06-132-0/+299
* net: iosm: wwan port control deviceM Chetan Kumar2021-06-132-0/+135
* net: iosm: channel configurationM Chetan Kumar2021-06-132-0/+147
* net: iosm: shared memory I/O operationsM Chetan Kumar2021-06-132-0/+444
* net: iosm: shared memory IPC interfaceM Chetan Kumar2021-06-132-0/+1942
* net: iosm: mmio scratchpadM Chetan Kumar2021-06-132-0/+416